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. -
-
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)
-