Uses of Interface
org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Packages that use SemanticValidatorHelper 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 SemanticValidatorHelper in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as SemanticValidatorHelper Modifier and Type Field Description protected 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 SemanticValidatorHelper Constructor Description AbstractEclipseLinkSemanticValidator(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension)Creates a newAbstractEclipseLinkSemanticValidator.AbstractSemanticValidator(SemanticValidatorHelper helper)Creates a newAbstractSemanticValidator. -
Uses of SemanticValidatorHelper in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement SemanticValidatorHelper Modifier and Type Class Description classGenericSemanticValidatorHelperAn implementation ofSemanticValidatorHelperthat usesJPQLQueryContextto return the required information and Hermes SPI.Constructors in org.eclipse.persistence.jpa.jpql.tools with parameters of type SemanticValidatorHelper Constructor Description DefaultSemanticValidator(SemanticValidatorHelper helper)Creates a newDefaultSemanticValidator.EclipseLinkSemanticValidator(SemanticValidatorHelper helper, EclipseLinkSemanticValidatorExtension extension)Creates a newEclipseLinkSemanticValidator.
-