Interface EjbqlConstants


public interface EjbqlConstants
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

    • QUERY_EXECUTER_NAME_EJBQL

      static final String QUERY_EXECUTER_NAME_EJBQL
      See Also:
    • QUERY_LANGUAGE_EJBQL

      static final String QUERY_LANGUAGE_EJBQL
      EJBQL query language.
      See Also:
    • PARAMETER_JPA_ENTITY_MANAGER

      static final String PARAMETER_JPA_ENTITY_MANAGER
      Built-in parameter holding the value of the javax.persistence.EntityManager to be used for creating the query.
      See Also:
    • 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: