Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Packages that use AbstractGrammarValidator
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.
-
Uses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpqlModifier and TypeClassDescriptionclass
This validator adds EclipseLink extension over what the JPA functional specification had defined.Fields in org.eclipse.persistence.jpa.jpql declared as AbstractGrammarValidatorModifier and TypeFieldDescriptionprotected final AbstractGrammarValidator
AbstractGrammarValidator.AbstractValidator.validator
protected final AbstractGrammarValidator
AbstractGrammarValidator.AbstractValidator.validator
protected final AbstractGrammarValidator
AbstractGrammarValidator.AbstractValidator.validator
Constructors in org.eclipse.persistence.jpa.jpql with parameters of type AbstractGrammarValidatorModifierConstructorDescriptionprotected
protected
protected
protected
protected
protected
-
Uses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpql.toolsModifier and TypeClassDescriptionclass
This validator is responsible to validate a JPQL query grammatically purely based on the JPA specification document.Methods in org.eclipse.persistence.jpa.jpql.tools that return AbstractGrammarValidatorModifier and TypeMethodDescriptionprotected abstract AbstractGrammarValidator
AbstractJPQLQueryHelper.buildGrammarValidator
(JPQLGrammar jpqlGrammar) Creates the concrete instance of the validator that will grammatically validate the JPQL query.protected AbstractGrammarValidator
AbstractJPQLQueryHelper.getGrammarValidator()