Uses of Class
org.eclipse.persistence.jpa.jpql.parser.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
Modifier 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
Modifier and TypeMethodDescriptionfinal JPQLExpression
AbstractExpression.getRoot()
Expression.getRoot()
Retrieves the root node of the parsed tree hierarchy.Modifier 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
Modifier 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.Modifier 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
Modifier 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. -
Uses of JPQLExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Modifier 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
Modifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(JPQLExpression expression) void
ResolverBuilder.visit
(JPQLExpression expression)