Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
-
Packages that use AbstractEclipseLinkExpressionVisitor 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.tools org.eclipse.persistence.jpa.jpql.tools.resolver -
-
Uses of AbstractEclipseLinkExpressionVisitor in org.eclipse.persistence.jpa.jpql
Subclasses of AbstractEclipseLinkExpressionVisitor in org.eclipse.persistence.jpa.jpql Modifier and Type Class Description protected static classAbstractEclipseLinkSemanticValidator.TableExpressionVisitorprotected static classEclipseLinkGrammarValidator.InExpressionVisitorprotected static classEclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor -
Uses of AbstractEclipseLinkExpressionVisitor in org.eclipse.persistence.jpa.jpql.tools
Subclasses of AbstractEclipseLinkExpressionVisitor in org.eclipse.persistence.jpa.jpql.tools Modifier and Type Class Description protected classEclipseLinkContentAssistVisitor.TableExpressionVisitor -
Uses of AbstractEclipseLinkExpressionVisitor in org.eclipse.persistence.jpa.jpql.tools.resolver
Subclasses of AbstractEclipseLinkExpressionVisitor in org.eclipse.persistence.jpa.jpql.tools.resolver Modifier and Type Class Description protected classFromSubqueryResolver.VirtualMappingBuilderThis visitor will traverse theSELECTclause and create virtual mappings for the state field path expressions and any expression aliased with a result variable.
-