Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Packages that use AbstractSemanticValidator Package Description org.eclipse.persistence.jpa.jpql 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.org.eclipse.persistence.jpa.jpql.tools -
-
Uses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description classAbstractEclipseLinkSemanticValidatorThis 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 Constructor Description InItemsVisitor(AbstractSemanticValidator validator) -
Uses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractSemanticValidator in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description classDefaultSemanticValidatorThis validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid.classEclipseLinkSemanticValidatorThis 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 AbstractSemanticValidator Modifier and Type Method Description protected abstract AbstractSemanticValidatorAbstractJPQLQueryHelper. buildSemanticValidator(JPQLQueryContext queryContext)Creates the concrete instance of the validator that will semantically validate the JPQL query.protected AbstractSemanticValidatorAbstractJPQLQueryHelper. getSemanticValidator()
-