Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Packages that use AndExpression 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.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of AndExpression in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type AndExpression Modifier and Type Method Description protected voidAbstractSemanticValidator. validateAndExpression(AndExpression expression)Validates the givenAndExpression.voidAbstractGrammarValidator. visit(AndExpression expression)voidAbstractSemanticValidator. visit(AndExpression expression)voidParameterTypeVisitor. visit(AndExpression expression) -
Uses of AndExpression in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type AndExpression Modifier and Type Method Description voidAbstractExpressionVisitor. visit(AndExpression expression)voidAnonymousExpressionVisitor. visit(AndExpression expression)voidExpressionVisitor. visit(AndExpression expression)Visits theAndExpressionexpression.
-