final public static String PARAMETER_JPA_ENTITY_MANAGER(Code)
Built-in parameter holding the value of the javax.persistence.EntityManager to be used for creating the query.
PARAMETER_JPA_QUERY_HINTS_MAP
final public static String PARAMETER_JPA_QUERY_HINTS_MAP(Code)
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.
PROPERTY_JPA_QUERY_HINT_PREFIX
final public static String PROPERTY_JPA_QUERY_HINT_PREFIX(Code)
Property specifying the prefix for EJBQL query hints.
PROPERTY_JPA_QUERY_PAGE_SIZE
final public static String PROPERTY_JPA_QUERY_PAGE_SIZE(Code)
Property specifying the number of result rows to be retrieved at once.
Result pagination is implemented by javax.persistence.Query.setFirstResult() and javax.persistence.Query.setMaxResults().
By default, all the rows are retrieved (no result pagination is performed).
QUERY_LANGUAGE_EJBQL
final public static String QUERY_LANGUAGE_EJBQL(Code)