Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Packages that use AbstractSemanticValidator
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 AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpqlModifier and TypeClassDescriptionclassThis validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.Constructors in org.eclipse.persistence.jpa.jpql with parameters of type AbstractSemanticValidator -
Uses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql.toolsModifier and TypeClassDescriptionclassThis validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid.classThis validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.Methods in org.eclipse.persistence.jpa.jpql.tools that return AbstractSemanticValidatorModifier and TypeMethodDescriptionprotected abstract AbstractSemanticValidatorAbstractJPQLQueryHelper.buildSemanticValidator(JPQLQueryContext queryContext) Creates the concrete instance of the validator that will semantically validate the JPQL query.protected AbstractSemanticValidatorAbstractJPQLQueryHelper.getSemanticValidator()