Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Package
Description
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
-
Uses of AbstractJPQLGrammar in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeClassDescriptionfinal class
ThisJPQL grammar
provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0 and the additional support provided by EclipseLink 2.1.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.4.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.5.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.6.class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in Jakarta Persistence 3.1 and the additional support provided by EclipseLink 4.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.final class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1.class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in Java Persistence 2.2.class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in Jakarta Persistence 3.0.class
ThisJPQLGrammar
provides support for parsing JPQL queries defined in Jakarta Persistence 3.1.Modifier and TypeMethodDescriptionstatic void
EclipseLinkJPQLGrammar2_0.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar2_1.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar2_2.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar2_3.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar2_4.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar2_5.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar2_6.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
EclipseLinkJPQLGrammar4_0.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
JPQLGrammar2_0.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
JPQLGrammar2_1.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
JPQLGrammar2_2.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
JPQLGrammar3_0.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.static void
JPQLGrammar3_1.extend
(AbstractJPQLGrammar jpqlGrammar) Extends the givenJPQLGrammar
with the information of this one without instantiating the baseJPQLGrammar
.ModifierConstructorDescriptionprotected
AbstractJPQLGrammar
(AbstractJPQLGrammar jpqlGrammar) Creates a newAbstractJPQLGrammar
.EclipseLinkJPQLGrammar2_5
(AbstractJPQLGrammar jpqlGrammar) Creates a newEclipseLinkJPQLGrammar2_5
.EclipseLinkJPQLGrammar2_6
(AbstractJPQLGrammar jpqlGrammar) Creates a newEclipseLinkJPQLGrammar2_6
.EclipseLinkJPQLGrammar4_0
(AbstractJPQLGrammar jpqlGrammar) Creates a newEclipseLinkJPQLGrammar4_0
.