Uses of Class
org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Packages that use 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
Fields in org.eclipse.persistence.jpa.jpql declared as CollectionValuedPathExpressionModifier and TypeFieldDescriptionprotected CollectionValuedPathExpression
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor.expression
TheCollectionValuedPathExpression
that was visited;null
if he was not.Methods in org.eclipse.persistence.jpa.jpql that return CollectionValuedPathExpressionModifier and TypeMethodDescriptionprotected CollectionValuedPathExpression
AbstractSemanticValidator.getCollectionValuedPathExpression
(Expression expression) Methods in org.eclipse.persistence.jpa.jpql with parameters of type CollectionValuedPathExpressionModifier 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
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type CollectionValuedPathExpressionModifier 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
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type CollectionValuedPathExpressionModifier 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
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type CollectionValuedPathExpressionModifier 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
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return CollectionValuedPathExpressionMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type CollectionValuedPathExpressionModifier 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
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type CollectionValuedPathExpressionModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(CollectionValuedPathExpression expression) void
DeclarationResolver.QualifyRangeDeclarationVisitor.visit
(CollectionValuedPathExpression expression) void
ResolverBuilder.visit
(CollectionValuedPathExpression expression)