Uses of Interface
org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
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 SemanticValidatorHelper in org.eclipse.persistence.jpa.jpql
Modifier and TypeFieldDescriptionprotected final SemanticValidatorHelper
AbstractSemanticValidator.helper
The given helper allows this validator to access the JPA artifacts without using Hermes SPI.ModifierConstructorDescriptionprotected
AbstractEclipseLinkSemanticValidator
(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension) Creates a newAbstractEclipseLinkSemanticValidator
.protected
Creates a newAbstractSemanticValidator
. -
Uses of SemanticValidatorHelper in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeClassDescriptionclass
An implementation ofSemanticValidatorHelper
that usesJPQLQueryContext
to return the required information and Hermes SPI.ModifierConstructorDescriptionCreates a newDefaultSemanticValidator
.EclipseLinkSemanticValidator
(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension) Creates a newEclipseLinkSemanticValidator
.