Interface EjbqlConstants
public interface EjbqlConstants
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Built-in parameter holding the value of thejavax.persistence.EntityManager
to be used for creating the query.static final String
Built-in parameter (optional) holding the value of the query hints map.static final String
static final String
EJBQL query language.
-
Field Details
-
QUERY_EXECUTER_NAME_EJBQL
- See Also:
-
QUERY_LANGUAGE_EJBQL
EJBQL query language.- See Also:
-
PARAMETER_JPA_ENTITY_MANAGER
Built-in parameter holding the value of thejavax.persistence.EntityManager
to be used for creating the query.- See Also:
-
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:
-