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.jpqlFields in org.eclipse.persistence.jpa.jpql declared as SemanticValidatorHelperModifier and TypeFieldDescriptionprotected final SemanticValidatorHelperAbstractSemanticValidator.helperThe 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 SemanticValidatorHelperModifierConstructorDescriptionprotectedAbstractEclipseLinkSemanticValidator(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension) Creates a newAbstractEclipseLinkSemanticValidator.protectedCreates a newAbstractSemanticValidator.
- 
Uses of SemanticValidatorHelper in org.eclipse.persistence.jpa.jpql.toolsClasses in org.eclipse.persistence.jpa.jpql.tools that implement SemanticValidatorHelperModifier and TypeClassDescriptionclassAn implementation ofSemanticValidatorHelperthat usesJPQLQueryContextto 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.