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.org.eclipse.persistence.jpa.jpql.tools -
-
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. -
Uses of AbstractTraverseParentVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractTraverseParentVisitor in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description protected static classAbstractContentAssistVisitor.FollowingClausesVisitorprotected static classAbstractContentAssistVisitor.FollowingInvalidExpressionVisitorprotected static classAbstractContentAssistVisitor.MappingFilterBuilderThis visitor is responsible to create the rightFilterbased on the type of theExpression.protected static classAbstractContentAssistVisitor.SubqueryVisitorThis visitor determines if anExpressionis in a subquery.protected static classAbstractContentAssistVisitor.WithinInvalidExpressionVisitorclassDefaultParameterTypeVisitorThis visitor calculates the type of an input parameter.protected static classEclipseLinkContentAssistVisitor.FollowingClausesVisitorThis visitor adds support for the additional clauses provided by EclipseLink, such as theclassEclipseLinkParameterTypeVisitorThis visitor calculates the type of an input parameter.protected static classJPQLQueryContext.QueryExpressionVisitorThis visitor is responsible to retrieve theExpressionthat is the beginning of a query.
-