Uses of Class
org.eclipse.persistence.jpa.jpql.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
Modifier and TypeClassDescriptionclass
This 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. -
Uses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeClassDescriptionclass
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid.class
This 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.Modifier and TypeMethodDescriptionprotected abstract AbstractSemanticValidator
AbstractJPQLQueryHelper.buildSemanticValidator
(JPQLQueryContext queryContext) Creates the concrete instance of the validator that will semantically validate the JPQL query.protected AbstractSemanticValidator
AbstractJPQLQueryHelper.getSemanticValidator()