Class DefaultJPQLGrammar
java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
- All Implemented Interfaces:
JPQLGrammar
This
JPQL grammar provides support for parsing JPQL queries defined in the
latest Jakarta Persistence functional specification.
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.
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.Returns theJPAVersionof the Java Persistence supported by this grammar.Returns the persistence provider name.Returns the version of the persistence provider.static JPQLGrammarinstance()Returns the singleton instance of this class.toString()
-
Field Details
-
PROVIDER_NAME
The generic persistence provider name: JPA.- See Also:
-
-
Method Details
-
instance
Returns the singleton instance of this class.- Returns:
- The singleton instance of this
DefaultJPQLGrammar
-
getExpressionRegistry
Description copied from interface:JPQLGrammarReturns the registry containing theJPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query.- Specified by:
getExpressionRegistryin interfaceJPQLGrammar- Returns:
- The registry containing the information related to the JPQL grammar
-
getJPAVersion
Description copied from interface:JPQLGrammarReturns theJPAVersionof the Java Persistence supported by this grammar.- Specified by:
getJPAVersionin interfaceJPQLGrammar- Returns:
- The
JPA versionsupported by this grammar
-
getProvider
Description copied from interface:JPQLGrammarReturns the persistence provider name.- Specified by:
getProviderin interfaceJPQLGrammar- Returns:
- The name of the persistence provider,
nullshould never be returned
-
getProviderVersion
Description copied from interface:JPQLGrammarReturns the version of the persistence provider.- Specified by:
getProviderVersionin interfaceJPQLGrammar- Returns:
- The version of the persistence provider, if one is extending the default JPQL grammar defined in the Java Persistence specification, otherwise returns an empty string
-
toString
-