Uses of Class
org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Packages that use ExistsExpression
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 ExistsExpression in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql that return types with arguments of type ExistsExpressionModifier and TypeMethodDescriptionAbstractGrammarValidator.buildExistsExpressionHelper()
AbstractGrammarValidator.existsExpressionHelper()
Methods in org.eclipse.persistence.jpa.jpql with parameters of type ExistsExpressionModifier and TypeMethodDescriptionprotected void
AbstractSemanticValidator.validateExistsExpression
(ExistsExpression expression) Validates the givenExistsExpression
.void
AbstractGrammarValidator.visit
(ExistsExpression expression) final void
AbstractSemanticValidator.visit
(ExistsExpression expression) void
ParameterTypeVisitor.visit
(ExistsExpression expression) -
Uses of ExistsExpression in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type ExistsExpressionModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(ExistsExpression expression) void
AnonymousExpressionVisitor.visit
(ExistsExpression expression) void
ExpressionVisitor.visit
(ExistsExpression expression) Visits theExistsExpression
expression. -
Uses of ExistsExpression in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ExistsExpressionModifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(ExistsExpression expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(ExistsExpression expression) void
AbstractContentAssistVisitor.visit
(ExistsExpression expression) void
DefaultSemanticValidator.BooleanTypeValidator.visit
(ExistsExpression expression) -
Uses of ExistsExpression in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type ExistsExpressionModifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.visit
(ExistsExpression expression) -
Uses of ExistsExpression in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ExistsExpressionMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type ExistsExpressionModifier and TypeMethodDescriptionvoid
ExistsExpressionStateObject.setExpression
(ExistsExpression 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 ExistsExpression in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type ExistsExpression