Class EclipseLinkJPQLGrammar2_2

  • All Implemented Interfaces:
    JPQLGrammar

    public final class EclipseLinkJPQLGrammar2_2
    extends AbstractJPQLGrammar

    This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0. EclipseLink 2.2 does not add any additional support over EclipseLink 2.1.

    Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

    Version:
    2.5
    Author:
    Pascal Filion
    Since:
    2.4
    • Field Detail

      • VERSION

        public static final EclipseLinkVersion VERSION
        The EclipseLink version, which is 2.2.
    • Constructor Detail

      • EclipseLinkJPQLGrammar2_2

        public EclipseLinkJPQLGrammar2_2()
        Creates a new EclipseLinkJPQLGrammar2_2.
    • Method Detail

      • getJPAVersion

        public JPAVersion getJPAVersion()
        Returns the JPAVersion of the Java Persistence supported by this grammar.
        Returns:
        The JPA version supported by this grammar
      • getProvider

        public java.lang.String getProvider()
        Returns the persistence provider name.
        Returns:
        The name of the persistence provider, null should never be returned
      • getProviderVersion

        public java.lang.String getProviderVersion()
        Returns the version of the persistence provider.
        Returns:
        The version of the persistence provider, if one is extending the default JPQL grammar defined in the Java Persistence specification, otherwise returns an empty string
      • initializeBNFs

        protected void initializeBNFs()
        Registers the JPQL query BNFs defining the JPQL grammar.
        Specified by:
        initializeBNFs in class AbstractJPQLGrammar
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object