Uses of Class
org.eclipse.persistence.jpa.jpql.AbstractValidator.SubqueryVisitor
-
Packages that use AbstractValidator.SubqueryVisitor 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.SubqueryVisitor in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return AbstractValidator.SubqueryVisitor Modifier and Type Method Description protected AbstractValidator.SubqueryVisitorAbstractValidator. buildSubqueryVisitor()Creates the visitor that checks if the visited expression is a subquery or not..protected AbstractValidator.SubqueryVisitorAbstractValidator. getSubqueryVisitor()Returns the visitor that checks if the visited expression is a subquery or not.
-