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 voidAbstractGrammarValidator.validateInputParameters(JPQLExpression expression) voidAbstractGrammarValidator.visit(JPQLExpression expression) final voidAbstractSemanticValidator.visit(JPQLExpression expression) voidBaseDeclarationIdentificationVariableFinder.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 JPQLExpressionAbstractExpression.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 TypeMethodDescriptionvoidAbstractExpressionVisitor.visit(JPQLExpression expression) voidAbstractTraverseParentVisitor.visit(JPQLExpression expression) voidAnonymousExpressionVisitor.visit(JPQLExpression expression) voidExpressionVisitor.visit(JPQLExpression expression) Visits theJPQLExpressionexpression. -
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 TypeMethodDescriptionvoidAbstractJPQLQueryHelper.setJPQLExpression(JPQLExpression jpqlExpression) Sets the parsed tree representation of the JPQL query.voidJPQLQueryContext.setJPQLExpression(JPQLExpression jpqlExpression) Sets the parsed tree representation of the JPQL query.voidAbstractContentAssistVisitor.EndingQueryPositionBuilder.visit(JPQLExpression expression) voidAbstractContentAssistVisitor.MappingFilterBuilder.visit(JPQLExpression expression) voidAbstractContentAssistVisitor.visit(JPQLExpression expression) voidJPQLQueryContext.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 JPQLExpressionAbstractJPQLQueryBuilder.parse(CharSequence jpqlQuery, JPQLGrammar jpqlGrammar, boolean tolerant) Parses the given JPQL query with tolerant mode turned on.protected JPQLExpressionAbstractJPQLQueryBuilder.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 TypeMethodDescriptionvoidJPQLQueryStateObject.setExpression(JPQLExpression expression) Keeps a reference of theparsed objectobject, 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 TypeMethodDescriptionvoidDeclarationResolver.DeclarationVisitor.visit(JPQLExpression expression) voidResolverBuilder.visit(JPQLExpression expression)