Uses of Class
org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Packages that use EclipseLinkVersion 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.org.eclipse.persistence.jpa.jpql.tools -
-
Uses of EclipseLinkVersion in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return EclipseLinkVersion Modifier and Type Method Description EclipseLinkVersionEclipseLinkVersion. 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 EclipseLinkVersionEclipseLinkVersion. value(String value)Retrieves the enumeration constant for the given value.static EclipseLinkVersionEclipseLinkVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static EclipseLinkVersion[]EclipseLinkVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.static EclipseLinkVersion[]EclipseLinkVersion. versions()Returns the list ofEclipseLinkVersionexcludingDEFAULT_VERSION.Methods in org.eclipse.persistence.jpa.jpql with parameters of type EclipseLinkVersion Modifier and Type Method Description booleanEclipseLinkVersion. isNewerThan(EclipseLinkVersion version)Determines whether this constant represents a version that is newer than the given version.booleanEclipseLinkVersion. isNewerThanOrEqual(EclipseLinkVersion version)Determines whether this constant represents a version that is newer than the given version or if it's the same version.booleanEclipseLinkVersion. isOlderThan(EclipseLinkVersion version)Determines whether this constant represents a version that is older than the given version.booleanEclipseLinkVersion. isOlderThanOrEqual(EclipseLinkVersion version)Determines whether this constant represents a version that is older than the given version or if it's the same version. -
Uses of EclipseLinkVersion in org.eclipse.persistence.jpa.jpql.parser
Fields in org.eclipse.persistence.jpa.jpql.parser declared as EclipseLinkVersion Modifier and Type Field Description static EclipseLinkVersionEclipseLinkJPQLGrammar1. VERSIONThe EclipseLink version, which is 1.x.static EclipseLinkVersionEclipseLinkJPQLGrammar2_0. VERSIONThe EclipseLink version, which is 2.0.static EclipseLinkVersionEclipseLinkJPQLGrammar2_1. VERSIONThe EclipseLink version, which is 2.1.static EclipseLinkVersionEclipseLinkJPQLGrammar2_2. VERSIONThe EclipseLink version, which is 2.2.static EclipseLinkVersionEclipseLinkJPQLGrammar2_3. VERSIONThe EclipseLink version, which is 2.3.static EclipseLinkVersionEclipseLinkJPQLGrammar2_4. VERSIONThe EclipseLink version, which is 2.4.static EclipseLinkVersionEclipseLinkJPQLGrammar2_5. VERSIONThe EclipseLink version, which is 2.5.static EclipseLinkVersionEclipseLinkJPQLGrammar2_6. VERSIONThe EclipseLink version, which is 2.6. -
Uses of EclipseLinkVersion in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return EclipseLinkVersion Modifier and Type Method Description protected EclipseLinkVersionEclipseLinkContentAssistVisitor. getEcliseLinkVersion()Returns the enum constant of the EclipseLink version specified in theJPQLQueryContext.
-