Uses of Class
org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Packages that use ResultVariable
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 ResultVariable in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type ResultVariableModifier and TypeMethodDescriptionprotected void
AbstractSemanticValidator.validateResultVariable
(ResultVariable expression) Validates the givenResultVariable
.void
AbstractGrammarValidator.visit
(ResultVariable expression) final void
AbstractSemanticValidator.visit
(ResultVariable expression) void
LiteralVisitor.visit
(ResultVariable expression) -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type ResultVariableModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(ResultVariable expression) void
AnonymousExpressionVisitor.visit
(ResultVariable expression) void
ExpressionVisitor.visit
(ResultVariable expression) Visits theResultVariable
expression. -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as ResultVariableModifier and TypeFieldDescriptionprotected ResultVariable
AbstractContentAssistVisitor.ResultVariableVisitor.expression
TheResultVariable
if it was visited otherwisenull
.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ResultVariableModifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(ResultVariable expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(ResultVariable expression) void
AbstractContentAssistVisitor.ResultVariableVisitor.visit
(ResultVariable expression) void
AbstractContentAssistVisitor.visit
(ResultVariable expression) void
BasicRefactoringTool.ResultVariableNameRenamer.visit
(ResultVariable expression) -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type ResultVariableModifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.SelectItemBuilder.visit
(ResultVariable expression) final void
BasicStateObjectBuilder.visit
(ResultVariable expression) -
Uses of ResultVariable in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ResultVariableMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type ResultVariableModifier and TypeMethodDescriptionvoid
ResultVariableStateObject.setExpression
(ResultVariable 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 ResultVariable in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type ResultVariableModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(ResultVariable expression) void
FromSubqueryResolver.VirtualMappingBuilder.visit
(ResultVariable expression) void
ResolverBuilder.visit
(ResultVariable expression)