Uses of Class
org.eclipse.persistence.jpa.jpql.JPAVersion
-
Packages that use JPAVersion Package Description org.eclipse.persistence.jpa.jpql This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools.org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of JPAVersion in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return JPAVersion Modifier and Type Method Description protected JPAVersionAbstractValidator. getJPAVersion()Returns the version of the Java Persistence this entity for which it was defined.JPAVersionJPAVersion. toCurrentVersion()Converts the current constant to one of the known versions, this means if the constant isDEFAULT_VERSION, then it will be converted into the actual constant representing that version.static JPAVersionJPAVersion. value(String value)Retrieves the enumeration constant for the given value.static JPAVersionJPAVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static JPAVersion[]JPAVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.static JPAVersion[]JPAVersion. versions()Returns the list ofJPAVersionexcludingDEFAULT_VERSION.Methods in org.eclipse.persistence.jpa.jpql with parameters of type JPAVersion Modifier and Type Method Description protected booleanAbstractGrammarValidator. isNewerThan(JPAVersion version)Determines whether the JPA version for which the JPQL grammar was defined represents a version that is newer than the given version.booleanJPAVersion. isNewerThan(JPAVersion version)Determines whether this constant represents a version that is newer than the given version.protected booleanAbstractGrammarValidator. isNewerThanOrEqual(JPAVersion version)Determines whether the JPA version for which the JPQL grammar was defined represents a version that is newer than the given version or if it's the same version.booleanJPAVersion. isNewerThanOrEqual(JPAVersion version)Determines whether this constant represents a version that is newer than the given version or if it's the same version.protected booleanAbstractGrammarValidator. isOlderThan(JPAVersion version)Determines whether the JPA version for which the JPQL grammar was defined represents a version that is older than the given version.booleanJPAVersion. isOlderThan(JPAVersion version)Determines whether this constant represents a version that is older than the given version.protected booleanAbstractGrammarValidator. isOlderThanOrEqual(JPAVersion version)Determines whether the JPA version for which the JPQL grammar was defined represents a version that is older than the given version or if it's the same version.booleanJPAVersion. isOlderThanOrEqual(JPAVersion version)Determines whether this constant represents a version that is older than the given version or if it's the same version. -
Uses of JPAVersion in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return JPAVersion Modifier and Type Method Description JPAVersionAbstractExpression. getIdentifierVersion(String identifier)Retrieves the JPA version in which the identifier was first introduced.JPAVersionExpressionRegistry. getIdentifierVersion(String identifier)Retrieves the JPA version in which the identifier was first introduced.protected JPAVersionAbstractExpression. getJPAVersion()Returns the version of the Java Persistence to support.JPAVersionDefaultEclipseLinkJPQLGrammar. getJPAVersion()JPAVersionDefaultJPQLGrammar. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar1. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_0. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_1. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_2. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_3. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_4. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_5. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar2_6. getJPAVersion()JPAVersionEclipseLinkJPQLGrammar4_0. getJPAVersion()JPAVersionJPQLExpression. getJPAVersion()JPAVersionJPQLGrammar. getJPAVersion()Returns theJPAVersionof the Java Persistence supported by this grammar.JPAVersionJPQLGrammar1_0. getJPAVersion()JPAVersionJPQLGrammar2_0. getJPAVersion()JPAVersionJPQLGrammar2_1. getJPAVersion()JPAVersionJPQLGrammar2_2. getJPAVersion()JPAVersionJPQLGrammar3_0. getJPAVersion()JPAVersionJPQLGrammar3_1. getJPAVersion()Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type JPAVersion Modifier and Type Method Description protected voidAbstractJPQLGrammar. registerIdentifierVersion(String identifier, JPAVersion version)Registers theJPAVersionfor which the given JPQL identifier was defined.voidExpressionRegistry. registerIdentifierVersion(String identifier, JPAVersion version)Registers theJPAVersionfor which the given JPQL identifier was defined.
-