Interface EjbqlConstants
-
public interface EjbqlConstants
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETER_JPA_ENTITY_MANAGER
Built-in parameter holding the value of thejavax.persistence.EntityManager
to be used for creating the query.static String
PARAMETER_JPA_QUERY_HINTS_MAP
Built-in parameter (optional) holding the value of the query hints map.static String
QUERY_EXECUTER_NAME_EJBQL
static String
QUERY_LANGUAGE_EJBQL
EJBQL query language.
-
-
-
Field Detail
-
QUERY_EXECUTER_NAME_EJBQL
static final String QUERY_EXECUTER_NAME_EJBQL
- See Also:
- Constant Field Values
-
QUERY_LANGUAGE_EJBQL
static final String QUERY_LANGUAGE_EJBQL
EJBQL query language.- See Also:
- Constant Field Values
-
PARAMETER_JPA_ENTITY_MANAGER
static final String PARAMETER_JPA_ENTITY_MANAGER
Built-in parameter holding the value of thejavax.persistence.EntityManager
to be used for creating the query.- See Also:
- Constant Field Values
-
PARAMETER_JPA_QUERY_HINTS_MAP
static final String PARAMETER_JPA_QUERY_HINTS_MAP
Built-in parameter (optional) holding the value of the query hints map. Each named/value pair will be set as query hint against the query.- See Also:
- Constant Field Values
-
-