Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Packages that use AbstractSchemaName
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 AbstractSchemaName in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with parameters of type AbstractSchemaNameModifier and TypeMethodDescriptionprotected IdentificationVariable
AbstractSemanticValidator.findVirtualIdentificationVariable
(AbstractSchemaName expression) Returns theIdentificationVariable
that defines the identification variable for either aDELETE
or anUPDATE
query.protected boolean
AbstractSemanticValidator.validateAbstractSchemaName
(AbstractSchemaName expression) Validates the givenAbstractSchemaName
.void
AbstractGrammarValidator.visit
(AbstractSchemaName expression) void
AbstractSemanticValidator.FirstDeclarationVisitor.visit
(AbstractSchemaName expression) void
AbstractSemanticValidator.TopLevelFirstDeclarationVisitor.visit
(AbstractSchemaName expression) final void
AbstractSemanticValidator.visit
(AbstractSchemaName expression) void
LiteralVisitor.visit
(AbstractSchemaName expression) void
ParameterTypeVisitor.visit
(AbstractSchemaName expression) -
Uses of AbstractSchemaName in org.eclipse.persistence.jpa.jpql.parser
Methods in org.eclipse.persistence.jpa.jpql.parser with parameters of type AbstractSchemaNameModifier and TypeMethodDescriptionvoid
AbstractExpressionVisitor.visit
(AbstractSchemaName expression) void
AnonymousExpressionVisitor.visit
(AbstractSchemaName expression) void
ExpressionVisitor.visit
(AbstractSchemaName expression) Visits theAbstractSchemaName
expression.void
FullyQualifyPathExpressionVisitor.visit
(AbstractSchemaName expression) -
Uses of AbstractSchemaName in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as AbstractSchemaNameModifier and TypeFieldDescriptionprotected AbstractSchemaName
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder.expression
Methods in org.eclipse.persistence.jpa.jpql.tools that return AbstractSchemaNameModifier and TypeMethodDescriptionprotected AbstractSchemaName
DefaultSemanticValidator.findAbstractSchemaName
(UpdateItem expression) Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractSchemaNameModifier and TypeMethodDescriptionvoid
AbstractContentAssistVisitor.AppendableExpressionVisitor.visit
(AbstractSchemaName expression) void
AbstractContentAssistVisitor.EndingQueryPositionBuilder.visit
(AbstractSchemaName expression) void
AbstractContentAssistVisitor.visit
(AbstractSchemaName expression) void
BasicRefactoringTool.EntityNameRenamer.visit
(AbstractSchemaName expression) void
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder.visit
(AbstractSchemaName expression) -
Uses of AbstractSchemaName in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractSchemaNameModifier and TypeMethodDescriptionvoid
BasicStateObjectBuilder.AbstractRangeDeclarationBuilder.visit
(AbstractSchemaName expression) void
BasicStateObjectBuilder.DeleteStatementBuilder.visit
(AbstractSchemaName expression) void
BasicStateObjectBuilder.RangeDeclarationBuilder.visit
(AbstractSchemaName expression) void
BasicStateObjectBuilder.UpdateStatementBuilder.visit
(AbstractSchemaName expression) void
BasicStateObjectBuilder.visit
(AbstractSchemaName expression) -
Uses of AbstractSchemaName in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractSchemaNameMethods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractSchemaNameModifier and TypeMethodDescriptionvoid
AbstractSchemaNameStateObject.setExpression
(AbstractSchemaName 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 AbstractSchemaName in org.eclipse.persistence.jpa.jpql.tools.resolver
Methods in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type AbstractSchemaNameModifier and TypeMethodDescriptionvoid
DeclarationResolver.DeclarationVisitor.visit
(AbstractSchemaName expression) void
ResolverBuilder.visit
(AbstractSchemaName expression) Constructors in org.eclipse.persistence.jpa.jpql.tools.resolver with parameters of type AbstractSchemaNameModifierConstructorDescriptionSubqueryEntityResolver
(Resolver parent, JPQLQueryContext queryContext, AbstractSchemaName abstractSchemaName) Creates a newDerivedPathResolver
.