public final class EclipseLinkJPQLGrammar1 extends AbstractJPQLGrammar
This JPQL grammar
provides support for parsing JPQL queries defined in
JSR-220 - Enterprise JavaBeans 3.0. EclipseLink
1.x does not provide additional support.
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.
Modifier and Type | Field and Description |
---|---|
static EclipseLinkVersion |
VERSION
The EclipseLink version, which is 1.x.
|
Constructor and Description |
---|
EclipseLinkJPQLGrammar1()
Creates a new
EclipseLinkJPQLExtension1 . |
Modifier and Type | Method and Description |
---|---|
JPAVersion |
getJPAVersion()
Returns the
JPAVersion of the Java Persistence supported by this grammar. |
java.lang.String |
getProvider()
Returns the persistence provider name.
|
java.lang.String |
getProviderVersion()
Returns the version of the persistence provider.
|
static JPQLGrammar |
instance()
Returns the singleton instance of this class.
|
java.lang.String |
toString() |
addChildBNF, addChildFactory, addIdentifier, addIdentifiers, getBaseGrammar, getExpressionRegistry, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleCollection, setHandleNestedArray, setHandleSubExpression
public static final EclipseLinkVersion VERSION
public EclipseLinkJPQLGrammar1()
EclipseLinkJPQLExtension1
.public static JPQLGrammar instance()
EclipseLinkJPQLGrammar1
public JPAVersion getJPAVersion()
JPAVersion
of the Java Persistence supported by this grammar.JPA version
supported by this grammarpublic java.lang.String getProvider()
null
should never be returnedpublic java.lang.String getProviderVersion()
public java.lang.String toString()
toString
in class java.lang.Object
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference