Uses of Class
org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Packages that use JPQLExpression
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 JPQLExpression in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type JPQLExpressionModifier and TypeMethodDescriptionprotected void
AbstractGrammarValidator.validateInputParameters
(JPQLExpression expression) void
AbstractGrammarValidator.visit
(JPQLExpression expression) final void
AbstractSemanticValidator.visit
(JPQLExpression expression) void
BaseDeclarationIdentificationVariableFinder.visit
(JPQLExpression expression) -
Uses of JPQLExpression in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser that return JPQLExpressionModifier and TypeMethodDescriptionfinal JPQLExpression
AbstractExpression.getRoot()
Expression.getRoot()
Retrieves the root node of the parsed tree hierarchy.Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type JPQLExpressionModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(JPQLExpression expression) void
AbstractTraverseParentVisitor.visit
(JPQLExpression expression) void
AnonymousExpressionVisitor.visit
(JPQLExpression expression) void
ExpressionVisitor.visit
(JPQLExpression expression) Visits theJPQLExpression
expression. -
Uses of JPQLExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return JPQLExpressionModifier and TypeMethodDescriptionBasicRefactoringTool.getExpression()
Returns the parsed tree representation of the JPQL query.AbstractJPQLQueryHelper.getJPQLExpression()
Returns the root of the parsed tree representation of the JPQL query.JPQLQueryContext.getJPQLExpression()
Returns the parsed tree representation of the JPQL query.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type JPQLExpressionModifier and TypeMethodDescriptionvoid
AbstractJPQLQueryHelper.setJPQLExpression
(JPQLExpression jpqlExpression) Sets the parsed tree representation of the JPQL query.void
JPQLQueryContext.setJPQLExpression
(JPQLExpression jpqlExpression) Sets the parsed tree representation of the JPQL query.void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(JPQLExpression expression) void
AbstractContentAssistVisitor.MappingFilterBuilder.visit
(JPQLExpression expression) void
AbstractContentAssistVisitor.visit
(JPQLExpression expression) void
JPQLQueryContext.QueryExpressionVisitor.visit
(JPQLExpression expression) -
Uses of JPQLExpression in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return JPQLExpressionModifier and TypeMethodDescriptionprotected JPQLExpression
AbstractJPQLQueryBuilder.parse
(CharSequence jpqlQuery, JPQLGrammar jpqlGrammar, boolean tolerant) Parses the given JPQL query with tolerant mode turned on.protected JPQLExpression
AbstractJPQLQueryBuilder.parse
(CharSequence jpqFragment, JPQLGrammar jpqlGrammar, String queryBNFId) Parses the given JPQL fragment with tolerant mode turned on.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type JPQLExpression -
Uses of JPQLExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return JPQLExpressionMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type JPQLExpressionModifier and TypeMethodDescriptionvoid
JPQLQueryStateObject.setExpression
(JPQLExpression 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 JPQLExpression in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type JPQLExpressionModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(JPQLExpression expression) void
ResolverBuilder.visit
(JPQLExpression expression)