Interface EjbqlConstants


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

      • 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:
        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