Uses of Enum
org.eclipse.persistence.jpa.jpql.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.jpql
Modifier 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 EclipseLinkVersion
Retrieves the enumeration constant for the given value.static EclipseLinkVersion
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 ofEclipseLinkVersion
excludingDEFAULT_VERSION
.Modifier and TypeMethodDescriptionboolean
EclipseLinkVersion.isNewerThan
(EclipseLinkVersion version) Determines whether this constant represents a version that is newer than the given version.boolean
EclipseLinkVersion.isNewerThanOrEqual
(EclipseLinkVersion version) Determines whether this constant represents a version that is newer than the given version or if it's the same version.boolean
EclipseLinkVersion.isOlderThan
(EclipseLinkVersion version) Determines whether this constant represents a version that is older than the given version.boolean
EclipseLinkVersion.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
Modifier and TypeFieldDescriptionstatic final EclipseLinkVersion
EclipseLinkJPQLGrammar1.VERSION
The EclipseLink version, which is 1.x.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_0.VERSION
The EclipseLink version, which is 2.0.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_1.VERSION
The EclipseLink version, which is 2.1.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_2.VERSION
The EclipseLink version, which is 2.2.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_3.VERSION
The EclipseLink version, which is 2.3.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_4.VERSION
The EclipseLink version, which is 2.4.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_5.VERSION
The EclipseLink version, which is 2.5.static final EclipseLinkVersion
EclipseLinkJPQLGrammar2_6.VERSION
The EclipseLink version, which is 2.6.static final EclipseLinkVersion
EclipseLinkJPQLGrammar4_0.VERSION
The EclipseLink version, which is 4.0. -
Uses of EclipseLinkVersion in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeMethodDescriptionprotected EclipseLinkVersion
EclipseLinkContentAssistVisitor.getEcliseLinkVersion()
Returns the enum constant of the EclipseLink version specified in theJPQLQueryContext
.