Uses of Enum
org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Packages that use EclipseLinkVersion
Package
Description
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.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
- 
Uses of EclipseLinkVersion in org.eclipse.persistence.jpa.jpqlMethods in org.eclipse.persistence.jpa.jpql that return EclipseLinkVersionModifier and TypeMethodDescriptionEclipseLinkVersion.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 EclipseLinkVersionRetrieves the enumeration constant for the given value.static EclipseLinkVersionReturns 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 EclipseLinkVersionModifier and TypeMethodDescriptionbooleanEclipseLinkVersion.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.parserFields in org.eclipse.persistence.jpa.jpql.parser declared as EclipseLinkVersionModifier and TypeFieldDescriptionstatic final EclipseLinkVersionEclipseLinkJPQLGrammar1.VERSIONThe EclipseLink version, which is 1.x.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_0.VERSIONThe EclipseLink version, which is 2.0.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_1.VERSIONThe EclipseLink version, which is 2.1.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_2.VERSIONThe EclipseLink version, which is 2.2.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_3.VERSIONThe EclipseLink version, which is 2.3.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_4.VERSIONThe EclipseLink version, which is 2.4.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_5.VERSIONThe EclipseLink version, which is 2.5.static final EclipseLinkVersionEclipseLinkJPQLGrammar2_6.VERSIONThe EclipseLink version, which is 2.6.static final EclipseLinkVersionEclipseLinkJPQLGrammar4_0.VERSIONThe EclipseLink version, which is 4.0.
- 
Uses of EclipseLinkVersion in org.eclipse.persistence.jpa.jpql.toolsMethods in org.eclipse.persistence.jpa.jpql.tools that return EclipseLinkVersionModifier and TypeMethodDescriptionprotected EclipseLinkVersionEclipseLinkContentAssistVisitor.getEcliseLinkVersion()Returns the enum constant of the EclipseLink version specified in theJPQLQueryContext.