Uses of Interface
org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Packages that use 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
Fields in org.eclipse.persistence.jpa.jpql declared as SemanticValidatorHelperModifier and TypeFieldDescriptionprotected final SemanticValidatorHelper
AbstractSemanticValidator.helper
The given helper allows this validator to access the JPA artifacts without using Hermes SPI.Constructors in org.eclipse.persistence.jpa.jpql with parameters of type SemanticValidatorHelperModifierConstructorDescriptionprotected
AbstractEclipseLinkSemanticValidator
(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension) Creates a newAbstractEclipseLinkSemanticValidator
.protected
Creates a newAbstractSemanticValidator
. -
Uses of SemanticValidatorHelper in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement SemanticValidatorHelperModifier and TypeClassDescriptionclass
An implementation ofSemanticValidatorHelper
that usesJPQLQueryContext
to return the required information and Hermes SPI.Constructors in org.eclipse.persistence.jpa.jpql.tools with parameters of type SemanticValidatorHelperModifierConstructorDescriptionCreates a newDefaultSemanticValidator
.EclipseLinkSemanticValidator
(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension) Creates a newEclipseLinkSemanticValidator
.