Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Packages that use AbstractValidator 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 AbstractValidator in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractValidator 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.classAbstractGrammarValidatorThe base validator responsible to gather the problems found in a JPQL query by validating it against the provided JPQL grammar.classAbstractSemanticValidatorThe base validator responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid, i.e.classEclipseLinkGrammarValidatorThis validator adds EclipseLink extension over what the JPA functional specification had defined. -
Uses of AbstractValidator in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractValidator in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description classDefaultGrammarValidatorThis validator is responsible to validate a JPQL query grammatically purely based on the JPA specification document.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.
-