Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Packages that use AbstractJPQLGrammar Package Description org.eclipse.persistence.jpa.jpql.parser 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
Subclasses of AbstractJPQLGrammar in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classEclipseLinkJPQLGrammar1ThisJPQL grammarprovides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.classEclipseLinkJPQLGrammar2_0ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.classEclipseLinkJPQLGrammar2_1ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0 and the additional support provided by EclipseLink 2.1.classEclipseLinkJPQLGrammar2_2ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.classEclipseLinkJPQLGrammar2_3ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.classEclipseLinkJPQLGrammar2_4ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.4.classEclipseLinkJPQLGrammar2_5ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.5.classEclipseLinkJPQLGrammar2_6ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.6.classEclipseLinkJPQLGrammar4_0ThisJPQLGrammarprovides support for parsing JPQL queries defined in Jakarta Persistence 3.1 and the additional support provided by EclipseLink 4.0.classJPQLGrammar1_0ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.classJPQLGrammar2_0ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.classJPQLGrammar2_1ThisJPQLGrammarprovides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1.classJPQLGrammar2_2ThisJPQLGrammarprovides support for parsing JPQL queries defined in Java Persistence 2.2.classJPQLGrammar3_0ThisJPQLGrammarprovides support for parsing JPQL queries defined in Jakarta Persistence 3.0.classJPQLGrammar3_1ThisJPQLGrammarprovides support for parsing JPQL queries defined in Jakarta Persistence 3.1.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type AbstractJPQLGrammar Modifier and Type Method Description static voidEclipseLinkJPQLGrammar2_0. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar2_1. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar2_2. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar2_3. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar2_4. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar2_5. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar2_6. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidEclipseLinkJPQLGrammar4_0. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidJPQLGrammar2_0. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidJPQLGrammar2_1. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidJPQLGrammar2_2. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidJPQLGrammar3_0. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.static voidJPQLGrammar3_1. extend(AbstractJPQLGrammar jpqlGrammar)Extends the givenJPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar.Constructors in org.eclipse.persistence.jpa.jpql.parser with parameters of type AbstractJPQLGrammar Constructor Description 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.
-