Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
Packages that use AbstractValidator.JPQLQueryBNFValidator 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. -
-
Uses of AbstractValidator.JPQLQueryBNFValidator in org.eclipse.persistence.jpa.jpql
Fields in org.eclipse.persistence.jpa.jpql declared as AbstractValidator.JPQLQueryBNFValidator Modifier and Type Field Description AbstractValidator.JPQLQueryBNFValidatorAbstractValidator.BypassChildCollectionExpressionVisitor. visitorThe visitor that will visit theExpression.Methods in org.eclipse.persistence.jpa.jpql that return AbstractValidator.JPQLQueryBNFValidator Modifier and Type Method Description protected AbstractValidator.JPQLQueryBNFValidatorAbstractValidator. getExpressionValidator(String queryBNF)protected AbstractValidator.JPQLQueryBNFValidatorAbstractValidator. getJPQLQueryBNFValidator(String queryBNF)Returns theAbstractValidator.JPQLQueryBNFValidatorthat can be used to validate anExpressionby making sure its BNF is part of the given BNF.protected AbstractValidator.JPQLQueryBNFValidatorAbstractValidator. getJPQLQueryBNFValidator(JPQLQueryBNF queryBNF)Returns theAbstractValidator.JPQLQueryBNFValidatorthat can be used to validate anExpressionby making sure its BNF is part of the given BNF.
-