Uses of Class
org.eclipse.persistence.jpa.jpql.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
Modifier and TypeClassDescriptionclass
This validator adds EclipseLink extension over what the JPA functional specification had defined.Modifier and TypeFieldDescriptionprotected final AbstractGrammarValidator
AbstractGrammarValidator.AbstractValidator.validator
protected final AbstractGrammarValidator
AbstractGrammarValidator.AbstractValidator.validator
protected final AbstractGrammarValidator
AbstractGrammarValidator.AbstractValidator.validator
ModifierConstructorDescriptionprotected
protected
protected
protected
protected
protected
-
Uses of AbstractGrammarValidator in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeClassDescriptionclass
This validator is responsible to validate a JPQL query grammatically purely based on the JPA specification document.Modifier 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()