Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
-
Packages that use AbstractTraverseParentVisitor 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 AbstractTraverseParentVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractTraverseParentVisitor in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description classAbstractEclipseLinkParameterTypeVisitorThis visitor calculates the type of an input parameter.static classAbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitorThis visitor retrieves the clause owning the visitedExpression.static classAbstractValidator.OwningClauseVisitorThis visitor retrieves the clause owning the visitedExpression.protected static classAbstractValidator.OwningStatementVisitorThis visitor retrieves the statement owning the visitedExpression.classBaseDeclarationIdentificationVariableFinderThis visitor traverses the parsed tree and retrieves theIdentificationVariabledefined in the base range variable declaration for the top-level statement if and only if the query is aDELETEorUPDATEquery.classParameterTypeVisitorThis visitor calculates the type of an input parameter. -
Uses of AbstractTraverseParentVisitor in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractTraverseParentVisitor in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classAbstractEclipseLinkTraverseParentVisitorThisEclipseLinkExpressionVisitortraverses up the hierarchy.
-