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 TypeClassDescriptionclassThis 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 AbstractGrammarValidatorAbstractGrammarValidator.AbstractValidator.validatorprotected final AbstractGrammarValidatorAbstractGrammarValidator.AbstractValidator.validatorprotected final AbstractGrammarValidatorAbstractGrammarValidator.AbstractValidator.validatorConstructors in org.eclipse.persistence.jpa.jpql with parameters of type AbstractGrammarValidatorModifierConstructorDescriptionprotectedprotectedprotectedprotectedprotectedprotected -
Uses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpql.toolsModifier and TypeClassDescriptionclassThis 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 AbstractGrammarValidatorAbstractJPQLQueryHelper.buildGrammarValidator(JPQLGrammar jpqlGrammar) Creates the concrete instance of the validator that will grammatically validate the JPQL query.protected AbstractGrammarValidatorAbstractJPQLQueryHelper.getGrammarValidator()