Uses of Class
org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Package
Description
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.
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
This package contains the
StateObject
classes that represents a JPQL query.-
Uses of CollectionValuedPathExpression in org.eclipse.persistence.jpa.jpql
Modifier and TypeFieldDescriptionprotected CollectionValuedPathExpression
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor.expression
TheCollectionValuedPathExpression
that was visited;null
if he was not.Modifier and TypeMethodDescriptionprotected CollectionValuedPathExpression
AbstractSemanticValidator.getCollectionValuedPathExpression
(Expression expression) Modifier and TypeMethodDescriptionvoid
AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor.visit
(CollectionValuedPathExpression expression) void
AbstractGrammarValidator.visit
(CollectionValuedPathExpression expression) void
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor.visit
(CollectionValuedPathExpression expression) void
AbstractSemanticValidator.SubqueryFirstDeclarationVisitor.visit
(CollectionValuedPathExpression expression) final void
AbstractSemanticValidator.visit
(CollectionValuedPathExpression expression) void
LiteralVisitor.visit
(CollectionValuedPathExpression expression) void
ParameterTypeVisitor.visit
(CollectionValuedPathExpression expression) -
Uses of CollectionValuedPathExpression in org.eclipse.persistence.jpa.jpql.parser
Modifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(CollectionValuedPathExpression expression) void
AnonymousExpressionVisitor.visit
(CollectionValuedPathExpression expression) void
ExpressionVisitor.visit
(CollectionValuedPathExpression expression) Visits theCollectionValuedPathExpression
expression.void
FullyQualifyPathExpressionVisitor.visit
(CollectionValuedPathExpression expression) -
Uses of CollectionValuedPathExpression in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(CollectionValuedPathExpression expression) void
AbstractContentAssistVisitor.DeclarationVisitor.visit
(CollectionValuedPathExpression expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(CollectionValuedPathExpression expression) void
AbstractContentAssistVisitor.EnumVisitor.visit
(CollectionValuedPathExpression expression) void
AbstractContentAssistVisitor.MappingFilterBuilder.visit
(CollectionValuedPathExpression expression) void
AbstractContentAssistVisitor.visit
(CollectionValuedPathExpression expression) void
BasicRefactoringTool.AttributeNameRenamer.visit
(CollectionValuedPathExpression expression) void
BasicRefactoringTool.ClassNameRenamer.visit
(CollectionValuedPathExpression expression) void
BasicRefactoringTool.EnumConstantRenamer.visit
(CollectionValuedPathExpression expression) -
Uses of CollectionValuedPathExpression in org.eclipse.persistence.jpa.jpql.tools.model
Modifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.CollectionMemberDeclarationBuilder.visit
(CollectionValuedPathExpression expression) void
BasicStateObjectBuilder.SimpleRangeDeclarationBuilder.visit
(CollectionValuedPathExpression expression) void
BasicStateObjectBuilder.visit
(CollectionValuedPathExpression expression) -
Uses of CollectionValuedPathExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier and TypeMethodDescriptionvoid
CollectionValuedPathExpressionStateObject.setExpression
(CollectionValuedPathExpression expression) Keeps a reference of theparsed object
object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects
. -
Uses of CollectionValuedPathExpression in org.eclipse.persistence.jpa.jpql.tools.resolver
Modifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(CollectionValuedPathExpression expression) void
DeclarationResolver.QualifyRangeDeclarationVisitor.visit
(CollectionValuedPathExpression expression) void
ResolverBuilder.visit
(CollectionValuedPathExpression expression)