- ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ABS'.
- abs(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression ABS(x).
- abs(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression ABS(x).
- abs(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression ABS(x).
- AbsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The ABS function removes the minus sign from a specified argument and returns the absolute
value, which is always a positive number or zero.
- AbsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
Creates a new AbsExpression.
- AbsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
-
Creates a new AbsExpressionFactory.
- absExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- AbsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The ABS function removes the minus sign from a specified argument and returns
the absolute value, which is always a positive number or zero.
- AbsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new AbsExpressionStateObject.
- AbsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new AbsExpressionStateObject.
- AbsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new AbsExpressionStateObject.
- AbsFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver is responsible to calculate the
IType based on the type of the
ABS expression.
- AbsFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
-
Creates a new AbsFunctionResolver.
- AbstractActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This
IJPQLQueryFormatter is used to generate a string representation of a
StateObject based on how it was parsed, which means this formatter can only be used when the
StateObject was created by parsing a JPQL query because it needs to retrieve parsing
information from the corresponding
Expression.
- AbstractActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Creates a new AbstractActualJPQLQueryFormatter.
- AbstractActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Creates a new AbstractActualJPQLQueryFormatter.
- AbstractAppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
-
- AbstractCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
-
Creates a new AbstractCaseExpressionStateObjectBuilder.
- AbstractCollectionValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
-
- AbstractConditionalClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
Conditional expressions are composed of other conditional expressions, comparison operations,
logical operations, path expressions that evaluate to boolean values, boolean literals, and
boolean input parameters.
- AbstractConditionalClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Creates a new AbstractConditionalClause.
- AbstractConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
- AbstractConditionalClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Conditional expressions are composed of other conditional expressions, comparison operations,
logical operations, path expressions that evaluate to boolean values, boolean literals, and
boolean input parameters.
- AbstractConditionalClauseStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Creates a new AbstractConditionalClauseStateObject.
- AbstractConditionalClauseStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Creates a new AbstractConditionalClauseStateObject.
- AbstractConditionalExpressionStateObjectBuilder<T extends IAbstractConditionalExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractConditionalExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates a new AbstractStateObjectBuilder.
- AbstractConditionalStateObjectBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder wraps another builder and delegates the calls to it.
- AbstractConditionalStateObjectBuilderWrapper(IConditionalExpressionStateObjectBuilder) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new AbstractConditionalStateObjectBuilderWrapper.
- AbstractContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
The visitor provides support for finding the possible proposals within a JPQL query at a certain
position.
- AbstractContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Creates a new AbstractContentAssistVisitor.
- AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper<T extends Expression> - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helper handles adding proposals within a conditional expression that might be parsed as
a single expression or has a collection of expression, which means the fragment is either
incomplete or invalid.
- AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper<T extends AbstractSelectClause> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor retrieves the permitted type from the path expression's parent.
- AbstractContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor scans the visited
Expression and determines if a JPQL identifier can be
added ("appended") when the position of the cursor is at the end of the expression.
- AbstractContentAssistVisitor.AppendableType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.CollectionExpressionHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This helper is used to determine how to add proposals within a collection of expressions.
- AbstractContentAssistVisitor.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.CollectionMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ConcatExpressionCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ConstrutorCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DefaultMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DeleteClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DeleteClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DifferentComparisonFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.EncapsulatedExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.EndingQueryPositionBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
This builder populates a
QueryPosition by traversing the valid portion of the JPQL
query.
- AbstractContentAssistVisitor.EnumVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines whether a path expression can be resolved as a fully qualified enum
type and an enum constant.
- AbstractContentAssistVisitor.FilteringMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FollowingClausesVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.GroupByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.GroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.HavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.IdentificationVariableType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
The various ways of retrieving identification variables from the declaration expression.
- AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is used when a clause or a compound expression was parsed with a collection of
expressions representing an invalid fragment.
- AbstractContentAssistVisitor.InvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines if the visited
Expression is one of the two that represents
an invalid expression.
- AbstractContentAssistVisitor.JoinCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.MappingCollector - Interface in org.eclipse.persistence.jpa.jpql.tools
-
A collector is responsible to retrieve the possible proposals by using the mappings that can
complete a path expression.
- AbstractContentAssistVisitor.MappingFilterBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is responsible to create the right
Filter based on the type of the
Expression.
- AbstractContentAssistVisitor.MappingTypeFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
This
Filter is responsible to filter out the mappings that can't have their type
assignable to the one passed in.
- AbstractContentAssistVisitor.NotExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.OrderByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.OrderByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.PropertyMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.RangeVariableDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ResultVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleFromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleSelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.StatementHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This helper helps to add JPQL identifiers for the clauses that make up a query statement and
also chains the clauses within the query.
- AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines if an
Expression is in a subquery.
- AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.UpdateClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.UpdateItemCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.VisitParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is meant to adjust the corrections stack when traversing an
Expression in
order to increase the list of valid proposals.
- AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helpers handles adding proposals for
WhenClause.
- AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.WhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.WithinInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractDoubleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression takes care of parsing an expression that encapsulates two expressions
separated by a comma.
- AbstractDoubleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Creates a new AbstractDoubleEncapsulatedExpression.
- AbstractDoubleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- AbstractDoubleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject represents a JPQL expression that has a JPQL identifier followed by
two an encapsulated expression with parenthesis, the two expression are separated by a comma.
- AbstractDoubleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
- AbstractDoubleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
- AbstractDoubleEncapsulatedExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
- AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractEclipseLinkExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
-
- AbstractEclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor calculates the type of an input parameter.
- AbstractEclipseLinkParameterTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
-
Creates a new AbstractEclipseLinkParameterTypeVisitor.
- AbstractEclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractEclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
-
Creates a new AbstractEclipseLinkSelectExpressionStateObjectBuilder.
- AbstractEclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator is responsible to gather the problems found in a JPQL query by validating the
content to make sure it is semantically valid for EclipseLink.
- AbstractEclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Creates a new AbstractEclipseLinkSemanticValidator.
- AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the clause owning the visited
Expression.
- AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractEclipseLinkSemanticValidator.TableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Creates a new AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder.
- AbstractEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkStateObjectVisitor
-
- AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given
Expression.
- AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
-
- AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
-
- AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
-
- AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
-
- AbstractEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression handles parsing the identifier followed by an expression encapsulated within
parenthesis.
- AbstractEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Creates a new AbstractEncapsulatedExpression.
- AbstractEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression handles parsing the identifier followed by an expression encapsulated within
parenthesis.
- AbstractEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Creates a new AbstractEncapsulatedExpressionStateObject.
- AbstractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This is the abstract definition of all the parts used to create the tree hierarchy representing
the parsed JPQL query.
- AbstractExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new AbstractExpression.
- AbstractExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new AbstractExpression.
- AbstractExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
The abstract definition of
ExpressionVisitor, which implements all the methods but does
nothing.
- AbstractExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
-
- AbstractFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The FROM clause of a query defines the domain of the query by declaring identification
variables.
- AbstractFromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Creates a new AbstractFromClause.
- AbstractFromClause_IdentificationVariableDeclarationEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_IdentificationVariableDeclarationIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_InvalidFirstIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_MissingIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_WrongOrderOfIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
- AbstractFromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the abstract definition of a FROM clause, which
is either the FROM clause of the query or of a sub-query expression.
- AbstractFromClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Creates a new AbstractFromClauseStateObject.
- AbstractGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
-
The base validator responsible to gather the problems found in a JPQL query by validating it
against the provided JPQL grammar.
- AbstractGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a new AbstractGrammarValidator.
- AbstractGrammarValidator.AbstractCollectionValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validate is responsible to validate the collection of
Expressions:
Making sure they are all separated by a comma or by a space (depending on which one is
required);
Making sure it does not end with a comma;
There is no empty expression between two commas.
- AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T extends AbstractDoubleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper<T extends AbstractEncapsulatedExpression> - Interface in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T extends AbstractSingleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T extends AbstractTripleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionSeparatedBySpaceValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator validates a
CollectionExpression by making sure each item is not
separated by a comma.
- AbstractGrammarValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.DateTimeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.NullExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor checks to see if the visited expression is
NullExpression.
- AbstractGroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
- AbstractHavingClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
- AbstractIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Creates a new AbstractIdentificationVariableDeclarationStateObject.
- AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Creates a new AbstractIdentificationVariableDeclarationStateObject.
- AbstractJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractJPQLGrammar() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new AbstractJPQLGrammar.
- AbstractJPQLGrammar(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new AbstractJPQLGrammar.
- AbstractJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a new AbstractJPQLQueryBuilder.
- AbstractJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
Creates a new AbstractJPQLQueryFormatter.
- AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a new AbstractJPQLQueryHelper.
- AbstractJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a new AbstractJPQLQueryHelper.
- AbstractListHolderStateObject<T extends StateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractListHolderStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new AbstractListHolderStateObject.
- AbstractListHolderStateObject(StateObject, List<? extends T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new AbstractListHolderStateObject.
- AbstractListHolderStateObject(StateObject, T...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new AbstractListHolderStateObject.
- AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This factory is responsible to return the right literal expression.
- AbstractLiteralExpressionFactory(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Creates a new AbstractLiteralExpressionFactory.
- AbstractModifyClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractModifyClauseStateObject(AbstractModifyStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Creates a new UpdateClauseStateObject.
- AbstractModifyStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The abstract definition of a modify statement.
- AbstractModifyStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Creates a new AbstractModifyStatementStateObject.
- AbstractNewValueStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractNewValueStateObjectBuilder(UpdateItemStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
-
Creates a new AbstractNewValueStateObjectBuilder.
- AbstractOrderByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
An ordering clause allows the objects or values that are returned by the query to be ordered.
- AbstractOrderByClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Creates a new AbstractOrderByClause.
- AbstractPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable followed by the navigation operator (.) and a state field or
association field is a path expression.
- AbstractPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new AbstractPathExpression.
- AbstractPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new AbstractPathExpression.
- AbstractPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new AbstractPathExpression.
- AbstractPathExpression_CannotEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractPathExpression_InvalidIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractPathExpression_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An identification variable followed by the navigation operator (.) and a state field or
association field is a path expression.
- AbstractPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Creates a new AbstractPathExpressionStateObject.
- AbstractPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Creates a new AbstractPathExpressionStateObject.
- AbstractPathResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver is responsible to resolve a single path of a path expression (state field
path expression, singled valued object field, or a collection-valued path expression).
- AbstractPathResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Creates a new AbstractPathResolver.
- AbstractRangeDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
The abstract definition of a range declaration, which is used to navigate to a "root" object.
- AbstractRangeDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
Creates a new AbstractRangeDeclaration.
- AbstractRangeDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
- AbstractRangeVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Creates a new RangeVariableDeclarationStateObject.
- AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Creates a new RangeVariableDeclarationStateObject.
- AbstractRangeVariableDeclarationStateObject(AbstractModifyClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Creates a new AbstractRangeVariableDeclarationStateObject.
- AbstractRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
-
The abstract definition of a refactoring
- AbstractRefactoringTool(CharSequence, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Creates a new BasicRefactoringTool.
- AbstractRenamer() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Creates a new AbstractRenamer.
- AbstractScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This abstract definition of a builder provides the support for creating expressions defined by a
scalar expression.
- AbstractScalarExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new AbstractScalarExpressionStateObjectBuilder.
- AbstractSchemaName - Class in org.eclipse.persistence.jpa.jpql.parser
-
An abstract schema name designates the abstract schema type over which the query ranges.
- AbstractSchemaName(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Creates a new AbstractSchemaName.
- AbstractSchemaName_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSchemaNameBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an abstract schema name.
- AbstractSchemaNameBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
Creates a new AbstractSchemaNameBNF.
- AbstractSchemaNameFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
-
Creates a new AbstractSchemaNameFactory.
- AbstractSchemaNameStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An abstract schema name designates the abstract schema type over which the query ranges.
- AbstractSchemaNameStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new AbstractSchemaNameStateObject.
- AbstractSchemaNameStateObject(StateObject, IEntity) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new AbstractSchemaNameStateObject.
- AbstractSchemaNameStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new AbstractSchemaNameStateObject.
- abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the collection of possible abstract schema types.
- abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the collection of possible abstract schema types.
- AbstractSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT clause denotes the query result.
- AbstractSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Creates a new SelectClause.
- AbstractSelectClause_InvalidSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
- AbstractSelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
- AbstractSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the abstract definition of a SELECT clause,
which is either the SELECT clause of the top-level query or of a subquery.
- AbstractSelectClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Creates a new AbstractSelectClauseStateObject.
- AbstractSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
Creates a new AbstractSelectExpressionStateObjectBuilder.
- AbstractSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
-
A query is an operation that retrieves data from one or more tables or views.
- AbstractSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Creates a new AbstractSelectStatement.
- AbstractSelectStatement_FromClauseMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
- AbstractSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the select statement, which has at least a SELECT
clause and a FROM clause.
- AbstractSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates a new AbstractSelectStatementStateObject.
- AbstractSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
-
The base validator responsible to gather the problems found in a JPQL query by validating the
content to make sure it is semantically valid, i.e.
- AbstractSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Creates a new AbstractSemanticValidator.
- AbstractSemanticValidator.CollectionValuedPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor compares the left and right expressions of a comparison expression and gathers
information about those expressions if they are an identification variable or a path expression.
- AbstractSemanticValidator.FirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.InItemsVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.PathType - Enum in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.SubqueryFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractSimpleSelectExpressionStateObjectBuilder(AbstractSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
-
Creates a new AbstractSimpleSelectExpressionStateObjectBuilder.
- AbstractSingleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression handles parsing a JPQL identifier followed by an expression encapsulated within
parenthesis.
- AbstractSingleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Creates a new EncapsulatedExpression.
- AbstractSingleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
- AbstractSingleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject represents a JPQL expression that has a JPQL identifier followed by
an encapsulated expression with parenthesis.
- AbstractSingleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new AbstractSingleEncapsulatedExpressionStateObject.
- AbstractSingleEncapsulatedExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new AbstractSingleEncapsulatedExpressionStateObject.
- AbstractSingleEncapsulatedExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new AbstractSingleEncapsulatedExpressionStateObject.
- AbstractStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new AbstractStateObject.
- AbstractStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The abstract definition of a builder of a
StateObject hierarchy based on a JPQL fragment
that is manually created.
- AbstractStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Creates a new AbstractStateObjectBuilder.
- AbstractStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The abstract definition of
StateObjectVisitor, which implements all the methods but does
nothing.
- AbstractStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
-
- AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given
Expression.
- AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
-
- AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
-
- AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
-
- AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
-
- AbstractTripleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression takes care of parsing an expression that encapsulates three expressions
separated by a comma.
- AbstractTripleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Creates a new AbstractTripleEncapsulatedExpression.
- AbstractTripleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- AbstractTripleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object takes care of parsing an expression that encapsulates three expressions
separated by a comma.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new AbstractTripleEncapsulatedExpressionStateObject.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new AbstractTripleEncapsulatedExpressionStateObject.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new AbstractTripleEncapsulatedExpressionStateObject.
- AbstractValidator - Class in org.eclipse.persistence.jpa.jpql
-
The abstract definition of a validator, which provides helper methods and visitors.
- AbstractValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates a new AbstractValidator.
- AbstractValidator.BypassChildCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is responsible to traverse the parent hierarchy and to skip
SubExpression
if it's a parent.
- AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractValidator.JPQLQueryBNFValidator - Class in org.eclipse.persistence.jpa.jpql
-
This visitor validates any
Expression by checking its BNF against some BNFs.
- AbstractValidator.NestedArrayVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractValidator.OwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the clause owning the visited
Expression.
- AbstractValidator.OwningStatementVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the statement owning the visited
Expression.
- AbstractValidator.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the statement owning the visited
Expression.
- AbstractWhereClauseSelectStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- accept(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
- accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Visits this managed type with the given visitor.
- accept(StateObjectVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Visits this managed type with the given visitor.
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Visits this managed type with the given visitor.
- accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Visits this managed type with the given visitor.
- accept(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
-
Determines whether the specified object is "accepted" by the filter.
- accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
-
Determines whether the specified object is "accepted" by the filter.
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
-
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
-
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AcceptableTypeVisitor
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- acceptUnknownVisitor(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The given
ExpressionVisitor needs to visit this class but it is defined by a third-
party provider.
- acceptUnknownVisitor(ExpressionVisitor, Class<?>, Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The given
ExpressionVisitor needs to visit this class but it is defined by a third-
party provider.
- acceptUnknownVisitor(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
The given
StateObjectVisitor needs to visit this class but it is defined by a
third-party provider.
- acceptUnknownVisitor(StateObjectVisitor, Class<?>, Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
The given
StateObjectVisitor needs to visit this class but it is defined by a
third-party provider.
- add(AbstractContentAssistVisitor, Declaration, Expression) - Method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
-
Adds the identification variables defined in the given
Declaration.
- add(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression x + y.
- add(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression x + y.
- add(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Adds the given
StateObject to the stack for future use, which will be removed from
the stack to complete the creation of another
StateObject.
- add(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression x + y.
- add(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
At the specified index, add the specified element to the original list.
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
-
- add(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Add the specified element to the original list.
- add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
-
Add the specified object to the original list.
- add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- addAggregateIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.AGGREGATE
and the beginning starts with the current word.
- addAggregateIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF as valid
proposals if their role is
IdentifierRole.AGGREGATE and the beginning starts with the
current word.
- addAggregateIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF as valid
proposals if their role is
IdentifierRole.AGGREGATE and the beginning starts with the
current word.
- addAll(T, E[]) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Adds to the given
Collection the items contained in the array.
- addAll(T, Iterable<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
- addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
- addArithmeticIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers which correspond to the arithmetic operators as valid proposals.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Makes sure the AS identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Makes sure the AS identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Makes sure the AS identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Makes sure the AS identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Makes sure the AS identifier is used.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Makes sure the AS identifier is specified.
- addAtTheEndOfChild(Expression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(ConcatExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(ConstructorExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(DeleteClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(GroupByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractOrderByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(SelectClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(UpdateClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addChild(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- addChildBNF(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds to the given query BNF a child BNF.
- addChildBNF(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds to the given query BNF a child BNF.
- addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Adds the children of this
StateObject to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Adds the children of this
StateObject to the given list.
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- addClauseIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.CLAUSE
and the beginning starts with the current word.
- addClauseIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF as valid
proposals if their role is
IdentifierRole.CLAUSE and the beginning starts with the
current word.
- addClauseIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF as valid
proposals if their role is
IdentifierRole.CLAUSE and the beginning starts with the
current word.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new collection declaration to the FROM clause.
- addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new collection declaration to the FROM clause.
- addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the FROM clause.
- addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the FROM clause.
- addComparisonIdentifiers(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers which correspond to the comparison operators as valid proposals.
- addCompositeIdentifier(String, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the composite JPQL identifier by following the given rules:
If the word is empty and the offset is -1, then use the rule used by
AbstractContentAssistVisitor.addIdentifier(String);
Otherwise checks the ending of the JPQL query with a portion of the identifier from the
entire length of the identifier to the given offset by cutting off the trailing characters.
- addCompoundIdentifier(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addCompoundIdentifiers(JPQLQueryBNF, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addCompoundIdentifiers(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- addDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Manually adds the delete clause to this delete statement.
- addDeleteStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a DELETE statement.
- addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the FROM clause.
- addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the FROM clause.
- addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the FROM clause.
- addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the FROM clause.
- addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the FROM clause.
- addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the FROM clause.
- addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the FROM clause.
- addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the FROM clause.
- addDistinctSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a SELECT statement.
- addEntities() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the entities as possible content assist proposals but will be filtered using the current word.
- addEntities(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the entities as possible content assist proposals but will be filtered using the current
word and the entity's type will have to be assignable from the given
IType.
- addEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given
IEntity as a possible abstract schema type.
- addEnumConstant(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given enum constant as a valid proposal.
- addEnumConstant(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the constants of the given enum constant as a valid proposal.
- addEnumConstants(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the constants of the given enum type as valid proposals if the beginning starts with the
given word.
- addExpressionFactoryIdentifiers(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addExpressionFactoryIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that were registered with the
ExpressionFactory with the
given unique identifier.
- addFilteredMappings(IManagedType, List<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
-
- addFunctionIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.FUNCTION
and the beginning starts with the current word.
- addFunctionIdentifiers(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers for which their role is
FUNCTION by
determining the
JPQLQueryBNF that represents the fragment for which the given
Expression was parsed.
- addFunctionIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF as valid
proposals if their role is
IdentifierRole.FUNCTION and the beginning starts with the
current word.
- addFunctionIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF as valid
proposals if their role is
IdentifierRole.FUNCTION and the beginning starts with the
current word.
- addGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the GROUP BY clause.
- addGroupByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the GROUP BY clause and parses the given JPQL fragment.
- addGroupByItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Adds the given path as a select item, which can either be an identification variable or a
state-field path expression.
- addHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the HAVING clause.
- addHavingClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the HAVING clause and parses the given JPQL fragment.
- addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identification variable as a valid proposal.
- addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given identification variable as a proposal.
- addIdentificationVariable(IdentificationVariable, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- addIdentificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds all the identification variables defined in the current query's FROM clause.
- addIdentificationVariables(Expression, AbstractContentAssistVisitor.IdentificationVariableType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the possible identification variables as valid proposals but filter them based on the
given type.
- addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds the given JPQL identifier to this factory.
- addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds the given JPQL identifier to this factory.
- addIdentifier(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identifier as a proposal if it passes the checks.
- addIdentifier(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(ConcatExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(ConstructorExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(DeleteClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractDoubleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractFromClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(GroupByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(IdentificationVariableDeclaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractOrderByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractTripleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(UpdateClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given JPQL identifier as a proposal.
- addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds the given JPQL identifiers to this factory.
- addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds the given JPQL identifiers to this factory.
- addInnerJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new INNER JOIN expression to this declaration.
- addInnerJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new INNER JOIN FETCH expression to this declaration.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- addItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Adds the given item as a child to the given list.
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- addItem(S) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
- addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause.
- addItem(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause.
- addItem(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause.
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause.
- addItem(String, OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause.
- addItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given path as a select item, which can either be an identification variable or a
state-field path expression.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given expression as a select item.
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(String[], StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(String[], String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE item to this clause.
- addItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the UPDATE clause.
- addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the UPDATE clause.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the UPDATE clause.
- addItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given JPQL fragment as a select item.
- addItemAsc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause with ASC.
- addItemDesc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause with DESC.
- addItems(List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Adds the given list of
StateObjects as children of this one.
- addItems(List<? extends String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Adds the given list of
StateObjects as children of this one.
- addItems(ListHolderStateObject<T>, List<T>, String, List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Adds the given items as children to the given list.
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Adds the given list of
StateObjects as children of this one.
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Adds the given list of
StateObjects as children of this one.
- addItems(List<? extends T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Adds the given list of
StateObjects as children of this one.
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given list of
StateObjects as children of this one.
- addItems(List<? extends UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds the given list of
StateObjects as children of this one.
- AdditionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the four binary operators.
- AdditionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
-
Creates a new AdditionExpression.
- AdditionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AdditionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AdditionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
TODO:
BNF: arithmetic_expression ::= arithmetic_expression + arithmetic_term
- AdditionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new AdditionExpressionStateObject.
- AdditionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new AdditionExpressionStateObject.
- AdditionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new AdditionExpressionStateObject.
- addJoin(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN expression to this declaration.
- addJoin(String, ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN expression to this declaration.
- addJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN expression to this declaration.
- addJoin(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN expression to this declaration.
- addJoin(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
- addJoinAssociationPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Adds the given segments to the end of the join association path expression.
- addJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH expression to this declaration.
- addJoinFetch(String, ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH expression to this declaration.
- addJoinFetch(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH expression to this declaration.
- addJoinFetchType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH expression to this declaration.
- addJoinIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the join specification identifiers as proposals.
- addLeftIdentificationVariables(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the identification variables defined in the current query's
FROM clause that are
declared before the given
Expression.
- addLeftJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new LEFT JOIN expression to this declaration.
- addLeftJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new LEFT JOIN FETCH expression to this declaration.
- addLeftOuterJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new LEFT OUTER JOIN expression to this declaration.
- addLeftOuterJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new LEFT OUTER JOIN FETCH expression to this declaration.
- addListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
- addListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- addListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- addListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- addListener(Map<String, List<T>>, Class<?>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Registers the given list for the specified name.
- addLogicalIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the logical identifiers, which are AND and OR.
- addMapping(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given
mapping (state field, association field or collection field)
as a valid proposal.
- addMappings(Collection<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given
mappings (state fields, association fields or collection fields)
as valid proposals.
- addMinus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Makes sure the - sign is used.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Makes sure the NOT identifier is specified.
- addOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the OF identifier is specified.
- addOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the ORDER BY clause.
- addOrderByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the ORDER BY clause and parses the given JPQL fragment, which should
represent one or many ordering items.
- addOrderByItem(String[], OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY item to this clause.
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- addPlus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Makes sure the + sign is used.
- addPosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Adds the position of the cursor within the given
Expression
- addProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression.
- addProblem(Expression, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression.
- addProblem(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression.
- addProblem(Expression, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject, which means there are validation issues.
- addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
- addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
- addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.RangeDeclarationBuilder
-
- addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleRangeDeclarationBuilder
-
- addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new range variable declaration to the FROM clause.
- addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds to this select statement a new range variable declaration.
- addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new range variable declaration.
- addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new range variable declaration to the FROM clause.
- addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds to this select statement a new range variable declaration.
- addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds to this select statement a new range variable declaration.
- addRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identification variable as a proposal if it passes the checks.
- addRangeIdentificationVariable(String, IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given range identification variable that is mapping the given abstract schema type.
- addRangeVariableDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Registers a range variable declaration that will be used when a JPQL fragment is parsed.
- addResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the result variables defined in the SELECT clause as valid proposals.
- addSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- addSelectItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- addSelectItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given path as a select item, which can either be an identification variable or a
state-field path expression.
- addSelectItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given expression as a select item.
- addSelectItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- addSelectItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given expression as a select item.
- addSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a SELECT statement.
- addSelectStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a SELECT statement.
- addTextEdit(Expression, int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Adds a new
TextEdit with the given information.
- addTextEdit(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Adds a new
TextEdit with the given information.
- addTextEdit(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Adds the given
TextEdit at the right position.
- addTextEdits(Iterable<? extends TextEdit>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Adds the given collection of
TextEdit objects.
- addTheBeginningOfChild(Expression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(ConcatExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(ConstructorExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(DeleteClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(GroupByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(AbstractOrderByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(SelectClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(UpdateClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position.
- addUpdateStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a UPDATE statement.
- addUpdateStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a UPDATE statement.
- addVirtualSpace() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds a virtual space on the stack.
- addWhenClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds a new WHEN clause.
- addWhenClause(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the given two
StateObjects as the
WHEN expression and
the
THEN expression of the new
WHEN clause.
- addWhenClause(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the given two
StateObjects as the
WHEN expression and
the
THEN expression of the new
WHEN clause.
- addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Adds the WHERE clause.
- addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the WHERE clause.
- addWhereClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the WHERE clause and parses the given JPQL fragment.
- afterIdentifier - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
-
The JPQL identifier of the clause used to determine if there is any clause defined after it.
- AggregateExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an aggregate expression.
- AggregateExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
-
Creates a new AggregateExpressionBNF.
- AggregateFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
In the SELECT clause the result of a query may be the result of an aggregate function
applied to a path expression.
- AggregateFunction(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Creates a new AggregateFunction.
- AggregateFunction_WrongClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AggregateFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
In the SELECT clause the result of a query may be the result of an aggregate
function applied to a path expression.
- AggregateFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new AggregateFunctionStateObject.
- AggregateFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new AggregateStateObject.
- AggregateFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new AggregateFunctionStateObject.
- AggregateFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new AggregateStateObject.
- AggregateFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new AggregateFunctionStateObject.
- ALL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ALL'.
- all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates the expression ALL(subquery).
- all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression ALL(subquery).
- all(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression ALL(subquery).
- allOrAny(String, SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- AllOrAnyExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An ALL conditional expression is a predicate that is true if the comparison
operation is true for all values in the result of the subquery or the result of the
subquery is empty.
- AllOrAnyExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Creates a new AllOrAnyExpression.
- AllOrAnyExpression_All_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_Any_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_NotPartOfComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpression_Some_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AllOrAnyExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an all or any expression.
- AllOrAnyExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
-
Creates a new AllOrAnyExpressionBNF.
- AllOrAnyExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AllOrAnyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
-
Creates a new AndExpressionFactory.
- allOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- AllOrAnyExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An ALL conditional expression is a predicate that is true if the
comparison operation is true for all values in the result of the subquery or the
result of the subquery is empty.
- AllOrAnyExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Creates a new AllOrAnyExpressionStateObject.
- AllOrAnyExpressionStateObject(StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Creates a new AllOrAnyExpressionStateObject.
- AllOrAnyExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Creates a new AllOrAnyExpressionStateObject.
- AMPERSAND_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
The entity name for ampersand: &.
- AND - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AND'.
- and(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates the expression x AND y.
- and(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression x AND y.
- and(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression x AND y.
- and(Filter<T>...) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
-
Creates a new ANDFilter that will "accept" any object that is accept by all of
the specified filters.
- AndExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The AND logical operator chains multiple criteria together.
- AndExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Creates a new AndExpression.
- AndExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AndExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
-
Creates a new AndExpressionFactory.
- AndExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The AND logical operator chains multiple criteria together.
- AndExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Creates a new AndExpressionStateObject.
- AndExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Creates a new AndExpressionStateObject.
- AndExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Creates a new AndExpressionStateObject.
- AndFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
-
This filter will "accept" any object that is accept by both of the specified wrapped filters.
- AndFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
-
Creates a new AndFilter that will "accept" any object that is accept by both of
the specified wrapped filters.
- andParse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Parses the given JPQL fragment as the right side of an AND expression.
- AnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
-
- AnonymousStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AnonymousStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
-
- AnonynousEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AnonynousEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonynousEclipseLinkStateObjectVisitor
-
- ANY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ANY'.
- any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates the expression ANY(subquery).
- any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression ANY(subquery).
- any(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression ANY(subquery).
- APOSTROPHE_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
The entity name for apostrophe: '.
- append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
-
Appends the previously created select item and starts a new stack to create a new select item.
- append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
Appends the previously created select item and starts a new stack to create a new select item.
- append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
-
Appends the previously created select item and starts a new stack to create a new select item.
- append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
-
Appends the previously created select item and starts a new stack to create a new select item.
- append(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Appends the given sequence of characters to the path expression.
- appendable - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
-
Flag used to determine if JPQL identifiers can be appended to the expression.
- appendableType - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
The type of the JPQL identifiers can can be possible proposals.
- appendIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Appends the given actual identifier if it's not an empty string, otherwise the second
identifier will be appended.
- appendToEntityTypeName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Appends the given text to the existing entity type name property.
- appendToPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Appends the given sequence of characters to the path expression.
- applyChanges() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Applies the changes to the JPQL query and returns the refactoring operations.
- applyChanges() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Applies the changes to the JPQL query and returns the refactoring operations.
- areArithmeticSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression can be followed by an arithmetic operator.
- areChildrenEquivalent(AbstractListHolderStateObject<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e.
- areChildrenEquivalent(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e.
- areChildrenEquivalent(CollectionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e.
- areChildrenEquivalent(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e.
- areChildrenEquivalent(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e.
- areChildrenEquivalent(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Determines whether the children of this
StateObject are equivalent to the children
of the given one, i.e.
- areComparisonSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression can be followed by a comparison operator.
- areEquivalent(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Determines whether the given two
StateObject are equivalent, i.e.
- areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
- areLogicalSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression can be followed by a logical operator.
- areTypesEquivalent(Object[], Object[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
Returns the arguments that can help to format the localized problem.
- arguments(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
-
Returns the arguments that can help to format the localized problem.
- arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Returns the arguments that can help to format the localized problem.
- arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
Returns the arguments that can help to format the localized problem.
- ARGUMENTS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Notifies the list of arguments has changed.
- arithmetic(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- ARITHMETIC_SIGN_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Notifies the arithmetic sign property has changed.
- ArithmeticExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression represents an arithmetic expression, which means the first and second expressions
are aggregated with an arithmetic sign.
- ArithmeticExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Creates a new ArithmeticExpression.
- ArithmeticExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ArithmeticExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ArithmeticExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ArithmeticExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic expression.
- ArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
-
Creates a new ArithmeticExpressionBNF.
- ArithmeticExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionFactory creates a new expression when the portion of the query to parse
starts with an arithmetic identifier.
- ArithmeticExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
-
Creates a new AbstractArithmeticExpressionFactory.
- ArithmeticExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression represents an arithmetic expression, which means the first and second expressions
are aggregated with an arithmetic sign.
- ArithmeticExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Creates a new ArithmeticExpressionStateObject.
- ArithmeticExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Creates a new ArithmeticExpressionStateObject.
- ArithmeticExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Creates a new ArithmeticExpressionStateObject.
- ArithmeticFactor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression simply adds a plus or minus sign to the arithmetic primary expression.
- ArithmeticFactor(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Creates a new ArithmeticFactor.
- ArithmeticFactor_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ArithmeticFactor_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ArithmeticFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic factor expression.
- ArithmeticFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
-
Creates a new ArithmeticFactorBNF.
- ArithmeticFactorStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object simply adds a plus or minus sign to the arithmetic primary expression.
- ArithmeticFactorStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Creates a new ArithmeticFactorStateObject.
- ArithmeticFactorStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Creates a new ArithmeticFactorStateObject.
- ArithmeticPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic primary expression.
- ArithmeticPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
-
Creates a new ArithmeticPrimaryBNF.
- ArithmeticTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic term expression.
- ArithmeticTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
-
Creates a new ArithmeticTermBNF.
- array(Class<T>, Iterable<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Creates a new array and adds the items returned by the given
Iterable.
- array(Class<T>, Iterator<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Creates a new array and adds the items returned by the given
Iterator.
- ArrayIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
An
ArrayIterable provides an
Iterable
for an array of objects of type
E.
- ArrayIterable(E...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
Construct an iterable for the specified array.
- ArrayIterable(E[], int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
Construct an iterable for the specified array,
starting at the specified start index and continuing for
the rest of the array.
- ArrayIterable(E[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
Construct an iterable for the specified array,
starting at the specified start index and continuing for
the specified length.
- ArrayIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
-
An
ArrayIterator provides a
Iterator for an array of objects.
- ArrayIterator(T...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
-
Creates a new ArrayIterator for the specified array.
- ArrayIterator(T[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
-
Creates a new ArrayIterator for the specified array, starting at the specified
start index and continuing for the specified length.
- AS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AS'.
- AS_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AS OF'.
- AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Notifies the visibility of the AS identifier has changed.
- AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Notifies the visibility of the AS identifier has changed.
- AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Notifies the visibility of the AS identifier has changed.
- AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Notifies the visibility of the AS identifier has changed.
- AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Notifies the visibility of the AS identifier has changed.
- ASC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ASC'.
- AsOfClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
An AS OF clause is part of a flashback query, which provides ways to view
past states of database objects, or to return database objects to a previous state, without using
traditional point-in-time recovery.
- AsOfClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Creates a new AsOfClause.
- AsOfClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the AS OF clause.
- AsOfClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
-
Creates a new AsOfClauseBNF.
- AsOfClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AsOfClauseFactory creates a new
AsOfClause when the portion of the JPQL
query to parse starts with
AS OF.
- AsOfClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
-
Creates a new AsOfClauseFactory.
- Assert - Class in org.eclipse.persistence.jpa.jpql
-
An utility class that provides various checks and when the condition fails, then an
Assert.AssertException is thrown.
- Assert.AssertException - Exception in org.eclipse.persistence.jpa.jpql
-
The exception thrown when the condition is not met.
- AssertException(String) - Constructor for exception org.eclipse.persistence.jpa.jpql.Assert.AssertException
-
Creates a new AssertException.
- AttributeNameRenamer(JPQLQueryContext, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
-
Creates a new AttributeNameRenamer.
- AVG - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AVG'.
- avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression AVG(path).
- avg(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression AVG(path).
- avg(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression AVG(path).
- avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression AVG(DISTINCT path).
- avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression AVG(DISTINCT path).
- avgDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression AVG(DISTINCT path).
- AvgFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the aggregate functions.
- AvgFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
-
Creates a new AvgFunction.
- AvgFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AvgFunction_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AvgFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AvgFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AvgFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AvgFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AvgFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
-
Creates a new AvgFunctionFactory.
- avgFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- AvgFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
One of the aggregate functions.
- AvgFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new AvgFunctionStateObject.
- AvgFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new AvgFunctionStateObject.
- AvgFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new AvgFunctionStateObject.
- AvgFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new AvgFunctionStateObject.
- AvgFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new AvgFunctionStateObject.
- BadExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This wraps another
Expression that was correctly parsed by it is located in an invalid
location within the JPQL query.
- BadExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Creates a new BadExpression.
- BadExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Creates a new BadExpression.
- badExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
This internal flag helps to determine if the
Expression where the cursor is located
was flagged to be invalid.
- BadExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- BadExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF used for an expression that is invalid.
- BadExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
-
Creates a new BadExpressionBNF.
- BadExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- BadExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
-
Creates a new BadExpressionFactory.
- BadExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This wraps an invalid portion of the JPQL query that could not be parsed.
- BadExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
Creates a new BadExpressionStateObject.
- BaseDeclarationIdentificationVariableFinder - Class in org.eclipse.persistence.jpa.jpql
-
This visitor traverses the parsed tree and retrieves the
IdentificationVariable
defined in the base range variable declaration for the top-level statement if and only if the
query is a
DELETE or
UPDATE query.
- BaseDeclarationIdentificationVariableFinder() - Constructor for class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
Creates a new BaseDeclarationIdentificationVariableFinder.
- baseExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Either the range variable declaration if this is a range declaration otherwise the
collection-valued path expression when this is a collection member declaration.
- BaseJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- BaseJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Creates a new BaseJPQLQueryFormatter.
- BASIC - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for a basic mapping.
- BASIC_COLLECTION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
-
The constant for a basic collection mapping, which is deprecated.
- BASIC_MAP - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
-
The constant for a basic map mapping, which is deprecated.
- BasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
-
The abstract implementation providing refactoring support for JPQL queries.
- BasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new BasicRefactoringTool.
- BasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new BasicRefactoringTool.
- BasicRefactoringTool.AbstractRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
The abstract class that all refactoring classes should extend, it automatically provides the
MultiTextEdit
that will hold the
TextEdit objects that are related to the same refactoring event.
- BasicRefactoringTool.AttributeNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames any segment of a path expression.
- BasicRefactoringTool.ClassNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames a fully qualified class name.
- BasicRefactoringTool.EntityNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames an entity name.
- BasicRefactoringTool.EnumConstantRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames an enum constant.
- BasicRefactoringTool.JavaQuery - Class in org.eclipse.persistence.jpa.jpql.tools
-
A simple implementation of
IQuery.
- BasicRefactoringTool.ResultVariableNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames all the result variables found in the JPQL query.
- BasicRefactoringTool.VariableNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor renames all the identification variables found in the JPQL query.
- BasicStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- BasicStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
Creates a new StateObjectBuilder.
- BasicStateObjectBuilder.AbstractRangeDeclarationBuilder<S extends AbstractFromClauseStateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a new identification variable declaration and to add it
to the state object representing the FROM clause.
- BasicStateObjectBuilder.AbstractSelectStatementBuilder<T extends AbstractSelectStatementStateObject,P extends StateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The abstract definition of the builder that is responsible to create the
StateObject
representation of the
SELECT statement.
- BasicStateObjectBuilder.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- BasicStateObjectBuilder.CollectionMemberDeclarationBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- BasicStateObjectBuilder.DeleteStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject representation of the
DELETE query statement.
- BasicStateObjectBuilder.JoinBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- BasicStateObjectBuilder.RangeDeclarationBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a new identification variable declaration and to add it
to the state object representing the FROM clause of the top-level query.
- BasicStateObjectBuilder.SelectItemBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the items owned by the top-level
SELECT clause.
- BasicStateObjectBuilder.SelectStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject representation of the
SELECT query statement.
- BasicStateObjectBuilder.SimpleRangeDeclarationBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a new identification variable declaration and to add it
to the state object representing the FROM clause of a subquery.
- BasicStateObjectBuilder.SimpleSelectStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject representation of the
SELECT subquery.
- BasicStateObjectBuilder.UpdateStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObject representation of the
UPDATE query statement.
- BasicStateObjectBuilder.WhenClauseBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the WHEN clauses for a
CASE expression.
- beforeIdentifier - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
-
The JPQL identifier of the clause used to determine if there is any clause defined before it.
- BETWEEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'BETWEEN'.
- between(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- between(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates the expression x BETWEEN y AND z.
- between(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression x BETWEEN y AND z.
- between(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression x BETWEEN y AND z.
- BetweenExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Used in conditional expression to determine whether the result of an expression falls within an
inclusive range of values.
- BetweenExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Creates a new BetweenExpression.
- BetweenExpression_MissingAnd - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- BetweenExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- BetweenExpression_MissingLowerBoundExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- BetweenExpression_MissingUpperBoundExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- BetweenExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- BetweenExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the between expression.
- BetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
-
Creates a new BetweenExpressionBNF.
- BetweenExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- BetweenExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
-
Creates a new BetweenExpressionFactory.
- BetweenExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Used in conditional expression to determine whether the result of an expression falls within an
inclusive range of values.
- BetweenExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new BetweenExpressionStateObject.
- BetweenExpressionStateObject(StateObject, StateObject, boolean, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new BetweenExpressionStateObject.
- BetweenExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new BetweenExpressionStateObject.
- BetweenExpressionStateObject(StateObject, String, boolean, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new BetweenExpressionStateObject.
- BetweenExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Creates a new BetweenExpressionStateObject.
- bigDecimal() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link BigDecimal}.
- bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link BigDecimal}.
- bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- bigInteger() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link BigInteger}.
- bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link BigInteger}.
- bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- BIT_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'BIT_LENGTH', which is an unused keyword.
- BooleanExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a boolean expression.
- BooleanExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
-
Creates a new BooleanExpressionBNF.
- BooleanLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a boolean literal expression.
- BooleanLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
-
Creates a new BooleanLiteralBNF.
- BooleanPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a boolean primary expression.
- BooleanPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
-
Creates a new BooleanPrimaryBNF.
- booleanType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Boolean}.
- booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Boolean}.
- booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- BooleanTypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
-
- BOTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'BOTH'.
- buildAbsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildAcceptableTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildAcceptableTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
- buildAcceptableTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildAllOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildAttributeNameRenamer(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL
query and will rename a type's attribute name.
- buildAvgFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Creates the base
JPQLGrammar this one extends, if one exists.
- buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a builder that can create a CASE expression programmatically.
- buildCaseExpressionStateObjectBuilder(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a CASE expression programmatically.
- buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a builder that can create a CASE expression programmatically.
- buildCastExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- buildChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildChildrenCollector() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- buildClassNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL
query and will rename the fully qualified class name.
- buildClassNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject representation of the JPQL
query and will rename the fully qualified class name.
- buildClassNameResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new {link Resolver} that simply wraps the already determined type by using its
fully qualified class name.
- buildClassResolver(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new {link Resolver} that simply wraps the already determined type.
- buildCoalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildCollectionCompoundTypeFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildCollectionDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- buildCollectionExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
- buildCollectionExpression(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
- buildCollectionExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
- buildCollectionExpression(AbstractConditionalClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
- buildCollectionExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
- buildCollectionExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
- buildCollectionExpression(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
- buildCollectionExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
- buildCollectionExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
- buildCollectionExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
- buildCollectionExpression(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
- buildCollectionExpression(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
- buildCollectionExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
- buildCollectionExpression(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper
- buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- buildCollectionMappingFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildCollectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildCollectionValuedFieldResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver for the given collection-valued path expression.
- buildComparingEntityTypeLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- buildConcatExpressionCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildConcatExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildConstructorUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
- buildConstrutorCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildContentAssistProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Retrieves the possibles choices that can complete the query from the given position within
the query.
- buildContentAssistProposals(int, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Retrieves the possibles choices that can complete the query from the given position within
the query.
- buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the content assist visitor that will give the possible
choices based on the position of the cursor within the JPQL query.
- buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates the concrete instance of the content assist visitor that will give the possible
choices based on the position of the cursor within the JPQL query.
- buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the concrete instance of the content assist visitor that will give the possible
choices based on the position of the cursor within the JPQL query.
- buildCountFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildDatabaseTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- buildDateTimeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildDeclarationResolver(DeclarationResolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildDeclarationResolver(DeclarationResolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- buildDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver
- buildDefaultMappingCollector() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildDefaultMutator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
- buildDefaultRemover() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
-
- buildDeleteClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildDeleteClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildDeleteStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildDifferentComparisonFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildDoubleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildEclipseLinkSemanticValidatorExtension() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
- buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
- buildEncapsulatedExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildEndingPositionFromInvalidExpression(Expression, Expression, boolean[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Creates a new
QueryPosition containing the corrected positions starting at the given
Expression and traversing the children at is always at the right side of the tree.
- buildEndingQueryPositionBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildEndingQueryPositionBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildEntityNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL
query and will rename the entity name.
- buildEntityNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject representation of the JPQL
query and will rename the entity name.
- buildEntryExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildEnumConstantRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL
query and will rename the enum constant.
- buildEnumConstantRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject representation of the JPQL
query and will rename the enum constant.
- buildEnumResolver(AbstractPathExpression, IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver that will resolve the given enum literal.
- buildEnumVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildEscapedQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildEscapedQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildExistsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
-
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
- buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
Creates the actual expression this factory manages.
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
-
- buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
-
Creates the actual expression this factory manages.
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
-
- buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
-
Creates the actual expression this factory manages.
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
-
- buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
-
- buildExpressionFromFallingBack(WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- buildExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new
ExpressionRegistry that will be used to store the definition of the JPQL
grammar.
- buildExtractExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- buildFieldNameRenamer(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject representation of the JPQL
query and will rename a type's attribute name.
- buildFilter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
-
- buildFilteringMappingCollector(AbstractPathExpression, Resolver, Filter<IMapping>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildFollowingClausesVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildFollowingClausesVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildFollowingInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
-
Creates a new formatter that will convert the
StateObject representation of the JPQL
query, once the refactoring occurred into a string.
- buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
-
Creates a new formatter that will convert the
StateObject representation of the JPQL
query, once the refactoring occurred into a string.
- buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates a new formatter that will convert the
StateObject representation of the JPQL
query, once the refactoring occurred into a string.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Creates the expression representing the from clause of this select statement.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Creates the expression representing the from clause of this select statement.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
Creates the expression representing the from clause of this select statement.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates the state object representing the FROM clause.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Creates the state object representing the FROM clause.
- buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Creates the state object representing the FROM clause.
- buildFromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildFromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildFunctionExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the validator that will grammatically validate the JPQL query.
- buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates the concrete instance of the validator that will grammatically validate the JPQL query.
- buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the concrete instance of the validator that will grammatically validate the JPQL query.
- buildGroupByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildGroupByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildIdentificationVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- buildIncompleteCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildIncompleteCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildIndexExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildInExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- buildInExpressionWithNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- buildingDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
-
- buildInItemsVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- buildInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildInputParameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildJoinBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildJoinCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a context that will be used to store and retrieve information about the JPQL query.
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new
JPQLQueryContext that can retrieve information from the declaration
portion of the JPQL query.
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
-
Creates a new
JPQLQueryContext that can retrieve information from the declaration
portion of the JPQL query.
- buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates a context that will be used to store and retrieve information about the JPQL query.
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
-
Creates a new
JPQLQueryContext that can retrieve information from the declaration
portion of the JPQL query.
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
-
Creates a new
JPQLQueryContext that can retrieve information from the declaration
portion of the JPQL query.
- buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates a context that will be used to store and retrieve information about the JPQL query.
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
-
Creates a new
JPQLQueryContext that can retrieve information from the declaration
portion of the JPQL query.
- buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates a new
JPQLQueryContext that can retrieve information from the declaration
portion of the JPQL query.
- buildKeyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildLengthExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Creates the visitor that can retrieve some information about various literal.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that can retrieve some information about various literal.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Creates the visitor that can retrieve some information about various literal.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
-
Creates the visitor that can retrieve some information about various literal.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Creates the visitor that can retrieve some information about various literal.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
Creates the visitor that can retrieve the "literal" value from a given
Expression
based on the desired
LiteralType.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultStateObjectBuilder
-
Creates the visitor that can retrieve the "literal" value from a given
Expression
based on the desired
LiteralType.
- buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
-
Creates the visitor that can retrieve the "literal" value from a given
Expression
based on the desired
LiteralType.
- buildLocateExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildLowerExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildMapping(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
-
Creates
- buildMapping(IManagedType, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingBuilder
-
- buildMappingCollector(AbstractPathExpression, Resolver, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildMappingFilter(AbstractPathExpression, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildMappingFilter(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildMappingFilterBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildMappingNameFilter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
-
- buildMaxFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildMinFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildModExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
- buildModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
- buildNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that traverses an
Expression and determines if it's a nested array
or not.
- buildNonCollectionCompoundTypeFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildNotExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildNullExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
null-
Expression parented with this one.
- buildNullExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a visitor that collects the
NullExpression if it's been visited.
- buildNullIfExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildNullResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver that is used when nothing can be resolved.
- buildNumeric(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildNumeric(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildNumericTypeComparator() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- buildObjectExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildOrderByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildOrderByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildOrderByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- buildOwningStatementVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a statement.
- buildParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildPathExpressionStateObjectUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
- buildPosition(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Creates a map of the position of the cursor within each
Expression of the parsed tree.
- buildPositions(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Calculates the start and end position for correctly inserting the proposal into the query.
- buildProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates a new validation problem that was found in the given
Expression.
- buildProblem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new
Problem describing a single issue found with the information contained
in this
StateObject.
- buildProblem(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new
Problem describing a single issue found with the information contained
in this
StateObject.
- buildPropertyMappingFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Prepares this visitor by prepopulating it with the necessary data that is required to properly
gather the list of proposals based on the given caret position.
- buildProposals(int, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Prepares this visitor by prepopulating it with the necessary data that is required to properly
gather the list of proposals based on the given caret position.
- buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
-
Retrieves the possible proposals that can be used to complete a path expression based on
the position of the cursor.
- buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
-
Retrieves the possible proposals that can be used to complete a path expression based on
the position of the cursor.
- buildProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingCollector
-
Retrieves the possible proposals that can be used to complete a path expression based on
the position of the cursor.
- buildQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
- buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
- buildQueryExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Creates
- buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Creates
- buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Creates
- buildRangeVariableDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
- buildResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
- buildResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
- buildResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- buildResultVariableInOrderByVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- buildResultVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL
query and will rename a result variable.
- buildResultVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject representation of the JPQL
query and will rename a result variable.
- buildResultVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildRootObjectExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- buildRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
- buildRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
- buildRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Creates the expression representing the select clause of this select statement.
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Creates the expression representing the select clause of this select statement.
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
Creates the expression representing the select clause of this select statement.
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates the state object representing the SELECT clause.
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Creates the state object representing the SELECT clause.
- buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Creates the state object representing the SELECT clause.
- buildSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSelectItemBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates the concrete instance of the validator that will semantically validate the JPQL query.
- buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
-
Creates the concrete instance of the validator that will semantically validate the JPQL query.
- buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the concrete instance of the validator that will semantically validate the JPQL query.
- buildSimpleFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSimpleFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
- buildSimpleGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSimpleHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSimpleRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildSimpleSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSimpleSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSimpleSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildSimpleWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSizeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildSqrtExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildStateFieldPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildStateFieldResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Creates a new
Resolver for the given state field path expression.
- buildStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
-
Creates the actual state object based on the information this builder gathered.
- buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a
StateObject representation of the given JPQL fragment.
- buildStateObject(S, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
- buildStateObject(P, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
- buildStateObject(AbstractFromClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
-
- buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
-
- buildStateObject(AbstractIdentificationVariableDeclarationStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
-
- buildStateObject(SelectClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
-
- buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
-
- buildStateObject(CaseExpressionStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.WhenClauseBuilder
-
- buildStateObject(S, Expression) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IBuilder
-
- buildStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ICaseExpressionStateObjectBuilder
-
Creates the actual state object based on the information this builder gathered.
- buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(StateObject, CharSequence, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a
StateObject representation of the given JPQL fragment.
- buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a state model representation of a JPQL query that can be edited.
- buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a
StateObject representation of the given JPQL fragment.
- buildStateObject(CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Parses the given JPQL fragment using the given JPQL query BNF.
- buildStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the
StateObject representation of the JPQL fragment to manipulate.
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a builder that can create a conditional expression programmatically.
- buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a builder that can create a select expression programmatically.
- buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a builder that can create a single select expression programmatically.
- buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Creates a builder that can create a new value expression programmatically.
- buildStateObjectImp(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildStateObjects(CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Parses the given JPQL fragment using the given JPQL query BNF.
- buildStringExpression(char) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
Expression wrapping the given character value.
- buildStringExpression(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
Expression wrapping the given string value.
- buildStringLiteral(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- buildSubqueryAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSubqueryFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- buildSubquerySelectItemCalculator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- buildSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates the visitor that checks if the visited expression is a subquery or not..
- buildSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildSubstringExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildSumFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildTableExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- buildTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- buildTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- buildTextEdit(int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Creates a new
TextEdit for the given refactoring information.
- buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- buildTrimExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildTripleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
-
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
-
- buildTypeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildUnionClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- buildUnknownExpression(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates an
Expression that contains a malformed expression.
- buildUpdateClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildUpdateItemCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildUpdateStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildUpperExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildValueExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- buildVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates the visitor that will traverse the representation of the JPQL
query and will rename an identification variable.
- buildVariableNameRenamer(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Creates the visitor that will traverse the
StateObject representation of the JPQL
query and will rename an identification variable.
- buildVisitParentVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildWhenClauseBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- buildWhenClauseConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildWhenCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- buildWhereClauseDeleteStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildWhereClauseUpdateStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildWithinInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- buildXmlQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- buildXmlQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Creates a new JPQL query by inserting the given proposal at the given position.
- BypassChildCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
-
Creates a new BypassChildCollectionExpressionVisitor.
- bypassCompound - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
- BypassParentSubExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
-
Creates a new BypassParentSubExpressionVisitor.
- byteType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Byte}.
- byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Byte}.
- byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- calculateInsertionPosition(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Calculates the insertion position for the given
TextEdit based on those already registered
- calculatePosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Calculates the position of the given
Expression by calculating the length of what is before.
- canContinue(Expression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(T, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(T, CollectionExpression, int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(ConcatExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(ConstructorExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(DeleteClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(AbstractDoubleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(AbstractFromClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(GroupByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(IdentificationVariableDeclaration, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(AbstractOrderByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(AbstractTripleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canContinue(UpdateClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Asks this helper if the search can continue even though two child expressions are not
separated by a comma.
- canMoveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveDown(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether the given item can be moved down by one position in the list owned by its
parent.
- canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveDown(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Determines whether the given
StateObject can be moved down by one position in the
list owned by its parent.
- canMoveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- canMoveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- canMoveUp(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether the given item can be moved up by one position in the list owned by its
parent.
- canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- canMoveUp(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- canMoveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Determines whether the given
StateObject can be moved up by one position in the list
owned by its parent.
- capitalizeEachWord(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
-
Returns the given JPQL identifier with the first letter of each word capitalized and the rest
being lower case.
- CASE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'CASE'.
- case_(ICaseExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new CASE expression.
- case_(ICaseExpressionStateObjectBuilder) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates a new CASE expression.
- CASE_OPERAND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Notify the
StateObject representing the case operand that follows the
CASE identifier has changed.
- CaseExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
BNF: general_case_expression ::= CASE when_clause {when_clause}* ELSE scalar_expression END
or
BNF: simple_case_expression ::= CASE case_operand simple_when_clause {simple_when_clause}* ELSE scalar_expression END
- CaseExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Creates a new CaseExpression.
- CaseExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpression_MissingElseExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpression_MissingElseIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpression_MissingEndIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpression_MissingWhenClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpression_WhenClausesEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpression_WhenClausesHasComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a case expression.
- CaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
-
Creates a new CaseExpressionBNF.
- CaseExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CaseExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
-
Creates a new CaseExpressionFactory.
- CaseExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A CASE predicate is used to calculate a condition and when it's true,
its THEN expression will be executed.
- CaseExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Creates a new CaseExpressionStateObject.
- CaseExpressionStateObject(StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Creates a new CaseExpressionStateObject.
- CaseExpressionStateObject(StateObject, StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Creates a new CaseExpressionStateObject.
- CaseOperandBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the case operand specified in the case expression.
- CaseOperandBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
-
Creates a new CaseOperandBNF.
- CAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'CAST'.
- CastExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The CAST function cast value to a different type.
- CastExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Creates a new CastExpression.
- CastExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CastExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CastExpression_MissingDatabaseType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CastExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CastExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CastExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CastExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the CAST function.
- CastExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
-
Creates a new CastExpressionBNF.
- CastExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CastExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
-
Creates a new TrimExpressionFactory.
- castExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- ChangeSupport - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- ChangeSupport(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Creates a new ChangeSupport.
- CHAR_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CHAR_LENGTH', which is an unused keyword.
- character() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves the character at the current cursor position.
- character(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves the character at the given cursor position.
- CHARACTER_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CHARACTER_LENGTH', which is an unused keyword.
- characterType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Character}.
- characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Character}.
- characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- checkBuilder(IScalarExpressionStateObjectBuilder<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Makes sure the given
builder is this one.
- checkBuilders(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Makes sure the given
builder is this one.
- checkIntegrity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
- checkIntegrity(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Makes sure the current identification variable and the given one are the same.
- checkParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Checks whether the given parent is null or not.
- checkParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Checks whether the given parent is null or not.
- checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- children() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- children() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- children() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the set of all the query BNFs that are part of this BNF.
- children(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- children() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- children() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- ChildrenCollectorVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
-
Creates a new ChildrenCollectorVisitor.
- childrenSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- CLASS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CLASS', which is an unused keyword.
- CLASS_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Notifies the class name property has changed.
- ClassNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
-
Creates a new ClassNameRenamer.
- ClassNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
Creates a new ClassNameRenamer.
- ClassNameResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver simply holds onto the fully qualified class name of the
IType.
- ClassNameResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
-
Creates a new ClassNameResolver.
- classNames(String, ContentAssistProposals.ClassType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Returns the fully qualified class names filtered by the given prefix and type.
- classNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible class names.
- classNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the filtered list of possible class names.
- ClassResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver simply holds onto the actual type since it is already determined.
- ClassResolver(Resolver, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
-
Creates a new ClassResolver.
- clause - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
The clause being visited, which is marked by its JPQL identifier.
- clauseOfItems - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
Internal flag indicating if a clause is being visited which can have a collection of children.
- clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Clears the values related to the managed type and type.
- clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Clears the values related to the managed type and type.
- clearResolvedObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Clears the values related to the managed type and type.
- clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
- clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
- CloneIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
Pull together remover state and behavior for subclasses.
- CloneIterable() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
-
- CloneIterable(CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
-
- CloneIterable.DefaultRemover - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
- CloneIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
A CloneIterator iterates over a copy of a collection,
allowing for concurrent access to the original collection.
- CloneIterator(Collection<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified collection.
- CloneIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified array.
- CloneIterator(Collection<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified collection.
- CloneIterator(E[], CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Construct an iterator on a copy of the specified array.
- CloneIterator(CloneIterator.Remover<E>, Object...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
Internal constructor used by subclasses.
- CloneIterator.Remover<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
Used by
CloneIterator to remove
elements from the original collection; since the iterator
does not have direct access to the original collection.
- CloneIterator.Remover.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
- CloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
Pull together mutator state and behavior for subclasses.
- CloneListIterable() - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
- CloneListIterable(CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
- CloneListIterable.DefaultMutator - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
- CloneListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
-
A CloneListIterator iterates over a copy of a list,
allowing for concurrent access to the original list.
- CloneListIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified array.
- CloneListIterator(E[], CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified array.
- CloneListIterator(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified list.
- CloneListIterator(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Construct a list iterator on a copy of the specified list.
- CloneListIterator(CloneListIterator.Mutator<E>, Object...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Internal constructor used by subclasses.
- CloneListIterator.Mutator<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.iterator
-
Used by
CloneListIterator to remove
elements from the original list; since the list iterator
does not have direct access to the original list.
- CloneListIterator.Mutator.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
-
- COALESCE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'COALESCE'.
- coalesce(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
- coalesce(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
- CoalesceExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A COALESCE expression returns null if all its arguments evaluate to
null, and the value of the first non-null argument otherwise.
- CoalesceExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
Creates a new CoalesceExpression.
- CoalesceExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CoalesceExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CoalesceExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CoalesceExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CoalesceExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a coalesce expression.
- CoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
-
Creates a new CoalesceExpressionBNF.
- CoalesceExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CoalesceExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
-
Creates a new CoalesceExpressionFactory.
- coalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- CoalesceExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A COALESCE expression returns null if all its arguments evaluate
to null, and the value of the first non-null argument otherwise.
- CoalesceExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new CoalesceExpressionStateObject.
- CoalesceExpressionStateObject(StateObject, List<StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new CoalesceExpressionStateObject.
- CoalesceExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new CoalesceExpressionStateObject.
- CoalesceExpressionStateObject(StateObject, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Creates a new CoalesceExpressionStateObject.
- collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Collects the identification variables that are defined in the FROM clause of the
current query and from the parent queries.
- collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Collects the identification variables that are defined in the FROM clause of the
current query and from the parent queries.
- CollectionDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This CollectionDeclaration represents a collection member declaration that was
declared in the FROM clause of a SELECT top-level query
or subquery.
- CollectionDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
-
Creates a new CollectionDeclaration.
- CollectionEquivalentResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver compares each
IType retrieved from the list of
Resolvers that were gathered for a given
Expression and returns that type if they are all the same type otherwise the
IType for
Object is returned.
- CollectionEquivalentResolver(Resolver, List<Resolver>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
-
Creates a new CollectionEquivalentResolver.
- CollectionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A CollectionExpression wraps many expression which they are separated by spaces
and/or commas.
- CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Creates a new CollectionExpression.
- CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Creates a new CollectionExpression.
- collectionExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
- CollectionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- CollectionExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Creates a new CollectionExpressionStateObject.
- CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
-
Creates a new CollectionExpressionVisitor.
- CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
-
- CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
-
Creates a new CollectionExpressionVisitor.
- CollectionMappingFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
-
- CollectionMemberDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable declared by a collection member declaration ranges over values of a
collection obtained by navigation using a path expression.
- CollectionMemberDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Creates a new CollectionMemberDeclaration.
- CollectionMemberDeclaration_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberDeclaration_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberDeclaration_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a collection member declaration expression.
- CollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
-
Creates a new CollectionMemberDeclarationBNF.
- CollectionMemberDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
-
- CollectionMemberDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CollectionMemberDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
-
Creates a new CollectionMemberDeclarationExpressionFactory.
- CollectionMemberDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An identification variable declared by a collection_member_declaration ranges over
values of a collection obtained by navigation using a path expression.
- CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new CollectionMemberDeclarationStateObject.
- CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new CollectionMemberDeclarationStateObject.
- CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new CollectionMemberDeclarationStateObject.
- CollectionMemberDeclarationStateObject(SimpleFromClauseStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Creates a new CollectionMemberDeclarationStateObject.
- CollectionMemberExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression tests whether the designated value is a member of the collection specified by the
collection-valued path expression.
- CollectionMemberExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Creates a new CollectionMemberExpression.
- CollectionMemberExpression_Embeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberExpression_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberExpression_MissingEntityExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionMemberExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a collection member expression.
- CollectionMemberExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
-
Creates a new CollectionMemberExpressionBNF.
- CollectionMemberExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CollectionMemberExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
-
Creates a new CollectionMemberExpressionFactory.
- CollectionMemberExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression tests whether the designated value is a member of the collection specified by the
collection-valued path expression.
- CollectionMemberExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Creates a new CollectionMemberExpressionStateObject.
- CollectionMemberExpressionStateObject(StateObject, StateObject, boolean, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Creates a new CollectionMemberExpressionStateObject.
- CollectionMemberExpressionStateObject(StateObject, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Creates a new CollectionMemberExpressionStateObject.
- collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates a new collection-valued path expression.
- collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new collection-valued path expression.
- collectionPath(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates a new collection-valued path expression.
- collectionSeparatedByCommaValidator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- CollectionSeparatedByCommaValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionSeparatedByCommaValidator
-
- collectionSeparatedBySpaceValidator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- CollectionSeparatedBySpaceValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionSeparatedBySpaceValidator
-
- CollectionTools - Class in org.eclipse.persistence.jpa.jpql.utility
-
This utility class provides utility methods related to collections, iterators and arrays.
- collectionType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Collection}.
- collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Collection}.
- collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- CollectionValuedFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver is responsible to resolve the type of a collection-valued field.
- CollectionValuedFieldResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
-
Creates a new CollectionValuedFieldResolver.
- CollectionValuedFieldResolver.MapManagedType - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
- CollectionValuedPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A collection_valued_field is designated by the name of an association field in a
one-to-many or a many-to-many relationship or by the name of an element collection field.
- CollectionValuedPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
Creates a new CollectionValuedPathExpression.
- CollectionValuedPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
Creates a new CollectionValuedPathExpression.
- CollectionValuedPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
Creates a new CollectionValuedPathExpression.
- CollectionValuedPathExpression_NotCollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionValuedPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CollectionValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a collection-valued path expression.
- CollectionValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
-
Creates a new CollectionValuedPathExpressionBNF.
- CollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
Creates a new CollectionValuedPathExpressionFactory.
- CollectionValuedPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A collection-valued field is designated by the name of an association field in a one-to-many or a
many-to-many relationship or by the name of an element collection field.
- CollectionValuedPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Creates a new CollectionValuedPathExpressionStateObject.
- CollectionValuedPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Creates a new CollectionValuedPathExpressionStateObject.
- collectionValuedPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- CollectionValuedPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
-
- collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Collects the identification variables that are defined in the FROM clause of the
current query.
- collectLocalDeclarationIdentificationVariables(JPQLQueryContext, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Collects the identification variables that are defined in the FROM clause of the
current query.
- collectResultVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
-
- COLUMN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant 'COLUMN', which is an EclipseLink specific identifier that was added in version 2.4.
- columnExists(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Determines whether the column with the given name exists or not in the table with the given name.
- columnNames(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Returns the names of the given table's columns.
- columnNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible column names.
- columnNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the filtered list of possible column names.
- COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for ','.
- COMMA - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
The constant for a comma: ','.
- COMMA_SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
The constant for a comma followed by a space: ', '.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Pushes the changes created by this builder to the state object.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IConditionalExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
-
Pushes the changes created by this builder to the state object.
- compare(IType, IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.NumericTypeComparator
- compareTo(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
- compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
- compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
- compareTo(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
- ComparingEntityTypeLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
-
- comparison(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- comparison(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- ComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Only the values of like types are permitted to be compared.
- ComparisonExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Creates a new ComparisonExpression.
- ComparisonExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ComparisonExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ComparisonExpression_IdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ComparisonExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ComparisonExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ComparisonExpression_WrongComparisonType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a comparison expression.
- ComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
-
Creates a new ComparisonExpressionBNF.
- ComparisonExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- ComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
-
Creates a new ComparisonExpressionFactory.
- ComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Only the values of like types are permitted to be compared.
- ComparisonExpressionStateObject(StateObject, StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Creates a new ComparisonExpressionStateObject.
- ComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Creates a new ComparisonExpressionStateObject.
- ComparisonExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Creates a new ComparisonExpressionStateObject.
- comparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- ComparisonExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.ComparisonExpressionVisitor
-
- complete - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Determines whether an
Expression that was visited is complete or if some part is missing.
- compositeIdentifiersAfter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Returns the list of identifiers for the clauses following the given identifier.
- compositeIdentifiersAfter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Returns the list of identifiers for the clauses following the given identifier.
- CompoundExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A compound expression has a left and right expressions combined by an identifier.
- CompoundExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Creates a new CompoundExpression.
- CompoundExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A compound
StateObject has a left and right expressions combined by an identifier.
- CompoundExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Creates a new CompoundExpressionStateObject.
- CompoundExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Creates a new ArithmeticExpressionStateObject.
- CompoundExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Creates a new ArithmeticExpressionStateObject.
- CompoundFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
-
This filter provides a simple framework for combining the behavior of a pair of filters.
- CompoundFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Creates a new CompoundFilter that will "accept" any object that is accept by both
of the specified wrapped filters.
- CONCAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CONCAT'.
- concat(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression CONCAT(string_primary, string_primary {, string_primary}*).
- concat(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression CONCAT(string_primary, string_primary {, string_primary}*).
- ConcatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The CONCAT function returns a string that is a concatenation of its arguments.
- ConcatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Creates a new ConcatExpression.
- ConcatExpression_Expression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConcatExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConcatExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConcatExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConcatExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConcatExpressionCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
- ConcatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- ConcatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
-
Creates a new ConcatExpressionFactory.
- concatExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- ConcatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The CONCAT function returns a string that is a concatenation of its arguments.
- ConcatExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Creates a new ConcatExpressionStateObject.
- ConcatExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Creates a new ConcatExpressionStateObject.
- ConcatExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Creates a new ConcatExpressionStateObject.
- CONDITIONAL_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Notifies the conditional expression property has changed.
- ConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
-
- conditionalExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
Internal flag indicating the
Expression being visited is a conditional expression.
- ConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional expression.
- ConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
-
Creates a new ConditionalExpressionBNF.
- ConditionalFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional factor expression.
- ConditionalFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
-
Creates a new ConditionalFactorBNF.
- ConditionalPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional primary expression.
- ConditionalPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
-
Creates a new ConditionalPrimaryBNF.
- ConditionalTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a conditional term expression.
- ConditionalTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
-
Creates a new ConditionalTermBNF.
- CONNECT_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CONNECT BY'.
- ConnectByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The CONNECT BY clause allows selecting rows in a hierarchical order using the hierarchical
query clause.
- ConnectByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Creates a new ConnectByClause.
- ConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a CONNECT BY clause.
- ConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
-
Creates a new ConnectByClauseBNF.
- ConnectByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ConnectByClauseFactory creates a new
ConnectByClause when the portion of
the query to parse starts with
CONNECT BY.
- ConnectByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
-
Creates a new ConnectByClauseFactory.
- CONSTRUCTOR_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Notify the list of
StateObjects representing the constructor items.
- ConstructorExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
In the SELECT clause a constructor may be used in the SELECT list to return one or
more Java instances.
- ConstructorExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Creates a new ConstructorExpression.
- ConstructorExpression_ConstructorItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_ConstructorItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_MissingConstructorItem - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_MissingConstructorName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_UndefinedConstructor - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpression_UnknownType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ConstructorExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a constructor expression.
- ConstructorExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
-
Creates a new ConstructorExpressionBNF.
- ConstructorExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- ConstructorExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
-
Creates a new ConstructorExpressionFactory.
- ConstructorExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
In the SELECT clause a constructor may be used in the SELECT
list to return one or more Java instances.
- ConstructorExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorExpressionStateObject(StateObject, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorExpressionStateObject(StateObject, Class<?>, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorExpressionStateObject(StateObject, Class<?>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorExpressionStateObject(StateObject, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Creates a new ConstructorExpressionStateObject.
- ConstructorItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a constructor item expression.
- ConstructorItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
-
Creates a new ConstructorItemBNF.
- constructors() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Returns the external representation of the Java class's constructors.
- constructorUpdater - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
- constructorUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
- ConstrutorCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
- ContentAssistExtension - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This extension can be used to provide additional support to JPQL content assist that is outside
the scope of providing proposals related to JPA metadata.
- ContentAssistProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This object stores the various proposals available for content assist for a certain position
within a JPQL query.
- ContentAssistProposals.ClassType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
- ContentAssistProposals.EnumProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
-
Holds onto the
IType of the enum type and the list of possible enum constants.
- convertPrimitive(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's representing a primitive type, into the class of the
same type.
- convertPrimitive(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's representing a primitive type, into the class of the
same type.
- convertPrimitive(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's representing a primitive type, into the class of the
same type.
- convertUnqualifiedDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Converts the given
Declaration from being set as a range variable declaration to
a path expression declaration.
- convertUnqualifiedDeclaration(Declaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Converts the given
Declaration from being set as a range variable declaration to
a path expression declaration.
- correction - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
This is used to correct the length of an
Expression
- corrections - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
This is used to change the position of the cursor in order to add possible proposals
- count - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
-
- COUNT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'COUNT'.
- count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression COUNT(identification_variable |
state_field_path_expression |
single_valued_object_path_expression).
- count(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression COUNT(identification_variable |
state_field_path_expression |
single_valued_object_path_expression).
- count(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression COUNT(identification_variable |
state_field_path_expression |
single_valued_object_path_expression).
- countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression COUNT(DISTINCT identification_variable |
state_field_path_expression |
single_valued_object_path_expression).
- countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression COUNT(DISTINCT identification_variable |
state_field_path_expression |
single_valued_object_path_expression).
- countDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression COUNT(DISTINCT identification_variable |
state_field_path_expression |
single_valued_object_path_expression).
- CountFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the aggregate functions.
- CountFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
Creates a new CountFunction.
- CountFunction_DistinctEmbeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CountFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CountFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CountFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CountFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- CountFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- CountFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
-
Creates a new CountFunctionFactory.
- countFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- CountFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
One of the aggregate functions.
- CountFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new CountFunctionStateObject.
- CountFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new CountFunctionStateObject.
- CountFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new CountFunctionStateObject.
- CountFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new CountFunctionStateObject.
- CountFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Creates a new CountFunctionStateObject.
- CURRENT_DATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CURRENT_DATE'.
- CURRENT_TIME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CURRENT_DATE'.
- CURRENT_TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'CURRENT_TIMESTAMP'.
- currentContext - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
The current
JPQLQueryContext is the context used for the current query or subquery.
- currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression representing CURRENT_DATE.
- currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression representing CURRENT_DATE.
- currentDate() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression representing CURRENT_DATE.
- currentDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
-
- currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression representing CURRENT_TIME.
- currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression representing CURRENT_TIME.
- currentTime() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression representing CURRENT_TIME.
- currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression representing CURRENT_TIMESTAMP.
- currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression representing CURRENT_TIMESTAMP.
- currentTimestamp() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression representing CURRENT_TIMESTAMP.
- EclipseLinkActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This
IJPQLQueryFormatter is used to generate a string representation of a
StateObject based on how it was parsed,
which means this formatter can only be used when the
StateObject was created by parsing a
JPQL query because it needs to retrieve parsing information from the corresponding
Expression.
- EclipseLinkActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkActualJPQLQueryFormatter
-
Creates a new EclipseLinkActualJPQLQueryFormatter.
- EclipseLinkActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkActualJPQLQueryFormatter
-
Creates a new EclipseLinkActualJPQLQueryFormatter.
- EclipseLinkAnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkAnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
-
- EclipseLinkBasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
-
This utility class provides basic refactoring support.
- EclipseLinkBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
-
Creates a new EclipseLinkBasicRefactoringTool.
- EclipseLinkBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
-
Creates a new EclipseLinkBasicRefactoringTool.
- EclipseLinkConditionalStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- EclipseLinkConditionalStateObjectBuilder(AbstractConditionalClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
-
Creates a new EclipseLinkConditionalStateObjectBuilder.
- EclipseLinkContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This extension over the default content assist visitor adds the additional support EclipseLink
provides.
- EclipseLinkContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Creates a new EclipseLinkContentAssistVisitor.
- EclipseLinkContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.FollowingClausesVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor adds support for the additional clauses provided by EclipseLink, such as the
- EclipseLinkContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.FromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This subclass adds support for EclipseLink specific support.
- EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.TableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkContentAssistVisitor.UnionClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkDeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
The EclipseLink implementation of
DeclarationResolver that adds support for its
additional support.
- EclipseLinkDeclarationResolver(DeclarationResolver, JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver
-
Creates a new EclipseLinkDeclarationResolver.
- EclipseLinkDeclarationResolver.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
- EclipseLinkExpressionVisitor - Interface in org.eclipse.persistence.jpa.jpql.parser
-
The
ExpressionVisitor that adds support for the additional JPQL identifiers supported by
EclipseLink that is not defined in the JPA function specification.
- EclipseLinkGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator adds EclipseLink extension over what the JPA functional specification had defined.
- EclipseLinkGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Creates a new EclipseLinkGrammarValidator.
- EclipseLinkGrammarValidator.InExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- EclipseLinkJPQLGrammar1 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Creates a new EclipseLinkJPQLExtension1.
- EclipseLinkJPQLGrammar2_0 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Creates a new EclipseLinkJPQLGrammar2_0.
- EclipseLinkJPQLGrammar2_1 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Creates a new EclipseLinkJPQLGrammar2_1.
- EclipseLinkJPQLGrammar2_2 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_2() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Creates a new EclipseLinkJPQLGrammar2_2.
- EclipseLinkJPQLGrammar2_3 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_3() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Creates a new EclipseLinkJPQLGrammar2_3.
- EclipseLinkJPQLGrammar2_4 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_4() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Creates a new EclipseLinkJPQLGrammar2_4.
- EclipseLinkJPQLGrammar2_5 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_5() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Creates a new EclipseLinkJPQLGrammar2_5.
- EclipseLinkJPQLGrammar2_5(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Creates a new EclipseLinkJPQLGrammar2_5.
- EclipseLinkJPQLGrammar2_6 - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EclipseLinkJPQLGrammar2_6() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Creates a new EclipseLinkJPQLGrammar2_6.
- EclipseLinkJPQLGrammar2_6(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Creates a new EclipseLinkJPQLGrammar2_6.
- EclipseLinkJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- EclipseLinkJPQLQueryBuilder(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Creates a new EclipseLinkJPQLQueryBuilder.
- EclipseLinkJPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
-
This context is used to store information related to the JPQL query.
- EclipseLinkJPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
-
Creates a new EclipseLinkJPQLQueryContext.
- EclipseLinkJPQLQueryContext(JPQLQueryContext, Expression) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
-
Creates a new EclipseLinkJPQLQueryContext.
- EclipseLinkJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The default implementation of a
IJPQLQueryFormatter that adds support for formatting
EclipseLink specific JPQL identifiers.
- EclipseLinkJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryFormatter
-
Creates a new EclipseLinkJPQLQueryFormatter.
- EclipseLinkJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- EclipseLinkJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates a new EclipseLinkJPQLQueryHelper.
- EclipseLinkJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates a new EclipseLinkJPQLQueryHelper.
- EclipseLinkLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor traverses an
Expression
and retrieves the "literal" value.
- EclipseLinkLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
-
Creates a new EclipseLinkLiteralVisitor.
- EclipseLinkOwningClauseVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
-
Creates a new EclipseLinkOwningClauseVisitor.
- EclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor calculates the type of an input parameter.
- EclipseLinkParameterTypeVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
-
Creates a new EclipseLinkParameterTypeVisitor.
- EclipseLinkRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
-
This refactoring tool add support for EclipseLink specific extension over the default
implementation of JPQL defined in the Java Persistence functional specification.
- EclipseLinkRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
-
Creates a new EclipseLinkRefactoringTool.
- EclipseLinkRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
-
Creates a new EclipseLinkRefactoringTool.
- EclipseLinkResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
An implementation of a
ResolverBuilder that adds support for EclipseLink extension.
- EclipseLinkResolverBuilder(EclipseLinkJPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
-
Creates a new EclipseLinkResolverBuilder.
- EclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- EclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkSelectExpressionStateObjectBuilder
-
Creates a new EclipseLinkSelectExpressionStateObjectBuilder.
- EclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql.tools
-
This validator is responsible to gather the problems found in a JPQL query by validating the
content to make sure it is semantically valid for EclipseLink.
- EclipseLinkSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
-
- EclipseLinkSemanticValidator(JPQLQueryContext, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
-
Creates a new EclipseLinkSemanticValidator.
- EclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
-
Creates a new EclipseLinkSemanticValidator.
- EclipseLinkSemanticValidatorExtension - Interface in org.eclipse.persistence.jpa.jpql
-
This extension provides additional support to semantic validation by adding support for non-JPA
specific artifacts, such as database objects.
- EclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- EclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Creates a new EclipseLinkSimpleSelectExpressionStateObjectBuilder.
- EclipseLinkStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The default implementation of
BasicStateObjectBuilder, which provides support based on
the JPQL grammar defined in the Java Persistence functional specification and for the additional
support provided by EclipseLink.
- EclipseLinkStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
-
Creates a new EclipseLinkStateObjectBuilder.
- EclipseLinkStateObjectVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The interface is used to traverse the
StateObject hierarchy that represents a JPQL
query as well as what EclipseLink adds on top of the basic grammar.
- EclipseLinkVersion - Enum in org.eclipse.persistence.jpa.jpql
-
An enumeration listing the various releases of EclipseLink.
- ELEMENT_COLLECTION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for an element collection mapping.
- ELSE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'ELSE'.
- ELSE_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Notify the
StateObject representing the else expression that follows the
ELSE identifier has changed.
- ElseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a else expression specified in the case expression.
- ElseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
-
Creates a new ElseExpressionBNF.
- EMBEDDED - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for an embedded mapping.
- EMBEDDED_ID - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for an embedded ID mapping.
- EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'EMPTY'.
- EMPTY_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
The constant of an empty array.
- EMPTY_STRING - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
The constant for an empty string.
- EMPTY_STRING_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
The constant of an empty String array.
- EmptyCollectionComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression tests whether or not the collection designated by the collection-valued path
expression is empty (i.e, has no elements).
- EmptyCollectionComparisonExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Creates a new NullComparisonExpression.
- EmptyCollectionComparisonExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EmptyCollectionComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an empty collection comparison expression.
- EmptyCollectionComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
-
Creates a new EmptyCollectionComparisonExpressionBNF.
- EmptyCollectionComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression tests whether or not the collection designated by the collection-valued path
expression is empty (i.e, has no elements).
- EmptyCollectionComparisonExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Creates a new EmptyCollectionComparisonExpressionStateObject.
- EmptyCollectionComparisonExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Creates a new EmptyCollectionComparisonExpressionStateObject.
- EmptyCollectionComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Creates a new EmptyCollectionComparisonExpressionStateObject.
- EmptyIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
An EmptyIterable is just that.
- EmptyIterator - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
- encapsulated - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
-
Determines whether the visited
Expression is being encapsulated or not.
- encapsulatedExpressionInvalidKey(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Returns the message key for the problem describing that the encapsulated expression is invalid.
- encapsulatedExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Returns the length of the encapsulated expression.
- encapsulatedExpressionMissingKey(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Returns the message key for the problem describing that the encapsulated expression is missing.
- EncapsulatedExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
-
- EncapsulatedIdentificationVariableExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression represents an identification variable that maps a
Map
property, either the key, the value or a
Map.Entry).
- EncapsulatedIdentificationVariableExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Creates a new MapEntryIdentificationVariableExpression.
- EncapsulatedIdentificationVariableExpression_NotMapValued - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EncapsulatedIdentificationVariableExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This object represents an identification variable that is wrapped by a function.
- EncapsulatedIdentificationVariableExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Creates a new EncapsulatedIdentificationVariableExpressionStateObject.
- EncapsulatedIdentificationVariableExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Creates a new EncapsulatedIdentificationVariableExpressionStateObject.
- END - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for the identifier 'END'.
- EndingQueryPositionBuilder(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
- EndingQueryPositionBuilder(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
-
- endsWith(int, String) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the query ends with the given suffix and the end position is the end of the
range for testing.
- endsWithComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- endsWithDot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Determines whether the path ends with a dot or not.
- endsWithIgnoreCase(int, String) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the query ends with the given suffix and the end position is the end of the
range for testing.
- endsWithSpace() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- entireWord() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves a word starting at the current position.
- entireWord(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves a word starting at the given position.
- entities() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Returns the collection of possible abstract schema types.
- ENTITY_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Notifies the entity state object property has changed.
- ENTITY_TYPE_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Notifies the entity type name property has changed.
- EntityExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a entity expression.
- EntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
-
Creates a new EntityExpressionBNF.
- EntityNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
-
Creates a new EntityNameRenamer.
- EntityNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
-
Creates a new EntityNameRenamer.
- entityNames() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the name of the all entities that are present in the context of a persistence unit.
- entityNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the name of the all entities that are present in the context of a persistence unit.
- EntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a entity or value expression.
- EntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
-
Creates a new EntityOrValueExpressionBNF.
- EntityResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver retrieves the type for an abstract schema name (entity name).
- EntityResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
Creates a new EntityResolver.
- entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new entity type literal.
- entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new entity type literal.
- entityType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates a new entity type literal.
- EntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the TYPE expression.
- EntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
-
Creates a new EntityTypeExpressionBNF.
- EntityTypeLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EntityTypeLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Creates a new EntityTypeLiteral.
- EntityTypeLiteral_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntityTypeLiteral_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntityTypeLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the entity type literal.
- EntityTypeLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
-
Creates a new EntityTypeLiteralBNF.
- EntityTypeLiteralFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EntityTypeLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
-
Creates a new EntityTypeLiteralFactory.
- EntityTypeLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- EntityTypeLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Creates a new EntityTypeLiteralStateObject.
- EntityTypeLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Creates a new EntityTypeLiteralStateObject.
- ENTRY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ENTRY'.
- EntryExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable qualified by the ENTRY operator is a path
expression.
- EntryExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
-
Creates a new EntryExpression.
- EntryExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntryExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntryExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntryExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntryExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- EntryExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- EntryExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
-
Creates a new EntryExpressionFactory.
- entryExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- EntryExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This object represents an identification variable that maps the
Map.Entry)
of a
Map.
- EntryExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
Creates a new EntryExpressionStateObject.
- EntryExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
Creates a new EntryExpressionStateObject.
- enumConstant() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible enum constant names.
- enumConstant() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the filtered list of possible enum constant names.
- EnumConstantRenamer(IManagedTypeProvider, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
-
Creates a new ClassNameRenamer.
- EnumConstantRenamer(IManagedTypeProvider, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
-
Creates a new ClassNameRenamer.
- enumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.EnumProposals
-
Returns the list of enum constants that have been filtered.
- EnumExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a enum expression.
- EnumExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
-
Creates a new EnumExpressionBNF.
- enumLiteral(Enum<? extends Enum<?>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new enum literal.
- enumLiteral(Enum<? extends Enum<?>>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates a new enum literal.
- EnumLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an enumeration constant expression.
- EnumLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
-
Creates a new EnumLiteralBNF.
- EnumLiteralResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver retrieves the type for an enum constant.
- EnumLiteralResolver(Resolver, IType, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
-
Creates a new EnumLiteralResolver.
- EnumPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an enum primary expression.
- EnumPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
-
Creates a new EnumPrimaryBNF.
- enumType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Enum}.
- enumType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.EnumProposals
-
The
IType representing the enum type.
- enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Enum}.
- enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- EnumTypeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- EnumTypeStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Creates a new EnumTypeStateObject.
- EnumTypeStateObject(StateObject, Enum<? extends Enum<?>>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Creates a new EnumTypeStateObject.
- EnumTypeStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Creates a new EnumTypeStateObject.
- EnumVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
-
- EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '='.
- equal(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- equal(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- equal(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- equal(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- equal(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- equal(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- equal(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- equals(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Determines whether the given type represents the same Java type thank this
one.
- equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
- escape(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Converts the escape characters contained in the given
CharSequence to their literal
representation.
- ESCAPE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ESCAPE'.
- escape(String, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
Converts the characters that are reserved in an XML document the given string may have into
their corresponding references (escape characters) using the character entity reference.
- ESCAPE_CHARACTER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Notifies the escape character property has changed.
- exactMatch - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Determines whether the string representation of any given
StateObject should reflect
the exact string that was parsed:
true will use every bit of information
contained in the corresponding
Expression to perfectly match what was parsed;
false will only match the case sensitivity of the JPQL identifiers.
- EXCEPT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'EXCEPT'.
- EXISTS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'EXISTS'.
- exists(boolean, SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- exists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- exists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- exists(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- ExistsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An EXISTS expression is a predicate that is true only if the result of the
subquery consists of one or more values and that is false otherwise.
- ExistsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Creates a new ExistsExpression.
- ExistsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExistsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExistsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExistsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExistsExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the exists expression.
- ExistsExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
-
Creates a new ExistsExpressionBNF.
- ExistsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- ExistsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
-
Creates a new ExistsExpressionFactory.
- existsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- ExistsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An EXISTS expression is a predicate that is true only if the
result of the subquery consists of one or more values and that is false otherwise.
- ExistsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Creates a new ExistsExpressionStateObject.
- ExistsExpressionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Creates a new ExistsExpressionStateObject.
- ExistsExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Creates a new ExistsExpressionStateObject.
- ExistsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Creates a new ExistsExpressionStateObject.
- ExistsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Creates a new ExistsExpressionStateObject.
- expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.NullExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The
Expression that will help to determine the type of the input parameter.
- Expression - Interface in org.eclipse.persistence.jpa.jpql.parser
-
This is the root interface of the parsed tree representation of a JPQL query.
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
-
The
Expression used to determine if it follows an invalid fragment or not.
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
-
The subquery
Expression if it's the first clause visitor.
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.TableExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
-
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
-
- ExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
An ExpressionFactory is responsible to parse a portion of JPQL query which starts
with one of the factory's JPQL identifiers.
- ExpressionFactory(String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Creates a new ExpressionFactory.
- expressionFactoryForIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- ExpressionRegistry - Class in org.eclipse.persistence.jpa.jpql.parser
-
This registry contains the necessary information used by Hermes parser.
- ExpressionRegistry() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Creates the only instance of ExpressionRegistry.
- expressions - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
-
- ExpressionTools - Class in org.eclipse.persistence.jpa.jpql
-
A utility class containing various methods related to the Hermes parser.
- ExpressionVisitor - Interface in org.eclipse.persistence.jpa.jpql.parser
-
This interface is used to traverse the JPQL parsed tree.
- ExpressionVisitorWrapper - Class in org.eclipse.persistence.jpa.jpql.parser
-
- ExpressionVisitorWrapper(ExpressionVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitorWrapper
-
Creates a new ExpressionVisitorWrapper.
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
- extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
- EXTRACT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'EXTRACT'.
- ExtractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The EXTRACT function extracts a date part from a date/time value.
- ExtractExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Creates a new ExtractExpression.
- ExtractExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExtractExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExtractExpression_MissingDatePart - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExtractExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExtractExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExtractExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- ExtractExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the EXTRACT function.
- ExtractExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
-
Creates a new ExtractExpressionBNF.
- ExtractExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- ExtractExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
-
Creates a new TrimExpressionFactory.
- extractExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- GeneralCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a general case expression.
- GeneralCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
-
Creates a new GeneralCaseExpressionBNF.
- GeneralIdentificationExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ValueExpressionFactory creates a general identification variable, which is either
with the identifier
KEY or
VALUE and then checks the existence of a path expression.
- GeneralIdentificationExpressionFactory(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
-
Creates a new GeneralIdentificationExpressionFactory.
- GeneralIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a general identification variable expression.
- GeneralIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
-
Creates a new GeneralIdentificationVariableBNF.
- GenericQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
A generic
JPQLQueryBNF can be used to manually create a new BNF without having to create
a concrete instance.
- GenericQueryBNF(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GenericQueryBNF
-
Creates a new GenericQueryBNF.
- GenericSemanticValidatorHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- GenericSemanticValidatorHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Creates a new GenericSemanticValidatorHelper.
- GenericSemanticValidatorHelper.IdentificationVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- GenericTypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- GenericTypeHelper(TypeHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Creates a new GenericTypeHelper.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the abstract schema name.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the abstract schema name.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
Returns the name of the entity to resolve.
- getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
Returns the name of the entity to resolve.
- getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
- getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- getAbstractSchemaType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Retrieves the abstract schema type that is mapped with the given identification variable.
- getAbstractSchemaType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Retrieves the abstract schema type that is mapped with the given identification variable.
- getAcceptableType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines the root
IType that any type should be assignable.
- getActualAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual ALL found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualAndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual AND identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the actual AS identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the actual AS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the actual AS identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualBetweenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has the actual
case that was used.
- getActualCaseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual CASE identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualCurrentQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the current
Expression being manipulated, which is either the top-level query
or a subquery.
- getActualDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getActualDeleteIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the actual DELETE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the actual DISTINCT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Returns the actual DISTINCT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualElseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual ELSE identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualEmptyIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual EMPTY found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualEndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the actual END identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualEscapeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual ESCAPE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the actual FROM identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Returns the actual identifier found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the actual SELECT identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual AS OF identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the actual CONNECT BY identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the actual NEW identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Returns the actual GROUP BY found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Returns the actual identifier found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual identifier found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the actual IN identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the actual IN found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual IS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual IS found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualLikeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual LIKE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualMemberIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual MEMBER identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Returns the actual NOT identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the actual NOT found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual Not found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNullIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the actual NULL found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the actual null ordering identifier found in the string representation of
the JPQL query, which has the actual case that was used.
- getActualOfIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the actual OF identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the actual ordering identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualRegexpIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the actual REGEXP found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualScnIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual SCN identifier found in the string representation of the JPQL query,
which has the actual case that was used.
- getActualSetIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the actual SET found in the string representation of the JPQL query, which has
the actual case that was used.
- getActualSpecificationIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the actual specification identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualThenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the actual THEN found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualTimestampIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the actual TIMESTAMP identifier found in the string representation of the JPQL
query, which has the actual case that was used.
- getActualUpdateIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the actual UPDATE found in the string representation of the JPQL query, which
has the actual case that was used.
- getActualWhenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the actual WHEN found in the string representation of the JPQL query, which
has the actual case that was used.
- getAllDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration, which contain the information
contained in the query's
FROM clause.
- getAllDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration, which contain the information
contained in the query's
FROM clause.
- getAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the arithmetic sign this expression is actually representing.
- getArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the arithmetic sign this expression is actually representing.
- getAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression representing the
AS OF clause.
- getBaseExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the range variable declaration if this is a range declaration otherwise the
collection-valued path expression when this is a collection member declaration.
- getBaseExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the range variable declaration if this is a range declaration otherwise the
collection-valued path expression when this is a collection member declaration.
- getBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- getBoundExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the unique identifier of the BNF for the lower and upper bound expressions.
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- getBypassChildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getBypassParentSubExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getCaseBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- getCaseBuilder() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
- getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression that represents the
CASE operand.
- getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
- getChangeSupport() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the object responsible to actually register the listeners and to notify them upon
changes made to this
StateObject.
- getCharacter(String) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
Returns the Unicode character for the given reference (which is either a numeric character
reference or a character entity reference).
- getChild(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Retrieves the child
Expression at the given position.
- getChild(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Retrieves the child of this
Resolver that has the given variable name.
- getChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getChildrenCollectorVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getClassName() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the fully qualified class name that will be used to retrieve the constructor.
- getClassName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the fully qualified class name that will be used to retrieve the constructor.
- getClassNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the prefix that will be used to filter the list of possible class names.
- getClassType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
- getClassType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Returns the clause being scanned by this helper.
- getClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Returns the clause being scanned by this helper.
- getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Returns the clause being scanned by this helper.
- getCollectionDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getCollectionValuedPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the model object representing the collection-valued association-field
of an entity abstract schema type.
- getCollectionValuedPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- getCollectionValuedPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the
Expression representing the collection member, which is declared by an
identification variable.
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expression representing the collection-valued path expression.
- getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expression that represents the collection-valued path expression.
- getCollectionValuedPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getColumnNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the prefix that will be used by
ContentAssistExtension to filter the column
names if the table name is not
null.
- getComparingEntityTypeLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getComparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getComparisonOperator() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the comparison operator, which is either '=', '>', '>=', '<', '<=' or '<>'.
- getConcatExpressionCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getConditional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Returns the state object representing the composition of the conditional expressions.
- getConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getConditionalExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the expression representing the composition of the conditional expressions.
- getConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression representing the
CONNECT BY clause.
- getConstantName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
-
Returns the name of the constant constant.
- getConstructorCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getConstructorItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Returns the constructor items aggregated into a single expression and separated by commas or
a single expression.
- getConstructors(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constructors for the given type.
- getConstructors(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the constructors for the given type.
- getContentAssistVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the visitor that can visit a JPQL query and based on the position of the cursor within
the JPQL query and determines the valid proposals.
- getContents() - Method in class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
- getCurrentContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getCurrentQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the current
Expression being manipulated, which is either the top-level query
or a subquery.
- getDatabaseType() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Returns the database type to cast to.
- getDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the date part that was parsed, it is used to extract a single part of a date/time,
such as year, month, day, your, etc.
- getDateTimeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression that represents the declaration of this clause.
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the
Declaration for which the given variable name is used to navigate to the
"root" object.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the declaration clause which defines the domain of the query by declaring
identification variables.
- getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Declaration for which the given variable name is used to navigate to the
"root" object.
- getDeclarationExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
- getDeclarationExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
Returns the BNF of the declaration part of this clause.
- getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getDeclarationResolverImp() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration, which contain the information
contained in the query's
FROM clause.
- getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the ordered list of
JPQLQueryDeclaration, which contain the information
contained in the query's
FROM clause.
- getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getDecorator() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the
StateObject decorating this one if one has been set, which means the
behavior of this
StateObject is modified by the decorator.
- getDecorator() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the
StateObject decorating this one if one has been set, which means the
behavior of this
StateObject is modified by the decorator.
- getDefaultMappingCollector() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDelegate() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitorWrapper
-
Returns the delegate
ExpressionVisitor that is receiving all the calls from this one.
- getDelegate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Returns the delegate builder that receives the calls from this one.
- getDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expression representing the
DELETE clause.
- getDeleteClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDeleteClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getDeleteStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getDelta() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the delta of the changes made to the JPQL query.
- getDimensionality() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
- getDoubleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getEcliseLinkVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Returns the enum constant of the EclipseLink version specified in the
JPQLQueryContext.
- getElse() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Returns the
StateObject representing the
ELSE scalar expression.
- getElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression that represents the
ELSE operand.
- getEmbeddable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the embeddable with the given type.
- getEmbeddable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Retrieves the embeddable with the given type.
- getEmbeddable(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getEmbeddable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEmbeddable for the given fully qualified type name.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
Returns the BNF used to parse the encapsulated expression.
- getEncapsulatedExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getEndIndex() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the index of where the change occurred in the list.
- getEndIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the index of where the change occurred in the list.
- getEndingQueryPositionBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getEndPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the position from where the problem ends, inclusively.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the actual
IEntity that has the abstract schema name.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the actual
IEntity that has the abstract schema name.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Returns the actual external form representing the
IEntity.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the actual external form representing the
IEntity.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the actual
IEntity that has the abstract schema name.
- getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Resolves the entity type name to the external form of the actual
IEntity.
- getEntity(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getEntity(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEntity with the given name.
- getEntityExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expression representing the entity expression.
- getEntityName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the name of the entity for which it is used as the "root" of the declaration.
- getEntityName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the abstract schema name.
- getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the entity with the given entity name.
- getEntityNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Retrieves the entity with the given entity name.
- getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEntity with the given entity name.
- getEntityStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- getEntityTable(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Returns the name of the primary table defined for the entity with the given name.
- getEntityType() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expression that represents the entity type that will be used to downcast
the type of the elements in the collection.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Returns the name of the entity type.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the name of the entity that is used to downcast the join association path.
- getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
Returns the entity type name used to downcast the path expression.
- getEnumConstants(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constant names for the given
Enum type.
- getEnumConstants(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the constant names for the given
Enum type.
- getEnumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
If this
IType represents an
Enum type, then this method should returns the
name of the constants.
- getEnumType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the
IType representing the possible given enum type.
- getEnumType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Returns the
IType representing the possible given enum constant.
- getEnumVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression that represents the escape character, which is either a single
character or an input parameter.
- getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- getEscapeCharacter(char) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
Returns the escaped character for the given reserved character.
- getEventType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the type of change that occurred in the list.
- getEventType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the type of change that occurred in the list.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the parsed tree representing the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Returns the
Expression that is encapsulated within parenthesis.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Returns the
Expression representing the arithmetic primary.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the
Expression representing the timestamp or change number.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Returns the
Expression that was parsed but grammatically, it is not a valid location.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression representing the expression to be tested for a range of values.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the
Expression representing the relationship expression.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the
Expression that represents the collection-valued path expression if it was
parsed.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expression that represents the state field path expression or type
discriminator.
- getExpression(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the deepest
Expression for the given position.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the
Expression representing the expression that is negated.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the expression being tested for being null.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the
Expression that represents the order by expression.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the child
Expression where the position of the cursor is.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the parsed tree representation of the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
-
Returns the string representation of the JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Returns the actual parsed object if this
StateObject representation of the JPQL query
was created by parsing an existing JPQL query.
- getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
-
Returns the string representation of the JPQL query.
- getExpressionExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the unique identifier of the query BNF that describes the expression being tested by
the IN expression.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the registered
ExpressionFactory that was registered for the given unique
identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the registered
ExpressionFactory that was registered for the given unique identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the
ExpressionFactory that is associated with the given identifier, if the
given string is indeed a JPQL identifier.
- getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the registered
ExpressionFactory that was registered for the given unique identifier.
- getExpressionFactoryIds() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifiers of the
ExpressionFactory handled by this BNF rule,
which includes those from the children as well.
- getExpressionItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the unique identifier of the query BNF that describes the items being tested against.
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
- getExpressionRegistry() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getExpressionTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getExpressionValidator(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getExtension() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Returns the extension that gives access to non-JPA metadata artifacts, such as database tables
and columns.
- getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
When parsing the query and no
JPQLQueryBNFs can help to parse the query,
then it will fall back on this one.
- getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifier of the
ExpressionFactory to use when the fall back BNF
ID is not
null.
- getFilter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFilter1() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Returns the left Filter of this compound filter.
- getFilter2() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Returns the second Filter of this compound filter.
- getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the
StateObject representing the first expression.
- getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObject representing the first expression.
- getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expression that represents the first expression.
- getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression that represents the first expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
first encapsulated expression.
- getFollowingClausesVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFollowingInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression representing the
FROM clause.
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the FROM clause.
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the FROM clause.
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Returns the state object representing the FROM clause.
- getFromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the name of the SQL function.
- getFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the name of the native database function.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the
JPQLGrammar that defines how the JPQL query was parsed.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the grammar that defines how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the grammar that defines how to parse a JPQL query.
- getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the grammar that defines how to parse a JPQL query.
- getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the
JPQLGrammar that is associated with this builder.
- getGrammarValidator() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression representing the
GROUP BY clause.
- getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the GROUP BY clause.
- getGroupByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getGroupByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Returns the
Expression that represents the list of group by items if any was parsed.
- getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression representing the
HAVING clause.
- getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the HAVING clause.
- getHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getHelper(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the registered helper that was cached with the given id.
- getHelper(Class<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the helper associated with the given helper class.
- getHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Returns the
Expression representing the hierarchical query clause.
- getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Returns the unique identifier of this ExpressionFactory.
- getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the identification variable that starts the path expression, which can be a sample
identification variable, a map value, map key or map entry expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Returns the
Expression representing the identification variable, which maps the
collection-valued path expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression that represents the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expression that represents the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the
Expression that represents the identification variable.
- getIdentificationVariable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the identification variable identifying the "root".
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the identification variable name that is ranging over the abstract schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the identification variable name that is ranging over the abstract schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
StateObject representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the identification variable name that is ranging over the abstract schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the model object representing an identification variable
evaluating to a collection-valued association-field of an entity abstract
schema type.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the identification variable.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the name of the identification variable that defines the join association path.
- getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
- getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the state object holding the identification variable.
- getIdentificationVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the identifier for this expression that may include NOT and OF if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the identifier for this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the identifier this expression represents.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the enum constant that represents the identifier.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Returns the identifier for this expression that may include NOT if it was parsed.
- getIdentifier() - Method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
-
Returns the actual JPQL composite identifiers identified by this enum constant.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the union identifier.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the JPQL identifier of this expression.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Returns the JPQL identifier of this clause.
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the role of the given identifier.
- getIdentifierRole(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the role of the given JPQL identifier.
- getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the role of the given JPQL identifier.
- getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Returns the JPQL identifiers that are supported by the
JPQL grammar.
- getIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the JPQL identifiers that are supported by the BNF rule with the given unique
identifier.
- getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the JPQL identifiers that are supported by this BNF rule.
- getIdentifierStyle() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Returns the style to use when formatting the JPQL identifiers.
- getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the JPA version in which the identifier was first introduced.
- getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the JPA version in which the identifier was first introduced.
- getIncompleteCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getInExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- getInExpressionWithNestedArray() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- getInItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expression that represents the list if items.
- getInItemsVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getInputParameterVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Returns the
StateObject at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
StateObject at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Returns the
StateObject at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the
StateObject at the given positions from the list
- getItem(int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Returns the
StateObject at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Returns the
StateObject at the given positions from the list
- getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the
StateObject at the given positions from the list
- getJoin() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
- getJoinAssociationIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the
StateObject representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- getJoinAssociationIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the
StateObject representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- getJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression that represents the join association path expression.
- getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
- getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
- getJoinBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getJoinCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getJoins() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the JOIN expressions defined with this declaration, if supported.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Returns the unique join (fetch join) or the list of joins (fetch joins) expression.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
Returns the JOIN expressions defined with this declaration, if supported.
- getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the JOIN expressions defined with this declaration, if supported.
- getJoinType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the joining type.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the version of the Java Persistence this entity for which it was defined.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the version of the Java Persistence to support.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the version of the Java Persistence to support.
- getJPAVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the
JPAVersion of the Java Persistence supported by this grammar.
- getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the version of the Java Persistence to support, which dictates which version of the
JPQL grammar to support.
- getJPQLExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the root of the parsed tree representation of the JPQL query.
- getJPQLExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the parsed tree representation of the JPQL query.
- getJPQLFragment() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the original JPQL query or the JPQL fragment that was passed to this tool so it can
be manipulated.
- getJPQLQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the string representation of the JPQL query.
- getJPQLQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the unique identifier of the JPQL query BNF that determined how the JPQL query or
fragment needs to be parsed.
- getJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getJPQLQueryBNFValidator(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- getJPQLQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the builder that creates the
StateObject representation of the JPQL query.
- getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Returns the latest supported JPQL grammar, which is required when checking the validity of a
JPQL identifier.
- getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
-
Returns the latest supported JPQL grammar, which is required when checking the validity of a
JPQL identifier.
- getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Returns the latest supported JPQL grammar, which is required when checking the validity of a
JPQL identifier.
- getLeft() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the
StateObject that represents the left expression.
- getLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expression that represents the first expression, which is before the
identifier.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the left expression.
- getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the left expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
left side of the expression.
- getLength() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getLength() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getLength() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the length of the text to replace with the new value.
- getLength() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the length of the text to replace with the new value.
- getList() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns a copy of the actual list after the change has happened.
- getList() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns a copy of the actual list after the change has happened.
- getListName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the name describing the list.
- getListName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the name describing the list.
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that can retrieve some information about various literal.
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObject representing the lower bound of the range.
- getLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression representing the lower bound expression.
- getManagedType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the managed type by resolving the given
Expression.
- getManagedType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the managed type by resolving the given
Expression.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the
IManagedType associated with the field handled by this object.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
IManagedType associated with the field handled by this object.
- getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
-
Returns the
IManagedType for the given identification variable.
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
- getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
-
- getManagedType(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getManagedType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IManagedType for the given fully qualified type name.
- getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the provider of managed types.
- getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the provider of managed types.
- getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the provider of managed types.
- getManagedTypeProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Returns the provider of managed types.
- getMappedSuperclass(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getMappedSuperclass(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
- getMapping(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns
- getMapping(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Retrieves the
IMapping for the path at the given position.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Returns the
IMapping for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
Returns the
IMapping for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the
IMapping for the wrapped field.
- getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
Returns the
IMapping for the wrapped field.
- getMappingCollectionFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getMappingFilterBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getMappingNamed(Object, String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the mapping with the given name.
- getMappingNamed(Object, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the mapping with the given name.
- getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Returns the
IMapping with the given name.
- getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Returns the
IMapping with the given name.
- getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Returns the
IMapping with the given name.
- getMappingNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Returns the
IMapping with the given name.
- getMappingPropertyFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getMappingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type of the given mapping object.
- getMappingType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type of the given mapping object.
- getMappingType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the type of this mapping.
- getMappingType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the type of this mapping.
- getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the arguments associate with the problem's message.
- getMessageArguments() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
-
Returns the arguments associate with the problem's message.
- getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
Returns the arguments associate with the problem's message.
- getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the resource bundle key used to retrieve the localized message.
- getMessageKey() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
-
Returns the key used to retrieve the localized message describing the problem found in the
StateObject.
- getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
Returns the key used to retrieve the localized message describing the problem found in the
StateObject.
- getMethodParameterTypeDeclarations(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the list of type declarations representing the given constructor's parameter types.
- getMethodParameterTypeDeclarations(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the list of type declarations representing the given constructor's parameter types.
- getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the state object representing the modify clause part of the modify statement.
- getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Returns the state object representing the DELETE clause.
- getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Returns the state object representing the UPDATE clause.
- getName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the name of the persistence property represented by this mapping.
- getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEntity
-
Returns the name of this entity.
- getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the name of the persistence property represented by this mapping.
- getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Returns the fully qualified class name.
- getNamedQuery(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEntity
-
Returns the external form of the given named query;
- getNestedArrayVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that can determine if an
Expression represents a nested array.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expression representing the new value, which is the new value of the property.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the new value that should replace the old value.
- getNewValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the new value of the property that changed.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the new value of the property that changed.
- getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- getNewValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the new value that should replace the old value.
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.HavingClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleFromClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
- getNextHelper() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseSelectStatementHelper
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
-
- getNextHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
- getNotExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the enum constant representing the null ordering type.
- getNullValueVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getOffset() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the position of this
Expression within its parent hierarchy.
- getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns the position of this
Expression within its parent hierarchy.
- getOffset() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the location of the old value within the text.
- getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the location of the old value within the text.
- getOldValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
-
Returns the value that was found within the text that should be replaced by the new value.
- getOldValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the old value of the property that changed.
- getOldValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the old value of the property that changed.
- getOldValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
-
Returns the value that was found within the text that should be replaced by the new value.
- getOnClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expression that represents the
ON clause if present.
- getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expression representing the
ORDER BY clause.
- getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the ORDER BY clause.
- getOrderByClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getOrderByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getOrderByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Returns the
Expression representing the list of items to order.
- getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Returns the enum constant representing the ordering type.
- getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the enum constant representing the ordering type.
- getOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression representing the
ORDER SIBLINGS BY clause.
- getOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- getOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a clause.
- getOwningStatementVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that traverses the parent hierarchy of any
Expression and stops at
the first
Expression that is a statement.
- getParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns the positional parameter or the named parameter, which includes the identifier.
- getParameterCount() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the number of parameters a
FunctionExpression can have, which will be during
validation.
- getParameterName() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns the positional parameter or the named parameter without the identifier.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the unique identifier of the
JPQLQueryBNF to be used to parse one of the
encapsulated expression at the given position.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
Returns the unique identifier of the
JPQLQueryBNF to be used to parse one of the
encapsulated expression at the given position.
- getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Returns the unique identifier of the
JPQLQueryBNF to be used to parse one of the
encapsulated expression at the given position.
- getParameterType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Retrieves, if it can be determined, the type of the given input parameter with the given name.
- getParameterType(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves, if it can be determined, the type of the given
InputParameter.
- getParameterTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IConstructor
-
- getParameterTypeVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
-
Returns the parent context if the current context is not the root context.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
-
Returns the parent context if the current context is not the root context.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the parent context if the current context is not the root context.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
-
Returns the parent of the expression to build, which is only required when a JPQL fragment
needs to be parsed.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the parent managed type owning this mapping.
- getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getParent() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the parent managed type owning this mapping.
- getParentManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the managed type of the parent resolver.
- getParentMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the
IMapping of the parent resolver.
- getParentType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the type of the parent resolver.
- getParentTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the type declaration of the parent resolver.
- getParsedJPQLQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the string representation of the parsed tree.
- getPath(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the specified segment of the state field path.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the string representation of the path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the string representation of the path expression, which is either a singled-valued
object field or a collection-valued path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the string representation of the path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns the string representation of the path expression.
- getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Returns the single path represented by this
Resolver.
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression that represents the pattern value.
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expression that represents the pattern value.
- getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- getPosition() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the position of the cursor in the query.
- getPosition(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the position of the cursor within the given
Expression
- getPosition() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
-
Returns the position of the cursor within the new query.
- getPropertyName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the name of the property that changed.
- getPropertyName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the name of the property that changed.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the persistence provider name.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the persistence provider name.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the provider for managed types (entities, embeddables, mapped superclasses).
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
-
Retrieves the provider of managed types.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the provider of managed types.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the provider of managed types.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Retrieves the owner of this managed type.
- getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
-
Retrieves the provider of managed types.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the version of the persistence provider.
- getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the version of the persistence provider.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the
Expression representing the unioned query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the external form representing a named query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the external form of the JPQL query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Returns the external form representing the JPQL query.
- getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the external form representing the JPQL query.
- getQuery() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
-
Returns the new JPQL query after insertion of the choice.
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
- getQueryBNF() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the BNF object that was registered for the given unique identifier.
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
- getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Retrieves the
JPQLQueryBNF that was registered for the given unique identifier.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Returns the unique identifier of the
JPQLQueryBNF that will determine how to parse the encapsulated expression.
- getQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- getQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- getQueryBuilder() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the context used to query information about the JPQL query.
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Returns the
JPQLQueryContext that contains information related to the JPQL query.
- getQueryExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getQueryExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getQueryPosition() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
- getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expression representing the query, which is either a
SELECT, a
DELETE or an
UPDATE clause.
- getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Returns the only child of this state object, which represents one of the three query statement.
- getQuotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the quoted name of the native database function.
- getRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Returns the
Expression representing the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Returns the variable declaration, which is the abstract schema name and the identification
variable.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the
Expression representing the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the
StateObject representing the range variable declaration portion.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the
StateObject that defines the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the
StateObject that defines the range variable declaration.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the
StateObject representing the range variable declaration portion.
- getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the
StateObject representing the range variable declaration portion.
- getRangeVariableDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getReferenceManagedType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the reference managed type from the given relationship mapping.
- getReferenceManagedType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the reference managed type from the given relationship mapping.
- getResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the
Resolver mapped with the given identification variable.
- getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Resolver mapped with the given identification variable.
- getResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
- getResolverBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getResolverImp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Resolver mapped with the given identification variable.
- getResultType() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Calculates the type of the query result of the JPQL query.
- getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expression representing the result variable.
- getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the result variable identifies the select expression, which can be used in the
ORDER BY clause.
- getResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the variables that got defined in the select expression.
- getResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Returns the variables that got defined in the select expression.
- getResultVariablesMap() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Returns the map of result variables that got used to define a select expression.
- getResultVariableVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getRight() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the
StateObject that represents the right expression.
- getRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expression that represents the second expression, which is after the
identifier.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the right expression.
- getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
Returns the unique identifier of the
JPQLQueryBNF for the right expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
right side of the expression.
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the root node of the parsed tree hierarchy.
- getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Retrieves the root node of the parsed tree hierarchy.
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- getRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- getRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expression that represents the "root" object.
- getRootObjectExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the "root" object for objects which may not be reachable by navigation.
- getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the "root" object for objects which may not be reachable by navigation, it is
either the abstract schema name (entity name), a derived path expression (which is only
defined in a subquery) or
null if this
Declaration is a collection
member declaration.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the
StateObject representing the "root" for objects which may not be
reachable by navigation.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the
StateObject holding onto the abstract schema name.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
Returns the
StateObject representing the "root" for objects which may not be
reachable by navigation.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Returns the
StateObject holding onto the abstract schema name.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Returns the
StateObject representing the "root" for objects which may not be
reachable by navigation.
- getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Returns the
StateObject holding onto the abstract schema name.
- getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the
StateObject representing the second expression.
- getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObject representing the second expression.
- getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expression that represents the second expression.
- getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression that represents the second expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
second encapsulated expression.
- getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the SELECT clause.
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the SELECT clause.
- getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Returns the state object representing the SELECT clause.
- getSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the
Expression representing the select items.
- getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expression representing the select expression.
- getSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Returns
- getSelectItemBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Returns the unique identifier of the
JPQLQueryBNF for the list of select items to parse.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
Returns the unique identifier of the
JPQLQueryBNF for the list of select items to parse.
- getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
Returns the unique identifier of the
JPQLQueryBNF for the list of select items to parse.
- getSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSemanticValidator() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
- getSimpleFromClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleGroupByClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleHavingClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleRangeDeclarationBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSimpleSelectClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleSelectClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSimpleSelectStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getSimpleWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSource() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSource() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Returns the source where the modification occurred and that fired the event.
- getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the specification which specifies how to trim the string.
- getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the new trim specification.
- getStartIndex() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the index of where the change occurred in the list.
- getStartIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the index of where the change occurred in the list.
- getStartPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
-
Returns the position from where the problem starts.
- getStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Returns the
Expression representing the
START WITH clause.
- getStateFieldPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns
- getStateFieldPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the actual representation of the parsed information.
- getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expression representing the state field path expression, which is the
property that should get updated.
- getStateFieldPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
-
- getStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the
StateObject that represents the arithmetic primary expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObject representing the expression to determine if its result falls
within the lower and upper bounds.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Returns
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Returns the
StateObject representing the negated expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Returns the
StateObject representing the collection-valued path expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the
StateObject representing the value used for ordering.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the
StateObject representing a single select expression.
- getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the
StateObject representation of the JPQL query or JPQL fragment that was parsed.
- getStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
- getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expression that represents the string expression.
- getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expression that represents the string expression.
- getStringStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- getSubqueryAppendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSubquerySelectItemCalculator() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the visitor that checks if the visited expression is a subquery or not.
- getSubqueryVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getSuperqueryVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
-
If
CollectionMemberDeclaration.isDerived() is
true, then returns the identification variable used in the derived path expression
that is defined in the superquery, otherwise returns an empty string.
- getTableExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- getTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- getTableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
- getTableName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
-
Returns the unquoted table name.
- getTableNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the prefix that will be used to filter the list of possible table names.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Returns the encapsulated text of this
AbstractExpression, which can be used in various
ways, it can be a keyword, a literal, etc.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Returns the name of the abstract schema, which is the name of the entity.
- getText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Returns the text held by this state object.
- getThen() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Returns the
StateObject representing the scalar expression that is following the
THEN identifier.
- getThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expression representing the expression following the identifier
THEN.
- getThird() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObject representing the third expression.
- getThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expression that represents the first expression.
- getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
third encapsulated expression.
- getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
third encapsulated expression.
- getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Returns the unique identifier of the BNF that will be used to parse a JPQL fragment as the
third encapsulated expression.
- getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Returns the character used for trimming the string.
- getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Returns the
StateObject representing the trim character.
- getTripleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Returns the;@link IType} of the given Java type.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
Returns the way this visitor retrieves the literal value.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type by resolving the given
Expression.
- getType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type defined for the Java member.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Retrieves the class with the given fully qualified name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the
IType representing the given Java type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
-
Returns the type, if it can be determined, of the input parameter.
- getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type by resolving the given
Expression.
- getType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type defined for the Java member.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Retrieves the class with the given fully qualified name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Returns the;@link IType} of the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the external type for the given Java type.
- getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the external class with the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
IType of the field handled by this object.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Retrieves the external type for the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the actual
IType that was resolved or
null if it could not be resolved.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the
IType of the field handled by this object.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
IType of the field handled by this object.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the type of this mapping.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the
IType of the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Retrieves the external class for the given fully qualified class name.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
-
Determines the type this declaration represents.
- getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
-
Determines the type this declaration represents.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Returns the external representation of the class used by this managed type.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the type of this mapping.
- getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
Returns the type defined for the Java member.
- getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Retrieves the external type for the given Java type.
- getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Retrieves the external class for the given fully qualified class name.
- getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Returns the
IType of the given Java type.
- getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the external class for the given fully qualified class name.
- getTypeDeclaration(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the type declaration for the given
Expression's type.
- getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the type declaration for the given
Expression's type.
- getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Returns the declaration of the Java class, which gives the information about type parameters,
dimensionality, etc.
- getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- getTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Returns the declaration of the Java class, which gives the information about type parameters,
dimensionality, etc.
- getTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Returns the declaration of the Java class, which gives the information about type parameters,
dimensionality, etc.
- getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the helper that gives access to the most common class metadata.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns a helper that gives access to the most common
types.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the helper that gives access to the most common class metadata.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns a helper that gives access to the most common
types.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns a helper that gives access to the most common
types.
- getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns a helper that gives access to the most common
types.
- getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Returns a helper that gives access to the most common
types.
- getTypeName(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the fully qualified class name of the given type.
- getTypeName(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Returns the fully qualified class name of the given type.
- getTypeParameters() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the repository that gives access to the application's types.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the type repository for the application.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Returns the type repository for the application.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Returns the type repository for the application.
- getTypeRepository() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Returns the type repository for the application.
- getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- getUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expression representing the
UNION clauses.
- getUnionClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- getUnknownEndingStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expression that may contain a portion of the query that could not be
parsed, this happens when the query is either incomplete or malformed.
- getUnquotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Returns the name of the SQL function.
- getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns the string literal without the single quotes.
- getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Returns the string literal without the single quotes.
- getUpdateClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- getUpdateClauseAbstractSchemaNameFinder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getUpdateClauseStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getUpdateItemCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getUpdateItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Returns the
Expression representing the single update item or the collection of update items.
- getUpdateStatementBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- getUpperBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObject representing the upper bound of the range.
- getUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expression representing the upper bound expression.
- getValidator(Class<? extends DefaultSemanticValidator.TypeValidator>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- getValue() - Method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
-
Returns the actual identifier associated with the constant.
- getVariableName() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Returns the identification variable name that is defining either the abstract schema name
or the collection-valued path expression
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns the identification variable, which has been changed to be upper case.
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Returns the identification variable name that is defining either the abstract schema name
or the collection-valued path expression
- getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
Returns the identification variable handled by this
Resolver.
- getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Returns the real version this constant represents.
- getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Returns the real version this constant represents.
- getVirtualIdentificationVariableFinder() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- getVisitParentVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhenClauseConditionalClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expression that represents the
WHEN clauses.
- getWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expression representing the conditional predicate of the clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expression representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expression representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Returns the
Expression representing the
WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the state object representing the WHERE clause.
- getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the WHERE clause.
- getWhereClauseDeleteStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhereClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWhereClauseUpdateStatementHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWithinInvalidExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- getWordType() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
- GREATER_THAN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '>'.
- GREATER_THAN_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
The entity name for greater-than symbol: >.
- GREATER_THAN_OR_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '>='.
- greaterThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThan(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThan(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThan(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThan(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThan(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThanOrEqual(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- greaterThanOrEqual(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- greaterThanOrEqual(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanOrEqual(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- greaterThanOrEqual(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- GROUP_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'GROUP BY'.
- GROUP_BY_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Notify the state object representing the GROUP BY clause has changed.
- GROUP_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Notify the list of
StateObjects representing the
GROUP BY
items.
- groupByClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- GroupByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The GROUP BY construct enables the aggregation of values according to the properties of an
entity class.
- GroupByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Creates a new GroupByClause.
- GroupByClause_GroupByItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClause_GroupByItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClause_GroupByItemMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- GroupByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the group by clause.
- GroupByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
Creates a new GroupByClauseBNF.
- GroupByClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
- GroupByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- GroupByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
-
Creates a new GroupByClauseFactory.
- GroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseStatementHelper
-
- GroupByClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The GROUP BY construct enables the aggregation of values according to the
properties of an entity class.
- GroupByClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Creates a new GroupByClauseStateObject.
- GroupByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a group by item expression.
- GroupByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
Creates a new GroupByItemBNF.
- GroupByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
GroupByItemFactory is responsible to return the right expression and to support
invalid expression as well.
- GroupByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
-
Creates a new GroupByItemFactory.
- handleAggregate(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether the given
JPQLQueryBNF handles aggregate expressions.
- handleAggregate(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines whether the given
JPQLQueryBNF handles aggregate expressions.
- handleAggregate() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether the
Expression handles a collection of sub-expressions that
are aggregated by logical or arithmetic operators.
- handleCollection(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether the given
JPQLQueryBNF handles a collection of sub-expressions that
are separated by commas.
- handleCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether the Expression handles a collection of sub-expressions that
are separated by commas.
- handleCollection(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
Determines whether the given
JPQLQueryBNF handles a collection of sub-expressions that
are separated by commas.
- handlesNestedArray() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- handleSubExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether this BNF handles parsing a sub-expression, i.e.
- HAS_FROM_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Notifies the visibility of the FROM identifier has changed.
- hasAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether ALL was parsed.
- hasAnd() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the identifier AND was part of the query.
- hasAnnotation(Class<? extends Annotation>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Determines whether the given annotation is present on this type.
- hasAnnotation(Class<? extends Annotation>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Determines whether the given annotation is present on this type.
- hasAnnotation(Class<? extends Annotation>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Determines whether the given annotation is present on this type.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether the identifier AS was part of the query.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the identifier AS was parsed.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the identifier AS was parsed.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the identifier AS was parsed.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Determines whether the identifier AS was parsed or not.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Determines whether the identifier AS was parsed.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether the identifier AS was parsed.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Determines whether the AS identifier is used or not.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Determines whether the AS identifier is used or not.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Determines whether the AS identifier is used or not.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Determines whether the AS identifier is used.
- hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Determines whether the AS identifier is used.
- hasAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the AS OF clause is defined.
- hasAsOfClause - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
-
- hasBetween() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the identifier BETWEEN was part of the query.
- hasCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the CASE operand was parsed.
- hasCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Determines whether the
StateObject representing the case operand is present.
- hasChanges() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Determines whether some refactoring operations found changes to be made in the JPQL query.
- hasChild(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether the BNF with the given ID is part of this BNF or not.
- hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Determines whether the clause exists in the parsed tree.
- hasClausesDefinedBetween(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- hasCloseQuote() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Determines whether the closing quote was present or not.
- hasCloseQuote() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Determines whether the closing quote was present or not.
- hasCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the collection-valued path expression was parsed.
- hasCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Determines whether the collection-valued path expression was parsed.
- hasCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether the collection-valued path expression of the query was parsed.
- hasComma(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- hasComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the comma was parsed after the first expression.
- hasComma(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Determines whether a comma was parsed at the given position.
- hasComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Determines whether the comma was parsed after the function name.
- hasComma - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
When visiting a
CollectionExpression, this indicates if there is a comma before the
child being visited.
- hasConditional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Determines whether the
StateObject representing the conditional expression is present
or not.
- hasConditionalExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Determines whether the conditional expression was parsed.
- hasConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Determines whether the CONNECT BY clause is defined.
- hasConnectByClause - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
-
- hasConstructorItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Determines whether the constructor items were parsed.
- hasDatabaseType() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether the database type was parsed or not.
- hasDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether the date part literal was parsed or not.
- hasDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the declaration of this clause was parsed.
- hasDelimiterAfterIdentifier(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(AbstractConditionalClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
- hasDelimiterAfterIdentifier(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Determines whether a delimiter like a whitespace or an open parenthesis was parsed after
the identifier.
- hasDelimiterAfterIdentifier(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper
- hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Determines whether the identifier DISTINCT was parsed or not.
- hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Determines whether the DISTINCT identifier was specified in the query.
- hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Gets whether the DISTINCT keyword is part of the query, which is used to
return only distinct (different) values
- hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Sets whether the DISTINCT keyword should be part of the query, which is
used to return only distinct (different) values.
- hasElse() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the identifier ELSE was parsed.
- hasElse() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Determines whether the
StateObject representing the
ELSE scalar
expression is present.
- hasElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the ELSE expression was parsed.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether something was parsed after the left parenthesis.
- hasEnd() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the identifier END was parsed.
- hasEntityExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Determines whether the entity expression was parsed.
- hasEntityStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- hasEntityType() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether the entity type was parsed.
- hasEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Determines whether the.
- hasEqualSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether the equal sign was parsed or not.
- hasEscape() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the identifier ESCAPE was parsed.
- hasEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the escape character was parsed, which is either a single character or an
input parameter.
- hasEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Determines whether the encapsulated expression of the query was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines whether the arithmetic primary was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Determines whether the
Expression representing the timestamp or change number was
parsed or not.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the expression before the identifier was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Determines whether the relationship expression was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Determines whether the expression was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the state field path expression or type discriminator was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Determines whether the expression to negate was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Determines whether the expression preceding the identifier was parsed.
- hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the order by expression was parsed.
- hasFetch() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the identifier FETCH was parsed.
- hasFetch() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Determines whether the identifier FETCH was parsed.
- hasFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Determines whether the
StateObject representing the first encapsulated expression is
present or not.
- hasFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Determines whether the
StateObject representing the first encapsulated expression is
present or not.
- hasFirstComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the comma was parsed after the first expression.
- hasFirstExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- hasFirstExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- hasFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the first expression of the query was parsed.
- hasFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the first expression of the query was parsed.
- hasFollowUpClauses - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
-
- hasFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Determines whether the identifier FROM was parsed.
- hasFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether the identifier FROM was part of the query.
- hasFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether the identifier FROM was part of the query.
- hasFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the FROM clause was parsed or not.
- hasFromClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
-
Determines if the FROM clause has been defined or not.
- hasFromClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
-
Determines if the FROM clause has been defined or not.
- hasFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Determines whether the function name was parsed.
- hasFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Determines whether the name of the native SQL function has been specified.
- hasGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the GROUP BY clause was parsed or not.
- hasGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the GROUP BY clause.
- hasGroupByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Determines whether the list of items was parsed.
- hasHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the HAVING clause was parsed or not.
- hasHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the HAVING clause.
- hashCode() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- hashCode() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- hashCode() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
- hasHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the hierarchical query clause was parsed or not.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Determines whether the identification variable was parsed.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the identification variable was parsed.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the identification variable was parsed.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the identification variable was parsed.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Determines whether the identification variable was parsed.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Determines whether an identification variable was defined.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Determines whether the identification variable is present.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Determines whether an identification variable was defined.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Determines whether an identification variable was defined.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Determines whether the identification variable has been defined or not.
- hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Determines whether the identification variable has been defined.
- hasIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines if this query BNF support the given word, which can be an identifier.
- hasInItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the list of items was parsed.
- hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
- hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- hasItems() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
- hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- hasJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the join association path expression was parsed.
- hasJoins() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
-
Determines whether the declaration contains JOIN expressions.
- hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether this declaration has any join expressions.
- hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines whether the JPQL expression has JOIN expressions.
- hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
Determines whether the declaration contains JOIN expressions.
- hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
Determines whether the declaration contains JOIN expressions.
- hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Determines whether the JPQL expression has JOIN expressions.
- hasLeft() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Determines whether there is a
StateObject that represents the left expression.
- hasLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Determines whether the first expression of the query was parsed.
- hasLeftParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- hasLeftParenthesis(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
-
- hasLeftParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
- hasLeftParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether the open parenthesis was parsed or not.
- hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the open parenthesis was parsed or not.
- hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Determines whether the open parenthesis was parsed or not.
- hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the open parenthesis was parsed or not.
- hasListChangeListeners(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether there are at least one
IListChangeListener registered to listen for
changes made to the list with the given list name.
- hasListeners(Map<String, ?>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether there are at least one listener registered.
- hasLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Determines whether the
StateObject representing the lower bound is defined or not.
- hasLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the lower bound expression was parsed.
- hasMinusSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Determines whether the arithmetic sign is the minus sign.
- hasNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether the new value section of the query was parsed.
- hasNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Determines whether the
StateObject representing the new value is present.
- hasNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
-
- hasNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
- hasNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- hasNext() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
- hasNext() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the identifier NOT was part of the query.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Determines whether the identifier NOT was parsed.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Determines whether the identifier NOT was part of the query.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Determines whether the identifier NOT was parsed.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the identifier NOT was parsed.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the identifier NOT was parsed.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Determines whether NOT is used in the query.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Determines whether the NOT identifier is used or not.
- hasNulls() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the NULLS identifier was parsed.
- hasOf() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Determines whether the identifier OF was parsed.
- hasOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- hasOnClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the ON clause was parsed.
- hasOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Determines whether the ORDER BY clause is defined or not.
- hasOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the ORDER BY clause.
- hasOrderByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Determines whether the list of items to order was parsed.
- hasOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether ASC or DESC was parsed.
- hasOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Determines whether the ORDER SIBLINGS BY clause is defined.
- hasOrderSiblingsByClause - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
-
- hasPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the pattern value was parsed.
- hasPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Determines whether the pattern value was parsed.
- hasPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- hasPlusSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Determines whether the arithmetic sign is the plus sign.
- hasPrevious() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- hasPrevious() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- hasPropertyChangeListeners(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Determines whether there are at least one
IPropertyChangeListener registered to listen
for changes made to the property with the given property name.
- hasProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Determines whether there is at least one proposals.
- hasProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Determines whether there is at least one proposals.
- hasQuery() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether the query was parsed.
- hasQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Determines whether a query was parsed.
- hasQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Determines whether a query statement has been defined.
- hasRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Determines whether the range variable declaration was parsed.
- hasRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether the range variable declaration was parsed.
- hasRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether the range variable declaration was parsed.
- hasResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Determines whether the result variable was parsed.
- hasResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Determines whether the result variable has been defined.
- hasRight() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Determines whether there is a
StateObject that represents the right expression.
- hasRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Determines whether the second expression of the query was parsed.
- hasRightParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- hasRightParenthesis(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
-
- hasRightParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
- hasRightParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether the close parenthesis was parsed or not.
- hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the close parenthesis was parsed or not.
- hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Determines whether the close parenthesis was parsed or not.
- hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the close parenthesis was parsed or not.
- hasRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the "root" object was parsed.
- hasScalarExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether something was parsed after the left parenthesis and before the
AS identifier.
- hasScn() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Determines whether the identifier SCN was part of the query.
- hasSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Determines whether the
StateObject representing the second encapsulated expression is
present or not.
- hasSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Determines whether the
StateObject representing the second encapsulated expression is
present or not.
- hasSecondComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the comma was parsed after the second expression.
- hasSecondExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- hasSecondExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- hasSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the second expression of the query was parsed.
- hasSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the second expression of the query was parsed.
- hasSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the SELECT clause was parsed or not.
- hasSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Determines whether the list of select items was parsed.
- hasSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Determines whether a select expression was defined for this result variable.
- hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Determines whether this SELECT clause has a select item defined (only one
can be set for a subquery's SELECT clause and many for a top-level query).
- hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Determines whether this SELECT clause has a select item defined (only one
can be set for a subquery's SELECT clause and many for a top-level query).
- hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Determines whether this SELECT clause has a select item defined (only one
can be set for a subquery's SELECT clause and many for a top-level query).
- hasSet() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether SET was parsed or not.
- hasSpace(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Determines whether a space was parsed at the given position.
- hasSpace() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether there is a space after the range variable declaration.
- hasSpaceAfterAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether a whitespace was parsed after ALL.
- hasSpaceAfterAnd() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether a whitespace was found after AND.
- hasSpaceAfterArithmeticOperator() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines whether a whitespace was parsed after the arithmetic operator.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether a whitespace parsed after AS.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether a whitespace was found after AS.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether a whitespace was parsed after AS.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether a whitespace was parsed after AS.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Determines whether a whitespace was parsed after the identifier AS.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Determines whether a whitespace was parsed after AS.
- hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether a whitespace was parsed after AS.
- hasSpaceAfterBetween() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether a whitespace was found after BETWEEN.
- hasSpaceAfterCase() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether a whitespace was parsed after CASE.
- hasSpaceAfterCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether a whitespace was parsed after the case operand.
- hasSpaceAfterCategory() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Determines whether a whitespace was found after either SCN or TIMESTAMP.
- hasSpaceAfterClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.HavingClauseStatementHelper
- hasSpaceAfterClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper
- hasSpaceAfterClause(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Determines whether there is a space (owned by the SELECT statement) after the clause
being scanned by this helper.
- hasSpaceAfterCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether a whitespace was parsed after the collection-valued path expression.
- hasSpaceAfterComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether a whitespace was parsed after the comma.
- hasSpaceAfterComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Determines whether a whitespace was parsed after the comma.
- hasSpaceAfterConnectBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Determines whether a whitespace was found after CONNECT BY.
- hasSpaceAfterConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Determines whether a whitespace was found after the CONNECT BY clause.
- hasSpaceAfterDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether a whitespace was found after the date part literal.
- hasSpaceAfterDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether a whitespace was found after the declaration query clause, which will be
true if it's followed by either the hierarchical query clause or the AS
OF clause.
- hasSpaceAfterDelete() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Determines whether a whitespace was found after the identifier DELETE.
- hasSpaceAfterDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Determines whether a whitespace was found after the DELETE FROM clause.
- hasSpaceAfterDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Determines whether a whitespace was parsed after DISTINCT.
- hasSpaceAfterDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Determines whether a whitespace was parsed after DISTINCT.
- hasSpaceAfterElse() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether a whitespace was parsed after ELSE.
- hasSpaceAfterElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether a whitespace was parsed after the else expression.
- hasSpaceAfterEqualSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether a whitespace was parsed after the equal sign or not.
- hasSpaceAfterEscape() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether a whitespace was parsed after ESCAPE.
- hasSpaceAfterExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether a whitespace was parsed after the expression.
- hasSpaceAfterExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether a whitespace was parsed after the order by expression.
- hasSpaceAfterFirstComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether a whitespace was parsed after the first comma.
- hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether a whitespace was parsed after the FROM identifier.
- hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether a whitespace was found after the FROM clause.
- hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Determines whether a whitespace was found after the identifier FROM.
- hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether a whitespace was found after FROM.
- hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether a whitespace was found after FROM.
- hasSpaceAfterGroupBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether a whitespace was found after the GROUP BY clause.
- hasSpaceAfterGroupBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Determines whether a whitespace was found after GROUP BY.
- hasSpaceAfterHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether a whitespace was found after the hierarchical query clause.
- hasSpaceAfterIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether a whitespace was parsed before ON.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Determines whether a whitespace was parsed after the identifier or not.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether a whitespace was parsed after the identifier rather than the left
parenthesis.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Determines whether a whitespace was parsed after the identifier.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Determines whether a whitespace was found after AS OF.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Determines whether a whitespace was parsed after the identifier.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Determines whether a whitespace was parsed after REGEXP.
- hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether a whitespace was parsed after the identifier.
- hasSpaceAfterIn() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether a whitespace was found after IN.
- hasSpaceAfterIn() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether there was a whitespace after the IN identifier if the left
parenthesis was not parsed.
- hasSpaceAfterIs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Determines whether a whitespace was found after IS.
- hasSpaceAfterJoin() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether a whitespace was parsed after JOIN.
- hasSpaceAfterJoinAssociation() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether a whitespace was parsed after the join association path expression.
- hasSpaceAfterLike() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether a whitespace was parsed after LIKE.
- hasSpaceAfterLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether a whitespace was found after the lower bound expression.
- hasSpaceAfterMember() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Determines whether a whitespace was found after MEMBER.
- hasSpaceAfterNew() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Determines whether a whitespace was parsed after NEW.
- hasSpaceAfterNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Determines whether a whitespace was parsed after NOT.
- hasSpaceAfterNulls() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether a whitespace was parsed after the NULLS identifier.
- hasSpaceAfterOf() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Determines whether a whitespace was found after OF.
- hasSpaceAfterOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether a whitespace was parsed after the ordering.
- hasSpaceAfterPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether a whitespace was parsed after the pattern value.
- hasSpaceAfterRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether a whitespace was found after the abstract schema name declaration.
- hasSpaceAfterRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether a whitespace was found after the close parenthesis.
- hasSpaceAfterRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether a whitespace was parsed after the "root" object.
- hasSpaceAfterSecondComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether a whitespace was parsed after the second comma.
- hasSpaceAfterSelect() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Determines whether a whitespace was parsed after SELECT.
- hasSpaceAfterSelect() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether a whitespace was found after the SELECT clause.
- hasSpaceAfterSet() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether a whitespace was found after SET.
- hasSpaceAfterSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether a whitespace was found after the way the string is trimmed.
- hasSpaceAfterStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Determines whether a whitespace was found after the START WITH clause.
- hasSpaceAfterStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether a whitespace was parsed after the state field path expression not.
- hasSpaceAfterStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether a whitespace was parsed after the string expression.
- hasSpaceAfterStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Determines whether a whitespace was parsed after the string expression.
- hasSpaceAfterTableExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Determines whether a whitespace was parsed after the table expression.
- hasSpaceAfterThen() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether a whitespace was parsed after THEN.
- hasSpaceAfterTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether a whitespace was found after the character used to trim the string.
- hasSpaceAfterUpdate() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether a whitespace was found after the identifier UPDATE.
- hasSpaceAfterUpdateClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Determines whether a whitespace was parsed after the UPDATE clause.
- hasSpaceAfterWhen() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether a whitespace was parsed after WHEN.
- hasSpaceAfterWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether a whitespace was parsed after the WHEN clause.
- hasSpaceAfterWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether a whitespace was parsed after the conditional expression.
- hasSpaceAfterWhere() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether a whitespace was found after the WHERE clause.
- hasSpaceBeforeOrderBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Determines whether a whitespace was parsed before the ORDER BY clause.
- hasSpaceBeforeUnion() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Determines whether a whitespace was parsed before the UNION clause.
- hasSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether the way the trim is trimmed was parsed.
- hasSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Determines whether the way the trim is trimmed was parsed.
- hasStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Determines whether the START WITH clause is defined.
- hasStartWithClause - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
-
- hasStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether the state field was parsed.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Determines whether the
StateObject representing the encapsulated expression is present
or not.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Determines whether an
StateObject representing the arithmetic primary expression
exists.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Determines whether the
StateObject representing the expression to determine if its
result falls within the lower and upper bounds has been defined or not.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Determines whether
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Determines whether the
StateObject representing the encapsulated expression is
present or not.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Determines whether there is a
StateObject representing the collection-valued path
expression.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Determines whether the
StateObject representing the value used for ordering has been
defined.
- hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Determines whether the select item has been defined.
- hasStateObjects() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
- hasStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the string expression was parsed.
- hasStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Determines whether the string expression was parsed.
- hasStringStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- hasText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Determines whether this state object is holding a non-empty string.
- hasTextEdits() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Determines whether at least one
TextEdit was added.
- hasTextEdits() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Determines whether at least one
TextEdit was added.
- hasThen() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether the identifier THEN was part of the query.
- hasThen() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Determines whether the
StateObject representing the scalar expression is present.
- hasThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether the THEN expression of the query was parsed.
- hasThird() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Determines whether the
StateObject representing the third encapsulated expression is
present or not.
- hasThirdExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- hasThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the third expression of the query was parsed.
- hasTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Determines whether the identifier TIMESTAMP was part of the query.
- hasTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Determines whether the character used to trim the string was specified.
- hasTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Determines whether the character used to trim the string was specified.
- hasUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Determines whether at least one UNION clause was defined.
- hasUnknownEndingStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Determines whether the query that got parsed had some malformed or unknown information.
- hasUpdateItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether the update items section of the query was parsed.
- hasUpperBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Determines whether the
StateObject representing the upper bound is defined or not.
- hasUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the upper bound expression was parsed.
- hasVirtualIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Determines whether the path's identification variable is virtual or not, meaning it's not part
of the query but is required for proper navigability.
- hasVirtualIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether this identification variable is virtual, meaning it's not part of the
query but is required for proper navigability.
- hasVirtualSpace() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
Determines whether a virtual space should be added to the stack or not.
- hasVirtualSpace() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether there is a virtual space to be considered or not.
- hasWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the WHEN clauses were parsed.
- hasWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether the conditional expression of the query was parsed.
- hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the WHERE clause is defined.
- hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Determines whether the WHERE clause is defined.
- hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Determines whether the WHERE clause is defined or not.
- hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the state object representing the WHERE clause.
- hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the WHERE clause.
- HAVING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'HAVING'.
- HAVING_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Notify the state object representing the HAVING clause has changed.
- havingClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- HavingClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The HAVING construct enables conditions to be specified that further restrict the query
result as restrictions upon the groups.
- HavingClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
Creates a new HavingClause.
- HavingClause_InvalidConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- HavingClause_MissingConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- HavingClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the having clause.
- HavingClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
-
Creates a new HavingClauseBNF.
- HavingClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- HavingClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
-
Creates a new HavingClauseFactory.
- HavingClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.HavingClauseStatementHelper
-
- HavingClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The HAVING construct enables conditions to be specified that further restrict
the query result as restrictions upon the groups.
- HavingClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Creates a new HavingClauseStateObject.
- helper - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
The given helper allows this validator to access the JPA artifacts without using Hermes SPI.
- helpers - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
The cached helpers that are used by this visitor to add valid content assist proposals.
- HermesParser_GrammarValidator_ErrorMessage - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- HermesParser_SemanticValidator_ErrorMessage - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- HermesParser_UnexpectedException_ErrorMessage - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- HierarchicalQueryClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
If a table contains hierarchical data, then rows can be selected in a hierarchical order using
the hierarchical query clause.
- HierarchicalQueryClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Creates a new HierarchicalQueryClause.
- HierarchicalQueryClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- HierarchicalQueryClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
-
Creates a new HierarchicalQueryClauseBNF.
- HierarchicalQueryClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
HierarchicalQueryClauseFactory creates a new
HierarchicalQueryClause
when the portion of the query to parse starts with either
VERSIONS or
AS OF.
- HierarchicalQueryClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
-
Creates a new HierarchicalQueryClauseFactory.
- IAbstractConditionalExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- IBuilder<T extends StateObject,S extends StateObject> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is used by
BasicStateObjectBuilder, which allows subclasses to easily change
any internal builders used for properly creating the state model representation of a JPQL query.
- ICaseExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create a CASE expression.
- IConditionalExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder can be used to easily create a conditional expression without having to create each
object manually.
- IConstructor - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of a Java class constructor.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
-
The unique identifier of this InExpressionExpressionBNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
-
The unique identifier of this InternalConcatExpressionBNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
-
The unique identifier for this InternalOrderByItemBNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
The unique identifier of this InternalOrderByItemFactory.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinFetchBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
-
The unique identifier of this BNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
-
The unique identifier of this LiteralBNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
-
The unique identifier of this TreatExpressionBNF.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
-
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
-
The unique identifier of this BNF rule.
- ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
-
- ID - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for an ID mapping.
- IDENTIFICATION_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Notifies the identification variable property has changed.
- IDENTIFICATION_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Notifies the identification variable property has changed.
- IDENTIFICATION_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Notifies the identification variable property has changed.
- IDENTIFICATION_VARIABLE_STATE_OBJECT_NO_TEXT - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.StateObjectProblemConstants
-
- IDENTIFICATION_VARIABLE_STATE_OBJECT_NOT_DEFINED - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.StateObjectProblemConstants
-
- IdentificationVariable - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable is a valid identifier declared in the FROM clause of a query.
- IdentificationVariable(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Creates a new IdentificationVariable.
- IdentificationVariable(AbstractExpression, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Creates a new IdentificationVariable.
- identificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper.IdentificationVariableVisitor
-
- identificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
-
The identification variable used to declare the "root" object.
- IdentificationVariable_EntityName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_Duplicate - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_JavaIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_NotDeclared - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariable_Invalid_ReservedWord - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an identification variable expression.
- IdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
-
Creates a new IdentificationVariableBNF.
- IdentificationVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable is a valid identifier declared in the FROM clause of a query.
- IdentificationVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Creates a new IdentificationVariableDeclaration.
- IdentificationVariableDeclaration_JoinsEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableDeclaration_JoinsHaveComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableDeclaration_MissingRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IdentificationVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an identification variable declaration expression.
- IdentificationVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
-
Creates a new IdentificationVariableDeclarationBNF.
- IdentificationVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This IdentificationVariableDeclarationFactory handles parsing the JPQL fragment
within the FROM clause.
- IdentificationVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
-
Creates a new IdentificationVariableDeclarationFactory.
- IdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An identification variable is a valid identifier declared in the FROM clause
of a query.
- IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Creates a new IdentificationVariableDeclarationStateObject.
- IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, IEntity, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Creates a new IdentificationVariableDeclarationStateObject.
- IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Creates a new IdentificationVariableDeclarationStateObject.
- IdentificationVariableFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- IdentificationVariableFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
-
Creates a new IdentificationVariableFactory.
- IdentificationVariableResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver is responsible to resolve the type of an identification variable.
- IdentificationVariableResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
-
Creates a new IdentificationVariableResolver.
- identificationVariables() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the collection of possible identification variables.
- identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the collection of possible identification variables.
- identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
- identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
- identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
- identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
- identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
- identificationVariables() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
-
- IdentificationVariableStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents a single identification variable, which is identifying TODO.
- IdentificationVariableStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Creates a new IdentificationVariableStateObject.
- IdentificationVariableStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Creates a new IdentificationVariableStateObject.
- IdentificationVariableVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper.IdentificationVariableVisitor
-
- identifier(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- identifier(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
-
- identifier(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
- IDENTIFIER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Notifies the identifier property has changed.
- IDENTIFIER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Notifies the identifier property has changed.
- identifierFilters - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
This map contains the
Filter that is used to determine when an identifier is a valid
proposal, some of them depends on the expression's type.
- IdentifierRole - Enum in org.eclipse.persistence.jpa.jpql.parser
-
A role describes the purpose of the JPQL identifier.
- identifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
-
Returns the JPQL identifiers handled by this factory.
- identifiers() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the collection of possible JPQL identifiers.
- identifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the collection of possible JPQL identifiers.
- IEclipseLinkConditionalStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- IEclipseLinkMappingType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
This enumeration lists the mapping types defined in the Java Persistence functional specification
and those that are provided by EclipseLink.
- IEclipseLinkSelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- IEclipseLinkSimpleSelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- IEmbeddable - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of the managed type that is annotated with
@jakarta.persistence.Embeddable.
- IEntity - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of the managed type that is annotated with
@jakarta.persistence.Entity.
- ignoreType - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Used to ignore the type when calculating it.
- IJPQLQueryBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create an editable
StateObject representation of a JPQL
query.
- IJPQLQueryFormatter - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
A
IJPQLQueryFormatter helps to write a string representation of a
StateObject.
- IJPQLQueryFormatter.IdentifierStyle - Enum in org.eclipse.persistence.jpa.jpql.tools.model
-
This enumeration determines how the JPQL identifiers are formatted when written out.
- IListChangeEvent<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- IListChangeEvent.EventType - Enum in org.eclipse.persistence.jpa.jpql.tools.model
-
This enumeration lists the possible modification a list can have.
- IListChangeListener<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
A
IListChangeListener can be registered with a
StateObject in order to be notified
when a list changes (items are added or removed from it or some items have been moved inside of
that list).
- IManagedType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of a managed type, which is a JPA persistent object.
- IManagedTypeProvider - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of the provider of managed types, which provide access to the JPA
domain model.
- IManagedTypeVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
- IMappedSuperclass - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of the managed type that is annotated with
@jakarta.persistence.MappedSuperclass.
- IMapping - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of a mapping, which represents a single persistence property
of a managed type.
- IMappingBuilder<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
A mapping builder is used to create the appropriate implementation of a
IMapping.
- IMappingType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
This enumeration lists the mapping types defined in the Java Persistence functional specification.
- IN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IN'.
- in(boolean, List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- in(boolean, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- in(boolean, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- in(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- in(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- in(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- in(IConditionalExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- in(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- in(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- in(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- in(String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- in(T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- IncompleteCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
- IncompleteCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
- INDEX - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INDEX'.
- index(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression INDEX(identification_variable).
- index(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression INDEX(identification_variable).
- index(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression INDEX(identification_variable).
- IndexExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The INDEX function returns an integer value corresponding to the position of its argument
in an ordered list.
- IndexExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
Creates a new IndexExpression.
- IndexExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpression_WrongVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- IndexExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- IndexExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
-
Creates a new IndexExpressionFactory.
- indexExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- IndexExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The INDEX function returns an integer value corresponding to the position of
its argument in an ordered list.
- IndexExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
Creates a new IndexExpressionStateObject.
- IndexExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
Creates a new IndexExpressionStateObject.
- indexOf(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Retrieves the index of the given Expression.
- INewValueStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- InExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The state field path expression must have a string, numeric, or enum value.
- InExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Creates a new InExpression.
- InExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_InvalidItemCount - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_ItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_ItemInvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_ItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingInItems - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an in expression.
- InExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
-
Creates a new InExpressionBNF.
- InExpressionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF describes the expression being tested by the IN expression.
- InExpressionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
-
Creates a new InExpressionExpressionBNF.
- InExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
-
Creates a new InExpressionFactory.
- InExpressionItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the items of an IN expression.
- InExpressionItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
-
Creates a new InExpressionItemBNF.
- InExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The state field path expression must have a string, numeric, or enum value.
- InExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Creates a new InExpressionStateObject.
- InExpressionStateObject(StateObject, boolean, String, List<String>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Creates a new InExpressionStateObject.
- InExpressionStateObject(StateObject, boolean, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Creates a new InExpressionStateObject.
- InExpressionStateObject(StateObject, StateObject, boolean, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Creates a new InExpressionStateObject.
- InExpressionStateObject(StateObject, StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Creates a new InExpressionStateObject.
- InExpressionStateObject(StateObject, String, List<String>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Creates a new InExpressionStateObject.
- InExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionVisitor
-
- InExpressionWithNestedArrayVisitor(EclipseLinkGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor
-
- InItemsVisitor(AbstractSemanticValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.InItemsVisitor
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Initializes this JPQL grammar.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Instantiates the only instance of various API used by the parser.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Initializes this visitor.
- initialize(JPQLGrammar, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
- initialize(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Initializes this DefaultRefactoringDelta.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Initializes this validator.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Initializes this visitor.
- initialize(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Initializes this state object.
- initialize(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Initializes this ChangeSupport.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Initializes this state object.
- initialize(IJPQLQueryBuilder, IManagedTypeProvider) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Initializes this JPQLQueryStateObject.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Initializes this state object.
- initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Initializes this state object.
- initialize(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Initializes this DeclarationResolver.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Registers the JPQL query BNFs defining the JPQL grammar.
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
- initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Registers the JPQL identifiers support by this
JPQLGrammar.
- initializeRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Initializes the parsed tree representation of the JPQL query if it has not been set before
setting the
IQuery.
- INNER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INNER'.
- INNER_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INNER JOIN'.
- INNER_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INNER JOIN FETCH'.
- inputParameter - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The
InputParameter for which its type will be searched by visiting the query.
- InputParameter - Class in org.eclipse.persistence.jpa.jpql.parser
-
Either positional or named parameters may be used.
- InputParameter(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Creates a new InputParameter.
- InputParameter_JavaIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_MissingParameter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_Mixture - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_NotInteger - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_SmallerThanOne - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameter_WrongClauseDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- InputParameterBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a input parameter.
- InputParameterBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
-
Creates a new InputParameterBNF.
- inputParameters - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.InputParameterVisitor
-
The collection of
InputParameters that was retrieved by traversing the
parsed tree.
- InputParameterStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Either positional or named parameters may be used.
- InputParameterStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Creates a new InputParameterStateObject.
- InputParameterStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Creates a new InputParameterStateObject.
- InputParameterVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.InputParameterVisitor
-
- insideCollection - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
This flag is used to make sure only the last expression in a collection is tested.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Returns the singleton instance of this class.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
-
Returns the singleton instance of the default implementation of
JPQLGrammar which
provides support for the JPQL grammar defined in the JPA 1.0 functional specification.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Returns the singleton instance of the default implementation of
JPQLGrammar which
provides support for the JPQL grammar defined in the JPA 2.0 functional specification.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Returns the singleton instance of the default implementation of
JPQLGrammar which
provides support for the JPQL grammar defined in the JPA 2.1 functional specification.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
-
Return the singleton instance of this
Iterable.
- INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
-
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
-
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
-
Returns the singleton instance this EmptyIterator.
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
-
Returns the singleton instance of this NullFilter.
- INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- instance() - Static method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- INTEGER_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
The
Pattern representing the regular expression of a numerical value as an integer.
- integerType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Integer}.
- integerType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Integer}.
- integerType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- InternalAggregateFunctionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of an aggregate expression.
- InternalAggregateFunctionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
-
Creates a new InternalAggregateFunctionBNF.
- InternalBetweenExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the lower and upper expressions defined in the between expression.
- InternalBetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
-
Creates a new InternalBetweenExpressionBNF.
- InternalCoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameters defined in the coalesce expression.
- InternalCoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
-
Creates a new InternalCoalesceExpressionBNF.
- InternalColumnExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the items of a COLUMN expression.
- InternalColumnExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
-
Creates a new InternalColumnExpressionBNF.
- InternalConcatExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the COUNT expression's encapsulated expressions.
- InternalConcatExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
-
Creates a new InternalConcatExpressionBNF.
- InternalConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
-
Creates a new InternalConnectByClauseBNF.
- InternalCountBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the COUNT function.
- InternalCountBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
-
Creates a new InternalCountBNF.
- InternalEntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameters defined in the type expression.
- InternalEntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
-
Creates a new InternalEntityTypeExpressionBNF.
- InternalFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the FROM declaration, basically what follows the
FROM identifier.
- InternalFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
-
Creates a new InternalFromClauseBNF.
- InternalJoinBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for what's following the join identifier.
- InternalJoinBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
-
Creates a new InternalJoinBNF.
- InternalLengthExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the LENGTH expression.
- InternalLengthExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
-
Creates a new InternalLengthExpressionBNF.
- InternalLocateStringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the first two parameters of the LOCATE expression.
- InternalLocateStringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
-
Creates a new InternalLocateStringExpressionBNF.
- InternalLocateThirdExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the third parameter of the LOCATE expression.
- InternalLocateThirdExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
-
Creates a new InternalLocateThirdExpressionBNF.
- InternalLowerExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the LOWER expression.
- InternalLowerExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
-
Creates a new InternalLowerExpressionBNF.
- InternalModExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameters of the MOD expression.
- InternalModExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
-
Creates a new InternalModExpressionBNF.
- InternalOrderByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for what's following the order by identifier.
- InternalOrderByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
-
Creates a new InternalOrderByClauseBNF.
- InternalOrderByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an order by item.
- InternalOrderByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
-
Creates a new InternalOrderByItemBNF.
- InternalOrderByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalOrderByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
-
Creates a new InternalOrderByItemFactory.
- InternalSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
-
Creates a new InternalSelectExpressionBNF.
- InternalSimpleFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the from declaration used in a subquery.
- InternalSimpleFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
-
Creates a new InternalSimpleFromClauseBNF.
- InternalSimpleSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
- InternalSimpleSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
-
Creates a new InternalSelectExpressionBNF.
- InternalSqrtExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the SQRT expression.
- InternalSqrtExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
-
Creates a new InternalSqrtExpressionBNF.
- InternalSubstringPositionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the position parameters of the SUBSTRING expression.
- InternalSubstringPositionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
-
Creates a new InternalSubstringPositionExpressionBNF.
- InternalSubstringStringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the LENGTH expression.
- InternalSubstringStringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
-
Creates a new InternalSubstringStringExpressionBNF.
- InternalUpdateClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for what's following the update identifier.
- InternalUpdateClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
-
Creates a new InternalUpdateClauseBNF.
- InternalUpperExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the parameter of the UPPER expression.
- InternalUpperExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
-
Creates a new InternalUpperExpressionBNF.
- InternalWhenClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the expression following the WHEN identifier.
- InternalWhenClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
-
Creates a new InternalWhenClauseBNF.
- INTERSECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'INTERSECT'.
- introspect - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
-
- INVALID_IDENTIFIER_FILTER - Static variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- invalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
- InvalidExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
-
- IPropertyChangeEvent<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- IPropertyChangeListener<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
A
IPropertyChangeListener can be registered with a
StateObject in order to be notified
when the value of a property changes.
- IQuery - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of a JPQL query.
- IS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS'.
- IS_EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS EMPTY'.
- IS_NOT_EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS NOT EMPTY'.
- IS_NOT_NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS NOT NULL'.
- IS_NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'IS NULL'.
- isAggregate(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given JPQL identifier used in an aggregate expression; for instance
AND.
- isAncestor(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- isAncestor(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- isAppendable() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
-
Determines whether JPQL identifiers can be appended to the expression.
- isAppendable(Expression, AbstractContentAssistVisitor.AppendableType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether a certain type of JPQL identifiers can be appended to the JPQL query based
on the given
Expression.
- isAppendableToCollection(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether
- isArithmeticSymbol(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is an arithmetic symbol, which is one of the following:
{ '>', '<', '/', '*', '-', '+', '=', '{'} .
- isArray() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
-
Determines whether this type represents an array or not.
- isAscending() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being ascendant.
- isAscending() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Determines whether the ordering was specified as being ascendant.
- isAssignableTo(Object, Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether type 1 is an instance of type 2.
- isAssignableTo(Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether type 1 is an instance of type 2.
- isAssignableTo(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Determines whether this type is an instance of the given type.
- isBooleanType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is a;@link Boolean}.
- isBooleanType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Determines whether the given
Expression is of the correct type based on these rules:
The
Expression returns a boolean value;
- isBooleanType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is a;@link Boolean}.
- isBooleanType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- IScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder can be used to easily create a scalar expression without having to create each
object manually.
- isChildOfComparisonExpession(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- isClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given JPQL identifier used in a clause; for instance SELECT.
- isClauseAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the identifiers identifying clauses can be appended to the JPQL query based
on the given
Expression.
- isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isClauseComplete(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Determines whether the clause being scanned is complete or not.
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Determines
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
-
Determines
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
-
Determines
- isCollection() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Determines whether this
IMapping is a collection type mapping.
- isCollection() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Determines whether this
IMapping is a collection type mapping.
- isCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- isCollectionIdentificationVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given identification variable is defining a join or a collection member
declaration expressions.
- isCollectionIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given identification variable is defining a join or a collection member
declaration expressions.
- isCollectionIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines whether the given identification variable is defining a join or a collection member
declaration expressions.
- isCollectionIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Determines whether the given identification variable is defining a JOIN expression or
in a IN expressions for a collection-valued field.
- isCollectionIdentificationVariableImp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Determines whether the given identification variable is defining a JOIN expression or
in a IN expressions for a collection-valued field.
- isCollectionMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a collection type mapping.
- isCollectionMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given mapping is a collection type mapping.
- isCollectionType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Collection}.
- isCollectionType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Collection}.
- isCollectionType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- isColumnName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Determines whether the given proposal is a column name (which should be unqualified).
- isComparingEntityTypeLiteral(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether the given identification variable is used in a comparison expression:
"expression = LargeProject".
- isComparisonEquivalentType(Expression, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- isComplete() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Determines whether an
Expression that was visited is complete or if some part is missing.
- isComplete(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression is grammatically complete.
- isCompound() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether this BNF has child BNFs registered only to properly parse a query or if the
child BNFs are part of the BNF.
- isCompoundable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression can be used as the left side of a compound
expression.
- isCompoundFunction(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given JPQL identifier used in a compound expression; an example would
be BETWEEN or MEMBER.
- isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
- isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
- isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
- isDateTimeConstant(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression represents one of the three date constants or not.
- isDateType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is a;@link Date},;@link Timestamp} or
;@link Calendar}.
- isDateType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is a;@link Date},;@link Timestamp} or
;@link Calendar}.
- isDateType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- isDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
-
Determines whether the visited path expression is found within a declaration expression.
- isDeclaration(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- isDecorated() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Determines whether this
StateObject is being decorated by another
StateObject,
which means the behavior is modified by the given one.
- isDecorated() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Determines whether this
StateObject is being decorated by another
StateObject,
which means the behavior is modified by the given one.
- isDefault() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was not specified.
- isDefault() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Determines whether the ordering was not specified.
- isDelimiter(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is a delimiter.
- isDerived() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether this collection member declaration is used as a derived collection-valued
path expression.
- isDerived() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Determines whether this collection member declaration is used as a derived collection-valued
path expression.
- isDescending() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being descendant.
- isDescending() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Determines whether the ordering was specified as being descendant.
- isDigit(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is a character that can be used in a number.
- isEclipseLink() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the persistence provider is EclipseLink or not.
- ISelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder can be used to easily create a select expression without having to create each
object manually.
- isEmpty(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- isEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- isEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- isEmpty(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- isEncapsulated() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
-
Determines whether the visited
Expression is being encapsulated or not.
- isEncapsulated(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression is being encapsulated or not.
- isEncapsulatedExpressionMissing(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Determines whether there is an encapsulated expression or not.
- isEncapsulatedExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
Determines whether the encapsulated expression is valid.
- isEntityResolved() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Determines whether the
IEntity has been resolved.
- isEnum() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Determines whether this
IType represents an
Enum.
- isEnumAllowed(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
AbstractPathExpression could potentially represent a
fully qualified enum constant, which is dictated by the location of the path expression within
the query.
- isEnumConstant(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Determines whether the given proposal is an enum constant name (which should be unqualified).
- isEnumType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Enum}.
- isEnumType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given type represents an
Enum.
- isEnumType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given type represents an
Enum.
- isEnumType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Enum}.
- isEnumType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType is an instance of
Enum.
- isEqual(Object, Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given two objects are equal (identity).
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Determines whether the given
StateObject is equivalent to this one, i.e.
- isEquivalentBetweenType(Expression, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- isExcept() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClause uses the
EXCEPT identifier.
- IsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
IsExpressionFactory creates a new expression when the portion of the query to parse
starts with
IS.
- IsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
-
Creates a new IsExpressionFactory.
- isFalse(boolean, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given condition if
false or
true and if it is
true then an
Assert.AssertException is thrown.
- isFirstExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- isFirstExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- isFloatingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of a floating type, which is either
Float, Double, float or double.
- isFloatingType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is an instance of a floating type, which is either
Float, Double, float or double.
- isFloatingType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType is an instance of a floating type, which is either
Float,
Double, float or double.
- isFollowingInvalidExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
-
Determines whether the visited
Expression is preceded by an invalid expression.
- isFollowingInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression is preceded by an invalid expression.
- isFunction(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given JPQL identifier is a function, an example would be AVG.
- isFunctionExpression(WordParser, String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the JPQL fragment is an expression of the form <IDENTIFIER>(.
- isIdentificationVariableDeclaredAfter(String, int, int, List<JPQLQueryDeclaration>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- isIdentificationVariableDefined() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Determines whether the identification variable has been defined.
- isIdentificationVariableOptional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Determines whether the identification variable is optional or not.
- isIdentificationVariableValidInComparison(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether an identification variable can be used in a comparison expression when the
operator is either '<', '<=', '>', '>='.
- isIdentificationVariableValidInComparison(IdentificationVariable) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether an identification variable can be used in a comparison expression when the
operator is either '<', '<=', '>', '>='.
- isIdentificationVariableValidInComparison(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether an identification variable can be used in a comparison expression when the
operator is either '<', '<=', '>', '>='.
- isIdentificationVariableVirtual() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Determines whether this identification variable is virtual, meaning it's not part of the query
but is required for proper navigability.
- isIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines if the given word is a JPQL identifier.
- isIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Determines if the given word is a JPQL identifier.
- ISimpleSelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder can be used to easily create a select expression defined for a subquery without
having to create each object manually.
- isInExpressionWithNestedArray(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the subquery is part of an IN expression where the
left expression is a nested array.
- isInputParameterInValidLocation(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- isInputParameterInValidLocation(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
- isInSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression is in a subquery or in the top-level query.
- isInSubquery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
-
Determines whether the visited
Expression is in a subquery or in the top-level query.
- isIntegralType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of a floating type, which is either
Integer, Long, int or float.
- isIntegralType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Determines whether the given
Expression is of the correct type based on these rules:
The
Expression's type is an integral type (long or integer).
- isIntegralType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is an instance of a floating type, which is either
Integer, Long, int or float.
- isIntegralType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType is an instance of a floating type, which is either
Integer,
Long, int or float.
- isIntersect() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClause uses the
INTERSECT identifier.
- isInvalid() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
-
Determines whether the visited
Expression represents an invalid fragment.
- isInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression represents an invalid fragment.
- isJavaEscapedCharacter(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given character should be escaped when being part of a string, i.e.
- isJDBCDate() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Determines whether this
DateTime represents the JDBC escape syntax for date, time,
timestamp formats.
- isJDBCDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Determines whether this
DateTime represents the JDBC escape syntax for date, time,
timestamp formats.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether a JOIN FETCH expression can be identified by with an
identification variable or not.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether a JOIN FETCH expression can be identified by with an
identification variable or not.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether a JOIN FETCH expression can be identified by with an
identification variable or not.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
-
Determines whether a JOIN FETCH expression can be identified by with an
identification variable or not.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
-
Determines whether a JOIN FETCH expression can be identified by with an
identification variable or not.
- isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
Determines whether a JOIN FETCH expression can be identified by with an
identification variable or not.
- isJPA1_0() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version defined by the JPQL grammar is 1.0.
- isJPA2_0() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version defined by the JPQL grammar is 2.0.
- isJPA2_1() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version defined by the JPQL grammar is 2.1.
- isLeftJoin() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether this
Join is a left join, i.e.
- isLocked(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression has been set has the lock to prevent an
infinite recursion.
- isManagedTypeResolvable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given managed type actually exists.
- isManagedTypeResolvable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given managed type actually exists.
- isMappingName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Determines whether the given proposal is a mapping name.
- isMapType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Map}.
- isMapType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Map}.
- isMapType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType is an instance of
Map.
- isMultipleSubquerySelectItemsAllowed(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given subquery SELECT clause can return more than
one item or just a single.
- isMultipleSubquerySelectItemsAllowed(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the given subquery SELECT clause can return more than
one item or just a single.
- isNamed() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Determines whether this parameter is a positional parameter, i.e.
- isNamed() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Determines whether this parameter is a positional parameter, i.e.
- isNegative() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines if the arithmetic primary is prepended with the minus sign.
- isNestedArray(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression represents a nested array or not.
- isNewerThan(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is newer than the given version.
- isNewerThan(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is newer than the given version.
- isNewerThan(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is newer than the given version.
- isNewerThanOrEqual(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is newer than the given version or if it's the same version.
- isNewerThanOrEqual(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is newer than the given version or
if it's the same version.
- isNewerThanOrEqual(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is newer than the given version or
if it's the same version.
- isNotEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- isNotEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- isNotEmpty(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- isNotExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression represents the negated expression.
- isNotExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
-
- isNotNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given object is not null.
- isNotNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- isNotNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- isNotNull(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- isNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given object is null.
- isNull() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this expression is a
null Expression or any other subclass.
- isNull() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
Determines whether this expression is a
null Expression or any other subclass.
- isNull(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
- isNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- isNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- isNull(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- isNullAllowed() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Determines whether the
Expression
to be created, which wraps the attribute or query key name allows the target of the 1:1
relationship to be
null if there is no corresponding relationship in the database.
- isNullsFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being nulls first.
- isNullsLast() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the ordering was specified as being nulls first.
- isNullValue(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- isNumericLiteral(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given sequence of characters is a numeric literal or not.
- isNumericType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Numeric}.
- isNumericType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Determines whether the given
Expression is of the correct type based on these rules:
The
Expression returns a numeric value;
- isNumericType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is an instance of;@link Numeric}.
- isNumericType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType is an instance of
Number.
- isObjectType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} is the external form of;@link Object}.
- isObjectType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} is the external form of;@link Object}.
- isObjectType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType is the external form of
Object.
- isOlderThan(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is older than the given version.
- isOlderThan(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is older than the given version.
- isOlderThan(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is older than the given version.
- isOlderThanOrEqual(JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the JPA version for which the JPQL grammar was defined represents a version
that is older than the given version or if it's the same version.
- isOlderThanOrEqual(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Determines whether this constant represents a version that is older than the given version or
if it's the same version.
- isOlderThanOrEqual(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Determines whether this constant represents a version that is older than the given version or
if it's the same version.
- isOrderComparison(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether the given
ComparisonExpression compares two expression using one of
the following operators: '<', '<=', '>', '>='.
- isOwnedByConditionalClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression is a child of the
WHERE or
HAVING
clause of the top-level query.
- isOwnedByFromClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression is a child of the
FROM clause of the
top-level query.
- isOwnedByInExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- isOwnedBySubFromClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expression is a child of the
FROM clause of a
subquery.
- isOwnedByUnionClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the given
Expression is a child of the
UNION clause.
- isParameter(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given character is the character used to identify an input parameter,
either a named parameter or position parameter.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
Determines whether the parsing is complete based on what is left in the given text.
- isPositional() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Determines whether this parameter is a positional parameter, i.e.
- isPositional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Determines whether this parameter is a positional parameter, i.e.
- isPositionWithin(int, int, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given position is within the given word.
- isPositionWithin(int, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given position is within the given word.
- isPositive() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Determines if the arithmetic primary is prepended with the plus sign.
- isPossibleCompositeIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
-
Determines whether the given JPQL fragment, which is the parsed text of the expression
invalid collection expression or the portion of it based on the cursor position within the
collection, is a composite identifier or not.
- isPrimitiveType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} represents a primitive type.
- isPrimitiveType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} represents a primitive type.
- isPrimitiveType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType represents a primitive type.
- isProperty() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Determines whether this
IMapping is a property type mapping.
- isProperty() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Determines whether this
IMapping is a property type mapping.
- isPropertyMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a property type mapping.
- isPropertyMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given mapping is a property type mapping.
- isQuote(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given character is the single or double quote.
- isRange() - Method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
-
Determines whether this type represents a range variable declaration.
- isRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines whether the given variable name is an identification variable name used to define
an abstract schema name.
- isRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Determines whether the given variable name is an identification variable name mapping an
entity.
- isRangeIdentificationVariableImp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Determines whether the given variable name is an identification variable name mapping an
entity.
- isRelationship() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Determines whether this
IMapping is a relationship type mapping.
- isRelationship() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Determines whether this
IMapping is a relationship type mapping.
- isRelationshipMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a relationship type mapping.
- isRelationshipMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given mapping is a relationship type mapping.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Determines whether the clause is required in order to make the JPQL query grammatically valid.
- isReserved(char) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
Determines if the given character is one of the XML/HTML reserved characters.
- isResolvable() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
-
Determines whether this Java type actually exists.
- isResultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines if the given variable is a result variable.
- isResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines if the given variable is a result variable.
- isResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines if the given variable is a result variable.
- isResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Determines if the given variable is a result variable.
- isRightParenthesisMissing(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
Determines whether the right parenthesis is missing from the given expression.
- isRightType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
-
Determines whether the given type is the expected type.
- isRightType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
-
Determines whether the given type is the expected type.
- isRightType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
-
Determines whether the given type is the expected type.
- isRightType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
-
Determines whether the given type is the expected type.
- isSecondExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Determines whether the second expression is optional or not.
- isSecondExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
Determines whether the second expression is optional or not.
- isSecondExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- isSecondExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- isSingleInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Determines whether what was parsed after the IN identifier is a single input
parameter:
BNF: in_expression ::= {state_field_path_expression | type_discriminator} [NOT] IN collection_valued_input_parameter
- isSingleInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Determines whether what was parsed after the IN identifier is a single input
parameter.
- isStringType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} represents the String class.
- isStringType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Determines whether the given
Expression is of the correct type based on these rules:
The
Expression's type is a string type.
- isStringType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Determines whether the given;@link IType} represents the String class.
- isStringType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
IType represents the
String class.
- isSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression is a subquery.
- isSubquery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines whether this
JPQLQueryContext currently holds the information of a subquery
or for the top-level query.
- isSubqueryAllowedAnywhere() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether a subquery can be used in any clause of the top-level query.
- isSubqueryAllowedAnywhere() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether a subquery can be used in any clause of the top-level query.
- isSubqueryAllowedAnywhere() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
-
Determines whether a subquery can be used in any clause of the top-level query.
- isSubqueryAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the JPQL identifier starting a subquery (
SELECT) can
be appended based on the given
Expression which is preceding the position of the cursor.
- isTableExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
- isTableExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
-
- isTail() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the position of the cursor is at the end of the text.
- isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines whether the third expression is an optional expression, which means a valid query
can have it or not.
- isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
Determines whether the third expression is an optional expression, which means a valid query
can have it or not.
- isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Determines whether the third expression is an optional expression, which means a valid query
can have it or not.
- isThirdExpressionValid(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines if the parser is in tolerant mode or is in fast mode.
- isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Determines if the parser is in tolerant mode or is in fast mode.
- isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Determines whether the parsing system should be tolerant, meaning if it should try to parse
invalid or incomplete queries.
- isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines if the parser is in tolerant mode or is in fast mode.
- isTransient(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given mapping is a transient attribute.
- isTransient(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given mapping is a transient attribute.
- isTransient() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
-
Determines whether this
IMapping is a transient mapping.
- isTransient() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
-
Determines whether this
IMapping is a transient mapping.
- isTrue(boolean, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given condition if
true or
false and if it is
false then an
Assert.AssertException is thrown.
- isTypeDeclarationAssignableTo(Object, Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether type declaration 1 is an instance of type declaration 2.
- isTypeDeclarationAssignableTo(Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether type declaration 1 is an instance of type declaration 2.
- isTypeResolvable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Determines whether the given type actually exists.
- isTypeResolvable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
Determines whether the given type actually exists.
- isUnion() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClause uses the
UNION identifier.
- isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this expression is an unknown
Expression or any other subclass.
- isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Determines whether this expression is an unknown
Expression or any other subclass.
- isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Determines whether this expression is an unknown
Expression or any other subclass.
- isUsingExactMatch() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Determines whether the string representation of any given
StateObject should reflect
the exact string that was parsed.
- isValid(int, int) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Determines whether the expression at the given index is valid or not.
- isValid(Expression, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- isValid(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- isValid(Expression, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
- isValid() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
- isValid(Object, String, Object...) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
-
Determines whether the given object is one of the given choices using identity check.
- isValid() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
-
Determines whether the path expression could potentially represent a fully qualified
enum constant, which is dictated by the location of the path expression within the query.
- isValid(Expression, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression part is an expression of the given query BNF.
- isValid(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression part is an expression of the given query BNF.
- isValid(JPQLQueryBNF, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- isValid(JPQLQueryBNF, JPQLQueryBNF, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- isValid(JPQLQueryBNF, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- isValid(Expression, Class<? extends DefaultSemanticValidator.TypeValidator>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- isValidJavaIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given variable is a valid Java identifier, which means it follows the
Java specification.
- isValidProposal(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given proposal is a valid, which is based on the content of the given
word.
- isValidVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given JPQL identifier can be a valid proposal, i.e.
- isValidWithChildCollectionBypass(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression part is an expression of the given query BNF.
- isValidWithFindQueryBNF(AbstractExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
- isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this
AbstractExpression is virtual, meaning it's not part of the
query but is required for proper navigability.
- isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Determines whether this
AbstractExpression is virtual, meaning it's not part of the
query but is required for proper navigability.
- isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Determines whether this identification variable is virtual, meaning it's not part of the query
but is required for proper navigability.
- isWithinInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression is part of an invalid fragment
- isWithinInvalidExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
-
Determines whether the visited
Expression is part of an invalid fragment
- isWithinSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression is part of a subquery.
- isWithinTopLevelQuery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expression is part of the top-level query.
- isWordSeparator(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the given character is not considered to be part of a word (which is
usually comprise of alphanumeric characters).
- items() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the list of items that have caused the original list to change.
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the list of items that have caused the original list to change.
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- items() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns the segments in the state field path in order.
- ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Notifies the list of items has changed.
- itemsAdded(IListChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeListener
-
Notifies this listener new items have been added to the list.
- itemsMoved(IListChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeListener
-
Notifies this listener the list had items moved within the list.
- itemsRemoved(IListChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeListener
-
Notifies this listener items have been removed from the list.
- itemsSize() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Returns the number of items that caused the original list to change.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
-
Returns the number of items that caused the original list to change.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Returns the number of children this list holder has.
- itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Returns the number of segments in the path expression.
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
-
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
- iterator() - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterable.ListIterable
- iterator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
- IType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of a Java type.
- ITypeDeclaration - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of a type declaration, which is used to give more information about
the type, i.e.
- ITypeHelper - Interface in org.eclipse.persistence.jpa.jpql
-
- ITypeRepository - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
-
The external representation of the repository of Java types, which gives access to the
application's classes.
- parameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the input parameter.
- parameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the input parameter.
- parameter(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the input parameter.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
Returns the BNF to be used to parse one of the encapsulated expression.
- parameterIndex - Variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Determines which child expression is been currently parsed.
- parameterName - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.InputParameterVisitor
-
The name of the input parameter to search.
- ParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor calculates the type of an input parameter.
- ParameterTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
Creates a new ParameterTypeVisitor.
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
When this context is a sub-context used for a subquery, then this is the context for the
parent query.
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
The parent of the SELECT statement.
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
-
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
-
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
-
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
-
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
-
- parent(List<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Makes sure the given list of
StateObject has this one as its parent.
- parent(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Makes sure the given list of
StateObject has this one as its parent.
- parent(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Makes sure the given
StateObject has this one as its parent.
- parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
-
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Parses the given text by using the specified BNF.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Parses the query by starting at the current position, which is part of the given
WordParser.
- parse(CharSequence, JPQLGrammar, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Parses the given JPQL query with tolerant mode turned on.
- parse(CharSequence, JPQLGrammar, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Parses the given JPQL fragment with tolerant mode turned on.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Parses the given JPQL fragment, which represents a conditional expression, and creates the
StateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Parses the given JPQL fragment and create the select item.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Parses the given JPQL fragment and create the select item.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Parses the given JPQL fragment, which represents the encapsulated expression, and creates the
StateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Parses the given JPQL fragment to become the new arithmetic primary.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Parses the given JPQL fragment, which will represent the expression to compare its result to
the lower and upper bounds.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Parses the given JPQL fragment, which represents the constructor's arguments.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Parses the given JPQL fragment, which will represent the group by items.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Parses the given JPQL fragment, which represents either a single or many items, the fragment
will be parsed and converted into
StateObject.
- parse(CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Parses the given JPQL fragment as this state object's query statement.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Parses the given JPQL fragment, which represents the negated expression, and creates the
StateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Parses the given JPQL fragment, which represents either a single or many ordering items, the
fragment will be parsed and converted into
OrderByItemStateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Parses the given JPQL fragment, which represents either a state-field pathe expression or a
result variable, and creates the
StateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Parses the given JPQL fragment, which represents a single select expression, and creates the
StateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Parses the given JPQL fragment and create the select item.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Parses the given JPQL fragment and create the select item.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Parses the given JPQL fragment, which represents the encapsulated expression, and creates the
StateObject.
- parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Parses the given fragment, which represents a single update item, and creates the
StateObject equivalent.
- parseCaseOperand(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Parses the given JPQL fragment, which will represent the case operand.
- parseElse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Parses the given JPQL fragment, which will represent the ELSE expression.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Parses the encapsulated expression by starting at the current position, which is part of the
given
WordParser.
- parseFirst(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Parses the given JPQL fragment, which will represent the first encapsulated expression.
- parseFirst(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Parses the given JPQL fragment, which will represent the first encapsulated expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Parses the identifier of this expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
Parses the identifier of this expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Parses the identifier of this expression.
- parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
-
Parses the identifier of this expression.
- parseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Parses the JPQL identifier identifier the type of union.
- parseItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Parses the given JPQL fragment, which represents a single encapsulated expression, and creates
the
StateObject.
- parseItemInternal(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Parses the given list of JPQL fragments, which represents each of the encapsulated expressions,
and creates the
StateObjects.
- parseItems(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Parses the given JPQL fragments, which represent individual expression, and creates the
StateObjects.
- parseItems(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Parses the given JPQL fragments, which represent individual expression, and creates the
StateObjects.
- parseJoin(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Parses the given JPQL fragment that should contain a single JOIN
expression.
- parseLeft(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Parses the given JPQL fragment and update the left side of the compound expression.
- parseLowerBound(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Parses the given JPQL fragment, which will represent the lower bound of the range.
- parseNewValue(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Parses the given JPQL fragment, which represents the new value.
- parseRight(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Parses the given JPQL fragment and update the right side of the compound expression.
- parseSecond(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Parses the given JPQL fragment, which will represent the second encapsulated expression.
- parseSecond(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Parses the given JPQL fragment, which will represent the second encapsulated expression.
- parseSelect(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Parses the given JPQL fragment and create the select item.
- parseThen(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Parses the given JPQL fragment, which will represent the THEN expression.
- parseThird(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Parses the given JPQL fragment, which will represent the third encapsulated expression.
- parseTrimCharacter(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Parses the given JPQL fragment, which represents either a single-character string literal or a
character-valued input parameter, the fragment will be parsed and converted into a
StateObject.
- parseUpperBound(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Parses the given JPQL fragment, which will represent the upper bound of the range.
- parseUsingExpressionFactory(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Right away parses the text by retrieving the
ExpressionFactory for the first word that
is extracted from
WordParser at the current location.
- parseWhen(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Parses the given JPQL fragment, which will represent the WHEN clause.
- partialWord() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves a word before the current position of the cursor, which determines when the parsing
stop.
- partialWord(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Retrieves a word before the specified position, which determines when the parsing stop.
- partialWordStartPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Finds the beginning of the word and the given position is within that word.
- path(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new state field path expression.
- path(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new state field path expression.
- path(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates a new state field path expression.
- path - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
The name of the path for which its type will be retrieved.
- pathExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
-
- PathExpression_NotRelationshipMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- pathExpressionUpdater - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
- pathExpressionUpdater() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
- paths() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the segments in the state field path in order.
- PATHS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Notifies the content of the paths list has changed.
- pathSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns the number of segments in the state field path.
- PATTERN_VALUE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Notifies the pattern value property has changed.
- PatternValueBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a pattern value.
- PatternValueBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
-
Creates a new PatternValueBNF.
- PLUS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for for the plus sign '+'.
- plus(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression + x.
- plus(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression + x.
- plus(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression + x.
- pop() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
- populate(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Visits the current query (which is either the top-level query or a subquery) and gathers the
information from the declaration clause.
- populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the Expression located at the given position using the actual query,
which may have extra whitespace.
- populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
Retrieves the Expression located at the given position using the actual query,
which may have extra whitespace.
- populatePosition(QueryPosition, int) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Retrieves the Expression located at the given position using the actual query,
which may have extra whitespace.
- position(Expression, int...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- position(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Calculates the position of the given expression by calculating the length of what is before.
- POSITION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'POSITION', which is an unused keyword.
- position() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns the current position of the cursor.
- POSITIONAL_PARAMETER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for '?'.
- positionInCollection - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
When visiting a
CollectionExpression, this indicates the position within that
collection of the child being visited.
- positionWithinInvalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
The position of the cursor within the invalid expression.
- preExpressionLength(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- preExpressionLength(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Returns the length of anything that can be defined before the first child.
- prepare(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
Prepares this visitor before visiting an
Expression.
- previous() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- previous() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- previousIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- previousIndex() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- primitiveBoolean() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive boolean.
- primitiveBoolean() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive boolean.
- primitiveBoolean() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive boolean.
- primitiveByte() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive byte.
- primitiveByte() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive byte.
- primitiveByte() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive byte.
- primitiveChar() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive char.
- primitiveChar() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive char.
- primitiveChar() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive char.
- primitiveDouble() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive double.
- primitiveDouble() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive double.
- primitiveDouble() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive double.
- primitiveFloat() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive float.
- primitiveFloat() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive float.
- primitiveFloat() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive float.
- primitiveInteger() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive int.
- primitiveInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive int.
- primitiveInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive int.
- primitiveLong() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive long.
- primitiveLong() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive long.
- primitiveLong() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive long.
- primitiveShort() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for the primitive short.
- primitiveShort() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for the primitive short.
- primitiveShort() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Retrieves the
IType for the primitive short.
- Problem - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
A problem describes an issue found in a JPQL query because it is either grammatically or
semantically incorrect.
- problemsSize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the current number of problems that were registered during validation.
- PROPERTIES_FILE_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
-
- propertyChanged(IPropertyChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeListener
-
Notifies this listener that a certain property has changed.
- PropertyChangeEvent<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The default implementation of
IPropertyChangeEvent where the generics is the type of the
old and new values.
- PropertyChangeEvent(StateObject, String, T, T) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
-
Creates a new PropertyChangeEvent.
- propertyChangeListeners(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
- PropertyMappingFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
-
- proposals - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
The set of possible proposals gathered based on the position in the query.
- provider - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
- provider - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
- PROVIDER_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
-
The persistence provider name: EclipseLink.
- PROVIDER_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
-
The generic persistence provider name: JPA.
- ScalarExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a scalar expression.
- ScalarExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
-
Creates a new SelectExpressionBNF.
- SCN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SCN'.
- SECOND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
- SECOND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
- secondCommaMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- secondExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- secondExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- secondExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- secondExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- secondExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- secondExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- SELECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SELECT'.
- SELECT_ITEM_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Notifies the select expression property has changed.
- SELECT_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
A constant used to notify the list of select expressions has changed.
- selectClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- SelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT clause queries data from entities.
- SelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
Creates a new SelectClause.
- SelectClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the select clause.
- SelectClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
-
Creates a new SelectClauseBNF.
- SelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
-
- SelectClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SelectClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
-
Creates a new SelectClauseFactory.
- selectClausePathExpressionPathType() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Returns the type of path expression that is allowed in the SELECT clause.
- selectClausePathExpressionPathType() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Returns the type of path expression that is allowed in the SELECT clause.
- selectClausePathExpressionPathType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
-
Returns the type of path expression that is allowed in the SELECT clause.
- SelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseStatementHelper
-
- SelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The SELECT statement queries data from entities, which determines the type of
the objects or values to be selected.
- SelectClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Creates a new SelectClauseStateObject.
- SelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a select expression.
- SelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
-
Creates a new SelectExpressionBNF.
- SelectItemBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
-
- selectStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
-
- SelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
-
A SELECT query is an operation that retrieves data from one or more tables or
views.
- SelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Creates a new SelectStatement.
- SelectStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the select statement.
- SelectStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
-
Creates a new SelectStatementBNF.
- SelectStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
-
- SelectStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SelectStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
-
Creates a new SelectStatementFactory.
- SelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents a select statement, which has at least a SELECT
clause and a FROM clause.
- SelectStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Creates a new SelectStatementStateObject.
- SemanticValidatorHelper - Interface in org.eclipse.persistence.jpa.jpql
-
- SET - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SET'.
- set(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- set(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
-
- set(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
At the specified index, set the specified element in the original list.
- set(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- set(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
-
Set the specified object in the original list.
- set(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- set(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Set the specified element in the original list.
- setArithmeticSign(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Sets the arithmetic sign this expression is actually representing.
- setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Sets whether the AS identifier is used or not.
- setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Sets whether the AS identifier is used or not.
- setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Sets whether the AS identifier is used or not.
- setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Sets whether the AS identifier should be used.
- setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Sets whether the AS identifier should be used.
- setBypassCompound(boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
Sets
- setCaseOperand(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
- setClassName(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Sets the fully qualified class name that will be used to retrieve the constructor.
- setClassName(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Sets the fully qualified class name that will be used to retrieve the constructor.
- setClassNameInternally(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Sets the fully qualified class name that will be used to retrieve the constructor.
- setClassNamePrefix(String, ContentAssistProposals.ClassType) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given prefix that will be used to filter the list of possible class names.
- setCompound(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Determines whether this BNF has child BNFs registered only to properly parse a query or if the
child BNFs are part of the BNF.
- setConditional(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Sets the given
StateObject to be the conditional expression of this clause.
- setConditionalStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the given
StateObject to be the conditional expression of the
WHERE
clause.
- setDeclaration(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the abstract schema name to the given value.
- setDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the abstract schema name to the given value and the identification variable that will
range over it.
- setDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the abstract schema name to the given value and removes the identification variable.
- setDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the abstract schema name to the given value and the identification variable that will
range over it.
- setDeclaration(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the abstract schema name to the given value.
- setDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the abstract schema name to the given value and the identification variable that will
range over it.
- setDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the abstract schema name to the given value and removes the identification variable.
- setDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the abstract schema name to the given value and the identification variable that will
range over it.
- setDeclaration(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the abstract schema name to the given value.
- setDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the abstract schema name to the given value and the identification variable that will
range over it.
- setDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the abstract schema name to the given value and the identification variable that will
range over it.
- setDerived(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Sets whether this collection member declaration is used as a derived collection-valued path
expression.
- setDistinct(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Sets whether the DISTINCT keyword should be part of the query, which is used to
return only distinct (different) values
- setDistinct(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Sets whether the DISTINCT keyword should be part of the query, which is
used to return only distinct (different) values
- setElse(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Sets the
ELSE scalar expression to be the given
StateObject.
- setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the actual
IEntity and updates the abstract schema name.
- setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the actual
IEntity and updates the abstract schema name.
- setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Sets the actual
IEntity and updates the abstract schema name.
- setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
- setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the actual
IEntity and updates the abstract schema name.
- setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the name of the abstract schema, which is the name of the entity.
- setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the name of the abstract schema, which is the name of the entity.
- setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Sets the name of the abstract schema, which is the name of the entity.
- setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the name of the abstract schema, which is the name of the entity.
- setEntityStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Sets
- setEntityTypeName(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Sets the name of the entity that is used to downcast the join association path.
- setEntityTypeName(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Sets the name of the entity that is used to downcast the join association path.
- setEntityTypeName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Sets the name of the entity that is used to downcast the join association path.
- setEscapeCharacter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- setExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Manually sets the encapsulated
Expression to become the given one.
- setExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Sets the deepest leaf where the cursor is located.
- setExpression(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
-
Sets the string representation of the JPQL query.
- setExpression(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Keeps a reference of the
parsed object object, which
should only be done when this object is instantiated during the conversion of a parsed JPQL
query into
StateObjects.
- setExpression(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Keeps a reference of the
parsed object object, which should
only be* done when this object is instantiated during the conversion of a parsed JPQL query
into
StateObjects.
- setExpression(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Sets the actual parsed object if this
StateObject representation of the JPQL query
is created by converting the parsed representation of the JPQL query.
- setExpression(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Keeps a reference of the
parsed object object, which
should only be done when this object is instantiated during the conversion of a parsed JPQL
query into
StateObjects.
- setExpression(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Keeps a reference of the
parsed object object, which
should only be done when this object is instantiated during the conversion of a parsed JPQL
query into
StateObjects.
- setExpression(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only
be done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only
be done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Keeps a reference of the
parsed object object,
which should only be done when this object is instantiated during the conversion of a parsed
JPQL query into
StateObjects.
- setExpression(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Keeps a reference of the
parsed object object, which should
only be done when this object is instantiated during the conversion of a parsed JPQL query
into
StateObjects.
- setExpression(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Keeps a reference of the
parsed object object, which should only be done when
this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
Keeps a reference of the
parsed object object, which should
only be done when this object is instantiated during the conversion of a parsed JPQL query
into
StateObjects.
- setExpression(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Keeps a reference of the
parsed object object, which should only
be done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
Keeps a reference of the
parsed object object, which
should only be done when this object is instantiated during the conversion of a parsed JPQL
query into
StateObjects.
- setExpression(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only
be done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be
done when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setExpression(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Keeps a reference of the
parsed object object, which should only be done
when this object is instantiated during the conversion of a parsed JPQL query into
StateObjects.
- setFallbackBNFId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
When parsing the query and no
JPQLQueryBNFs can help to parse the query,
then it will fall back on the given one.
- setFallbackBNFId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
When parsing the query and no
JPQLQueryBNFs can help to parse the query,
then it will fall back on the given one.
- setFallbackBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
When parsing the query and no
JPQLQueryBNFs can help to parse the query,
then it will fall back on the given one.
- setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets the unique identifier of the
ExpressionFactory to use when the fall back BNF
ID is not
null.
- setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets the unique identifier of the
ExpressionFactory to use when the fall back BNF
ID is not
null.
- setFallbackExpressionFactoryId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets the unique identifier of the
ExpressionFactory to use when the fall back BNF
ID is not
null.
- setFirst(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Sets the given
StateObject to represent the first encapsulated expression.
- setFirst(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Sets the given
StateObject to represent the first encapsulated expression.
- setFormatter(IJPQLQueryFormatter) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
- setFunctionName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Sets the unquoted name of the native database function.
- setHandleAggregate(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether the
Expression handles a collection of sub-expressions that are
aggregated by logical or arithmetic operators.
- setHandleCollection(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Determines whether the Expression handles a collection of sub-expressions that
are separated by commas.
- setHandleCollection(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Determines whether the Expression handles a collection of sub-expressions that
are separated by commas.
- setHandleCollection(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether the Expression handles a collection of sub-expressions that are
separated by commas.
- setHandleNestedArray(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets whether the BNF with the given ID supports nested array or not.
- setHandleNestedArray(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets whether the BNF with the given ID supports nested array or not.
- setHandleNestedArray(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether this BNF supports nested array or not.
- setHandleSubExpression(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets whether the query BNF with the given ID handles parsing a sub-expression, i.e.
- setHandleSubExpression(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets whether the query BNF with the given ID handles parsing a sub-expression, i.e.
- setHandleSubExpression(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Sets whether this BNF handles parsing a sub-expression, i.e.
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Sets the new identification variable that will range over the "root".
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the new identification variable that will range over the abstract schema name.
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the new identification variable that will range over the abstract schema name.
- setIdentificationVariable(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Sets the
StateObject representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Sets the new identification variable that will range over the "root" object.
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Sets the new identification variable that will range over the collection-valued path.
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Sets the identification variable of this encapsulated expression.
- setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Sets the name of the identification variable that defines the join association path.
- setIdentificationVariableInternally(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Sets the
StateObject representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- setIdentificationVariableOptional(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Sets whether the identification variable is optional or not.
- setIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Sets the JPQL identifier to the given one.
- setIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Sets the comparison identifier to one of the following: <, <=, =, >=, <>.
- setItems(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Sets the select expression to be those contained on the given collection.
- setJoinAssociationIdentificationVariable(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Sets the
StateObject representing the identification variable that starts the path
expression, which can be a sample identification variable, a map value, map key or map entry
expression.
- setJoinAssociationPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setJoinAssociationPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setJoinAssociationPaths(String[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setJoinType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Sets the joining type.
- setJPQLExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Sets the parsed tree representation of the JPQL query.
- setJPQLExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Sets the parsed tree representation of the JPQL query.
- setLeft(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
- setLeftExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Sets the given
Expression to be the first expression of this compound one.
- setLowerBound(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets the
StateObject representing the lower bound of the range.
- setNewValue(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Sets whether the NOT identifier should be part of the expression or not.
- setNullAllowed(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Sets whether the
Expression to be
created, which wraps the attribute or query key name allows the target of the 1:1 relationship
to be
null if there is no corresponding relationship in the database.
- setNullAllowed(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
Sets whether the
Expression to be
created, which wraps the attribute or query key name allows the target of the 1:1 relationship
to be
null if there is no corresponding relationship in the database.
- setOf(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- setOrdering(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Sets the enum constant representing the ordering type.
- setParameterCount(FunctionExpressionFactory.ParameterCount) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
Sets the number of parameters a
FunctionExpression can have, which will be during
validation.
- setParameterQueryBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
-
Sets the BNF that will be used when parsing the function's arguments.
- setParent(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- setParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Sets the given
StateObject to become the parent of this one.
- setParent(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Sets the given
StateObject to become the parent of this one.
- setPath(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPath(int, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Replaces the existing path segment to become the given one.
- setPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPaths(String[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Changes the path expression with the list of segments, the identification variable will also
be updated with the first segment.
- setPatternValue(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- setPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Manually sets the position of the cursor within the string.
- setProblems(Collection<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Sets the collection that will be used to store
problems this
validator will find in the JPQL query.
- setQuery(IQuery) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Sets the external form of the JPQL query, which will be parsed and information will be
extracted for later access.
- setQuery(IQuery) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Sets the external form of the JPQL query, which will be parsed and information will be
extracted for later access.
- setQueryBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Sets the unique identifier of the
JPQLQueryBNF that is used to parse the encapsulated expression.
- setQueryStatement(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Sets the only child of this state object, which represents one of the three query statement.
- setResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Sets the result variable that identifies the select expression, which can be used in the
ORDER BY clause.
- setRight(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
- setRightExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Sets the given
Expression to be the second expression of this compound one.
- setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Sets the "root" object for objects which may not be reachable by navigation.
- setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Sets the "root" object for objects which may not be reachable by navigation.
- setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
Sets the "root" object for objects which may not be reachable by navigation.
- setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the "root" object for objects which may not be reachable by navigation.
- setSecond(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Sets the given
StateObject to represent the second encapsulated expression.
- setSecond(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Sets the given
StateObject to represent the second encapsulated expression.
- setSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Sets the given
StateObject as this clause's select item.
- setSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Sets the given
StateObject as the
SELECT clause's select item.
- setSelectItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Parses the given JPQL fragment and create the select item.
- setSingleInputParameter(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Sets whether what was parsed after the IN identifier is a single input parameter.
- setSpecification(TrimExpression.Specification) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Sets the new trim specification.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Returns the
StateObject that represents the arithmetic primary expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets the
StateObject representing the expression to determine if its result falls
within the lower and upper bounds.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Sets
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Sets the given
StateObject as the new negated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Sets the given
StateObject as the collection-valued path expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Sets the
StateObject representing the value used for ordering.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Sets the
StateObject representing a single select expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Sets the given
StateObject to represent the new encapsulated expression.
- setStringStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- setTableName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Sets the table name and a prefix that will be used to filter the names of the table's columns.
- setTableNamePrefix(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given prefix that will be used to filter the list of possible columns names.
- setText(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Sets the name of the abstract schema, which is the name of the entity.
- setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Sets the text held by this state object.
- setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
Sets the text held by this state object.
- setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Sets the text held by this state object.
- setTextInternally(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Sets the text to the given value without notifying the listeners.
- setThen(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Sets the scalar expression to be the given
StateObject.
- setThird(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Sets the given
StateObject to represent the third encapsulated expression.
- setTolerant(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Sets whether the parsing system should be tolerant, meaning if it should try to parse invalid
or incomplete queries.
- setTolerant(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Sets whether the parser is in tolerant mode or is in fast mode.
- setTrimCharacter(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Sets the character to trim from the string.
- setType(LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
Changes the way this visitor should retrieve the literal value.
- setType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Sets the actual
IType and updates the class name.
- setUpperBound(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets the
StateObject representing the upper bound of the range.
- setVirtual(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Sets whether this identification variable is virtual, meaning it's not part of the query but
is required for proper navigability.
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Sets a virtual identification variable because the abstract schema name was parsed without
one.
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Sets a virtual identification variable because the abstract schema name was parsed without
one.
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Sets a virtual identification variable because the "root" object was parsed without one.
- setVirtualIdentificationVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Sets a virtual identification variable to qualify the "root" object.
- setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
The state field path expression is not qualified by the identification variable.
- shortType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Short}.
- shortType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Short}.
- shortType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- shouldEncapsulateORExpression(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
- shouldManageSpaceAfterClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Determines whether the whitespace following the HAVING clause should be
managed by this expression or not.
- shouldManageSpaceAfterClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
Determines whether the whitespace following the HAVING clause should be
managed by this expression or not.
- shouldOutput(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- shouldParseRightParenthesis(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Determines whether the right parenthesis should be parsed or not by this expression.
- shouldParseRightParenthesis(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
Determines whether the right parenthesis should be parsed or not by this expression.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether the parsing of the query should be performed using the
factories first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Determines whether the parsing of the query should be performed using the
factories first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Determines whether the parsing of the query should be performed using the
factories first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Determines whether the parsing of the query should be performed using the
factories first or it should automatically fallback to the fallback factory.
- shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Determines whether the parsing of the query should be performed using the
factories first or it should automatically fallback to the fallback factory.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
When parsing an invalid or incomplete query, it is possible two literals would be parsed but
in some cases, a CollectionExpression should not be created and the parsing should actually
stop here.
- SimpleArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple arithmetic expression.
- SimpleArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
-
Creates a new SimpleArithmeticExpressionBNF.
- SimpleCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple case expression.
- SimpleCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
-
Creates a new SimpleCaseExpressionBNF.
- SimpleConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple conditional expression.
- SimpleConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
-
Creates a new SimpleCondExpressionBNF.
- SimpleEntityExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple entity expression.
- SimpleEntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
-
Creates a new SimpleEntityExpressionBNF.
- SimpleEntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple entity or value expression.
- SimpleEntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
-
Creates a new SimpleEntityOrValueExpressionBNF.
- simpleFromClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- SimpleFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The FROM clause of a query defines the domain of the query by declaring identification
variables.
- SimpleFromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
Creates a new SimpleFromClause.
- SimpleFromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleFromClauseStatementHelper
-
- SimpleFromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
-
- SimpleFromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The FROM clause of a sub-query defines the domain of the sub-query by
declaring identification variables.
- SimpleFromClauseStateObject(SimpleSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Creates a new SimpleFromClauseStateObject.
- SimpleGroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper
-
- SimpleHavingClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper
-
- SimpleRangeDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleRangeDeclarationBuilder
-
- SimpleResultVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a result variable expression.
- SimpleResultVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
-
Creates a new SimpleResultVariableBNF.
- simpleSelectClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
-
- SimpleSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT statement queries data from entities.
- SimpleSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
Creates a new SimpleSelectClause.
- SimpleSelectClause_NotSingleExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SimpleSelectClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the simple select clause.
- SimpleSelectClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
-
Creates a new SimpleSelectClauseBNF.
- SimpleSelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleSelectClauseCollectionHelper
-
- SimpleSelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper
-
- SimpleSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The SELECT statement queries data from entities.
- SimpleSelectClauseStateObject(SimpleSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Creates a new SubQuerySelectClauseStateObject.
- SimpleSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple select expression.
- SimpleSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
-
Creates a new SimpleSelectExpressionBNF.
- simpleSelectStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
-
- SimpleSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
-
BNFL subquery ::= simple_select_clause subquery_from_clause [where_clause] [groupby_clause] [having_clause]
- SimpleSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
Creates a new SimpleSelectStatement.
- SimpleSelectStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleSelectStatementBuilder
-
- SimpleSelectStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SimpleSelectStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
-
Creates a new SimpleSelectStatementFactory.
- SimpleSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents a subquery, which has at least a SELECT clause
and a FROM clause.
- SimpleSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Creates a new SimpleSelectStatementStateObject.
- SimpleStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- SimpleStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Creates a new SimpleStateObject.
- SimpleStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Creates a new SimpleStateObject.
- SimpleWhereClauseSelectStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
-
- SINGLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for '''.
- SingleElementListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
- SingleElementListIterable(E) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
-
Construct a list iterable that contains only the specified element.
- SingleElementListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
- SingleElementListIterator(E) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
-
Creates a new SingleElementListIterator that returns only the specified element.
- SingleValuedObjectPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a simple valued object path expression.
- SingleValuedObjectPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
-
Creates a new SingleValuedObjectPathExpressionBNF.
- SingleValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a single valued path expression.
- SingleValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
-
Creates a new SingleValuedPathExpressionBNF.
- SIZE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SIZE'.
- size() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Returns the number of
TextEdit objects that have been added.
- size(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression SIZE(collection_valued_path_expression).
- size(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression SIZE(collection_valued_path_expression).
- size(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression SIZE(collection_valued_path_expression).
- size() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Returns the number of
TextEdit objects that have been added.
- SizeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SIZE function returns an integer value, the number of elements of the collection.
- SizeExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
Creates a new SizeExpression.
- SizeExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SizeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SizeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
-
Creates a new SizeExpressionFactory.
- sizeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SizeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The SIZE function returns an integer value, the number of elements of the
collection.
- SizeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Creates a new SizeExpressionStateObject.
- SizeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Creates a new SizeExpressionStateObject.
- SizeExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Creates a new SizeExpressionStateObject.
- skipLeadingWhitespace() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Removes the whitespace that starts the given text.
- SnapshotCloneIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
A SnapshotCloneIterable returns an iterator on a "snapshot" of a
collection, allowing for concurrent access to the original collection.
- SnapshotCloneIterable(Iterator<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
-
Construct a "snapshot" iterable for the specified iterator.
- SnapshotCloneIterable(Iterator<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
-
Construct a "snapshot" iterable for the specified iterator.
- SnapshotCloneIterable(Collection<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
-
Construct a "snapshot" iterable for the specified collection.
- SnapshotCloneIterable(Collection<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
-
Construct a "snapshot" iterable for the specified collection.
- SnapshotCloneIterable.LocalCloneIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
-
provide access to "internal" constructor
- SnapshotCloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
A SnapshotCloneListIterable returns a list iterator on a
"snapshot" of a list, allowing for concurrent access to the original list.
- SnapshotCloneListIterable(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
Construct a "snapshot" list iterable for the specified list.
- SnapshotCloneListIterable(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
Construct a "snapshot" list iterable for the specified list.
- SnapshotCloneListIterable.LocalCloneListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
-
provide access to "internal" constructor
- SOME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SOME'.
- some(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- some(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- some(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The constant for ' '.
- SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
The constant for a space: ' '.
- SPACE_LENGTH - Static variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
A constant for the length of a whitespace, which is 1.
- SPECIFICATION_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Notifies the specification property has changed.
- SQL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant 'SQL', which is an EclipseLink specific identifier that was added in version 2.4.
- SQRT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SQRT'.
- sqrt(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression SQRT(x).
- sqrt(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression SQRT(x).
- sqrt(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression SQRT(x).
- SqrtExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SQRT function takes a numeric argument and returns a double.
- SqrtExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
Creates a new SqrtExpression.
- SqrtExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SqrtExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SqrtExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
-
Creates a new SqrtExpressionFactory.
- sqrtExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SqrtExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The SQRT function takes a numeric argument and returns a Double.
- SqrtExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Creates a new SqrtExpressionStateObject.
- SqrtExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Creates a new SqrtExpressionStateObject.
- SqrtExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Creates a new SqrtExpressionStateObject.
- START_WITH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'WHERE'.
- startPosition(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
- startsWith(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text starts with the given character.
- startsWith(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests whether the query starts with the specified prefix from the current position.
- startsWith(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests whether the substring of the query beginning at the specified index starts with the
specified prefix.
- startsWithArithmeticOperator() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the character at the current position is one of the arithmetic operators:
{ '+', '-', '*', '/' },
- startsWithDigit() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines if the text starts with a digit (true), an arithmetic term
(false) or anything else (null).
- startsWithDot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Determines whether the path starts with a dot or not.
- startsWithIdentifier(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text at the current position start with the following identifier.
- startsWithIdentifier(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text at the current position start with the following identifier.
- startsWithIgnoreCase(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Determines whether the text starts with the given character.
- startsWithIgnoreCase(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests if the string starts with the specified prefix.
- startsWithIgnoreCase(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Tests if the string starts with the specified prefix.
- StartWithClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
A START WITH clause is optional and specifies the root row(s) of the hierarchy.
- StartWithClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
Creates a new StartWithClause.
- StartWithClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the START WITH clause.
- StartWithClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
-
Creates a new StartWithClauseBNF.
- StartWithClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
StartWithClauseFactory creates a new
StartWithClause when the portion
of the query to parse starts with
START WITH.
- StartWithClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
-
Creates a new StartWithClauseFactory.
- startWithIgnoreCase(String, String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the given string starts with the given prefix and ignores the case.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Notifies the state object property has changed.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Notifies the state object property has changed.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Notifies the
StateObject representing the state field path expression or the input
parameter has changed.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Notifies the state object property has changed.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Notifies the state object property has changed.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Notifies the ordering property has changed.
- STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Notifies the select state object property has changed.
- STATE_OBJECTS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Notifies the content of the state object list has changed.
- StateFieldPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A single_valued_association_field is designated by the name of an association-field
in a one-to-one or many-to-one relationship.
- StateFieldPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Creates a new StateFieldPathExpression.
- StateFieldPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Creates a new StateFieldPathExpression.
- StateFieldPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
Creates a new StateFieldPathExpression.
- StateFieldPathExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_CollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_InvalidEnumConstant - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_NoMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpression_UnknownColumn - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StateFieldPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a state field path expression.
- StateFieldPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
-
Creates a new StateFieldPathExpressionBNF.
- StateFieldPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- StateFieldPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
-
Creates a new StateFieldPathExpressionFactory.
- StateFieldPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A single-valued association field is designated by the name of an association-field in a
one-to-one or many-to-one relationship.
- StateFieldPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
Creates a new StateFieldPathExpressionStateObject.
- StateFieldPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
Creates a new StateFieldPathExpressionStateObject.
- StateFieldPathExpressionStateObject.MapManagedType - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- stateFieldPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- StateFieldPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
-
- StateFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver is responsible to resolve the type of a state field, which is the leaf of
the state field path expression.
- StateFieldResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
-
Creates a new StateFieldResolver.
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
- stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
-
- StateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A StateObject is an editable representation of a JPQL query.
- stateObjectList - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
- StateObjectProblem - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- StateObjectProblemConstants - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
- stateObjects(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Returns a list of the
StateObjects that were previously created.
- stateObjects(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Returns a list of the
StateObjects that were previously created.
- StateObjectVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The visitor is used to traverse the
StateObject hierarchy that represents a JPQL query.
- store(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Stores the information contained in the given parent into this one.
- string(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new string literal.
- string(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new string literal.
- string(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates a new string literal.
- STRING_PRIMARY_STATE_OBJECT_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Notifies the content of the list of
StateObject representing the string primaries
has changed.
- STRING_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Notifies the string state object property has changed.
- StringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a string expression.
- StringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
-
Creates a new StringExpressionBNF.
- stringIsEmpty(CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the specified string is null, empty, or contains only
whitespace characters.
- stringIsNotEmpty(CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the specified string is NOT null, NOT empty, or contains at
least one non-whitespace character.
- StringLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
-
A string literal is enclosed in single quotes.
- StringLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Creates a new StringLiteral.
- StringLiteral_MissingClosingQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- StringLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a string literal.
- StringLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
-
Creates a new StringLiteralBNF.
- StringLiteralFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- StringLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
-
Creates a new StringLiteralFactory.
- StringLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A string literal is enclosed in single quotes.
- StringLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Creates a new StringLiteralStateObject.
- StringLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Creates a new StringLiteralStateObject.
- StringPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a string primary expression.
- StringPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
-
Creates a new StringPrimaryBNF.
- stringsAreDifferentIgnoreCase(CharSequence, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the two sequence of characters are different, with the appropriate
null checks and the case is ignored.
- stringsAreEqualIgnoreCase(CharSequence, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the two sequence of characters are equal or equivalent, with the
appropriate null checks and the case is ignored.
- stringType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link String}.
- stringType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link String}.
- stringType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- StringTypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
-
- style - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Determines how the JPQL identifiers are written out.
- sub(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- sub(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates an encapsulated expression: (expression).
- sub(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- sub(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates an encapsulated expression: (expression).
- sub(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- sub(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates an encapsulated expression: (expression).
- subExpression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
-
Internal flag used to determine if a sub-expression is traversed, which is required when
representing a nested array.
- SubExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression wraps a sub-expression within parenthesis.
- SubExpression(AbstractExpression, JPQLQueryBNF) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
Creates a new SubExpression.
- subExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
Internal flag indicating the
Expression being visited is encapsulated by parenthesis.
- subExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor
-
For a subquery
SELECT clause identifier to be appendable, it has to be
encapsulated by a
SubExpression.
- SubExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression wraps a sub-expression within parenthesis.
- SubExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Creates a new SubExpressionStateObject.
- SubExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Creates a new SubExpressionStateObject.
- SubExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Creates a new SubExpressionStateObject.
- SubqueryAppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor
-
- SubqueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a subquery expression.
- SubqueryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
-
Creates a new SubqueryBNF.
- SubqueryDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
- SubqueryDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
-
Creates a new SubqueryDeclaration.
- SubqueryEntityResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver retrieves the type for an abstract schema name (entity name) if it can
be resolved otherwise a derived path will be assumed.
- SubqueryEntityResolver(Resolver, JPQLQueryContext, AbstractSchemaName) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
-
Creates a new DerivedPathResolver.
- subqueryFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- SubqueryFirstDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.SubqueryFirstDeclarationVisitor
-
- SubqueryFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the from clause defined in a subquery.
- SubqueryFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
-
Creates a new SubqueryFromClauseBNF.
- SubquerySelectItemCalculator() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
-
- subquerySelectItemCount(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Retrieves the number of select items the given subquery has.
- SubqueryVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.SubqueryVisitor
-
- SubqueryVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
-
- SubSelectIdentificationVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an identification variable declaration expression defined
in a sub-select expression.
- SubSelectIdentificationVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
-
Creates a new SubSelectIdentificationVariableDeclarationBNF.
- SUBSTRING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SUBSTRING'.
- substring(T, T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- substring(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- substring(T, T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- substring() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns a substring that is within the current position of the cursor and the end of the text.
- substring(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns a substring that is within the given position and the end of the text.
- substring(int, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
-
Returns a substring that is within the given positions.
- SubstringExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The second and third arguments of the SUBSTRING function denote the starting position and
length of the substring to be returned.
- SubstringExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
Creates a new SubstringExpression.
- SubstringExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_InvalidThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingFirstComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingSecondComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_MissingThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpression_ThirdExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubstringExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SubstringExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
-
Creates a new SubstringExpressionFactory.
- substringExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SubstringExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The second and third arguments of the SUBSTRING function denote the starting
position and length of the substring to be returned.
- SubstringExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Creates a new SubstringExpressionStateObject.
- SubstringExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Creates a new SubstringExpressionStateObject.
- SubstringExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Creates a new SubstringExpressionStateObject.
- SubstringExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Creates a new SubstringExpressionStateObject.
- SubstringExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Creates a new SubstringExpressionStateObject.
- subtract(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression x - y.
- subtract(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression x - y.
- subtract(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression x - y.
- SubtractionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the four binary operators.
- SubtractionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
-
Creates a new SubtractionExpression.
- SubtractionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubtractionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SubtractionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
TODO:
BNF: arithmetic_expression ::= arithmetic_expression - arithmetic_term
- SubtractionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Creates a new SubtractionExpressionStateObject.
- SubtractionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Creates a new SubtractionExpressionStateObject.
- SubtractionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Creates a new SubtractionExpressionStateObject.
- suffix - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
-
The suffix is used to determine if the mapping name needs to be filtered out or not.
- SUM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'SUM'.
- sum(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression SUM(path).
- sum(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
- sum(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression SUM(path).
- sum(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression SUM(path).
- sumDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression SUM(path).
- sumDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression SUM(path).
- sumDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression SUM(path).
- SumFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the aggregate functions.
- SumFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SumFunction
-
Creates a new SumFunction.
- SumFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunction_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- SumFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- SumFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
-
Creates a new SumFunctionFactory.
- sumFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- SumFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver is responsible to calculate the type based on the type of the state field.
- SumFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
-
Creates a new SumFunctionResolver.
- SumFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
One of the aggregate functions.
- SumFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Creates a new SumFunctionStateObject.
- SumFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Creates a new SumFunctionStateObject.
- SumFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Creates a new SumFunctionStateObject.
- SumFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Creates a new SumFunctionStateObject.
- SumFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Creates a new SumFunctionStateObject.
- TABLE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TABLE'.
- TableDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Declaration uses a database table as the "root" object.
- TableDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
-
Creates a new TableDeclaration.
- tableExists(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
-
Determines whether the table with the given exists or not.
- TableExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Defines a table expression.
- TableExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
Creates a new TableExpression.
- TableExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableExpression_InvalidTableName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a table expression.
- TableExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
-
Creates a new TableExpressionBNF.
- TableExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- TableExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
-
Creates a new TableExpressionFactory.
- tableExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
- TableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
-
- TableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.TableExpressionVisitor
-
- tableNames(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Returns the names of the database tables filtered by the given prefix.
- tableNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the filtered list of possible table names.
- tableNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the filtered list of possible table names.
- TableVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
-
Defines a table expression.
- TableVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Creates a new TableVariableDeclaration.
- TableVariableDeclaration_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableVariableDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TableVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a table declaration.
- TableVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
-
Creates a new TableExpressionBNF.
- TableVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- TableVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
-
Creates a new TableVariableDeclarationFactory.
- TEXT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Notifies the text property has changed.
- TextEdit - Interface in org.eclipse.persistence.jpa.jpql.tools
-
A TextEdit contains the information of a change that can be made to the JPQL query
after performing a refactoring operation.
- textEdits - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
The list of
TextEdit objects that were created for each refactoring operation.
- textEdits() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Returns the collection of
TextEdit objects that have been added during one or several
refactoring operations.
- textEdits() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Returns the collection of
TextEdit objects that have been added during one or several
refactoring operations.
- THEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'THEN'.
- THEN_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Notify the
StateObject representing the scalar expression that follows the
THEN identifier has changed.
- THIRD_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
- thirdExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- thirdExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- thirdExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TIMESTAMP'.
- timestampType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Retrieves the;@link IType} for;@link Timestamp}.
- timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Retrieves the;@link IType} for;@link Timestamp}.
- timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Returns a string representation of this
Expression and its children.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Generates a string representation of this
Expression, which needs to include any
characters that are considered virtual, i.e.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
-
Returns the resulted of the refactoring operations.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the resulted of the refactoring operations.
- toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the resulted of the refactoring operations.
- toBooleanType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive boolean, into the Boolean
type.
- toBooleanType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's the primitive boolean, into the Boolean
type.
- toBooleanType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive boolean, into the
Boolean
type.
- toByteType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive byte, into the Byte
type.
- toByteType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's the primitive byte, into the Byte
type.
- toByteType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive byte, into the
Byte
type.
- toCurrentVersion() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
-
Converts the current constant to one of the known versions, this means if the constant is
EclipseLinkVersion.DEFAULT_VERSION, then it will be converted into the actual constant representing that
version.
- toCurrentVersion() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Converts the current constant to one of the known versions, this means if the constant is
JPAVersion.DEFAULT_VERSION, then it will be converted into the actual constant representing that
version.
- toDoubleType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive double, into the Double
type.
- toDoubleType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's the primitive double, into the Double
type.
- toDoubleType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive double, into the
Double
type.
- toFloatType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive float, into the Float
type.
- toFloatType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's the primitive float, into the Float
type.
- toFloatType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive float, into the
Float
type.
- toggleArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Toggles the arithmetic sign, plus becomes minus and vice versa.
- toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Toggles the usage of the AS identifier.
- toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Toggles the usage of the AS identifier.
- toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Toggles the usage of the AS identifier.
- toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Toggles the visibility of the AS identifier; either adds it if it's not
present otherwise removes it if it's present.
- toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Toggles the visibility of the AS identifier; either adds it if it's not
present otherwise removes it if it's present.
- toggleDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Changes the state of the DISTINCT identifier; either adds it if it's not
present or removes it if it's present.
- toggleDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Reverses the visibility of the DISTINCT identifier.
- toggleGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the GROUP BY clause.
- toggleHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the HAVING clause.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Changes the visibility state of the NOT identifier.
- toggleOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Changes the visibility state of the OF identifier.
- toggleOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Either adds or removes the ORDER BY clause.
- toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Either adds or removes the state object representing the WHERE clause.
- toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the WHERE clause.
- toIntegerType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive int, into the Integer
type.
- toIntegerType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's the primitive int, into the Integer
type.
- toIntegerType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive int, into the
Integer
type.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(int, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Returns a string representation from the given range.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Returns a string representation of this
Expression and its children.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Generates a string representation of this
Expression, including its children,
if it has any.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Generates a string representation of the encapsulated
Expression.
- toParsedTextUntilAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
Creates a string representation of this expression up and excluding the AS identifier.
- topLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
- TopLevelFirstDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.TopLevelFirstDeclarationVisitor
-
- toShortType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive short, into the Short
type.
- toShortType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
-
Converts the given;@link IType}, if it's the primitive short, into the Short
type.
- toShortType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Converts the given
IType, if it's the primitive short, into the
Short
type.
- toString() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
- toString() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
- toString(StringBuilder) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Adds to the given builder more information about this
JPQLQueryBNF.
- toString() - Method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
- toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
- toString(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Creates a string representation of the given
StateObject.
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
- toString(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter
-
Creates a string representation of the given
StateObject.
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- toString(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
- toString(Appendable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
-
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
- toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
-
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
-
- toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
- toString() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
- toStringAggregateFunction(AggregateFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringAggregateFunction(AggregateFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringChildren(ListHolderStateObject<? extends StateObject>, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringChildren(ListHolderStateObject<? extends StateObject>, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringCompound(CompoundExpressionStateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringCompound(CompoundExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringConditional(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringDoubleEncapsulated(AbstractDoubleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringDoubleEncapsulated(AbstractDoubleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringEncapsulatedIdentificationVariable(EncapsulatedIdentificationVariableExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringFromClause(AbstractFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringFromClause(AbstractFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringIdentificationVariableDeclaration(AbstractIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringIdentificationVariableDeclaration(AbstractIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Prints out a string representation of this
StateObject.
- toStringItems(Appendable, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Adds to the given writer a crude string representation of the children of this one.
- toStringItems(Appendable, List<? extends StateObject>, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
- toStringModifyStatement(AbstractModifyStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringModifyStatement(AbstractModifyStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringPathExpression(AbstractPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringPathExpression(AbstractPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringRangeVariableDeclaration(AbstractRangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringRangeVariableDeclaration(AbstractRangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringSelectStatement(AbstractSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringSelectStatement(AbstractSelectStatementStateObject, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringSimpleStateObject(SimpleStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringSimpleStateObject(SimpleStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringSingleEncapsulated(AbstractSingleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringSingleEncapsulated(AbstractSingleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
- toStringTripleEncapsulated(AbstractTripleEncapsulatedExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
- toText(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
-
Visits the given
StateObject and prevents its decorator to be called, which will
prevent any possible recursion when the decorator is outputting the information.
- toText(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toText(Appendable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Prints out a string representation of this encapsulated information, which should not be used
to define a true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Prints out a string representation of this
StateObject, which should not be used to
define a
true string representation of a JPQL query but should be used for
debugging purposes.
- TRAILING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TRAILING'.
- TRANSFORMATION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
-
The constant for a transformation mapping.
- TRANSIENT - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
-
The constant for an attribute that is not persistent.
- traverse - Variable in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
Determines if the
RangeVariableDeclaration should traverse its identification
variable expression or simply visit the parent hierarchy.
- TREAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TREAT', which is an EclipseLink specific identifier that was added in version 2.1.
- TreatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
Returns an expression that allows to treat its base as if it were a subclass of the class
returned by the base.
- TreatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Creates a new TreatExpression.
- TreatExpression_InvalidJPAPlatform - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TreatExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a TREAT expression.
- TreatExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
-
Creates a new TreatExpressionBNF.
- TreatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- TreatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
-
Creates a new TreatExpressionFactory.
- TreatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Returns an expression that allows to treat its base as if it were a subclass of the class
returned by the base.
- TreatExpressionStateObject(JoinStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Creates a new TreatExpressionStateObject.
- TreatExpressionStateObject(JoinStateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Creates a new TreatExpressionStateObject.
- TreatExpressionStateObject(JoinStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Creates a new TreatExpressionStateObject.
- TreatResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver resolves a path and casts it as another entity type.
- TreatResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
-
Creates a new TreatResolver.
- TRIM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TRIM'.
- trim(TrimExpression.Specification, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- trim(TrimExpression.Specification, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- trim(TrimExpression.Specification, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- trim(TrimExpression.Specification, String, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- trim(TrimExpression.Specification, String, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- trim(TrimExpression.Specification, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- TRIM_CHARACTER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Notify the state object representing the trim character has changed.
- TrimExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The TRIM function trims the specified character from a string.
- TrimExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
Creates a new TrimExpression.
- TrimExpression.Specification - Enum in org.eclipse.persistence.jpa.jpql.parser
-
The possible ways to trim the string.
- TrimExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TrimExpression_InvalidTrimCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TrimExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TrimExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TrimExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TrimExpression_NotSingleStringLiteral - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TrimExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- TrimExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
-
Creates a new TrimExpressionFactory.
- trimExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- TrimExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The TRIM function trims the specified character from a string.
- TrimExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new TrimExpressionStateObject.
- TrimExpressionStateObject(StateObject, TrimExpression.Specification, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new TrimExpressionStateObject.
- TrimExpressionStateObject(StateObject, TrimExpression.Specification, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new TrimExpressionStateObject.
- TrimExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Creates a new TrimExpressionStateObject.
- TripleEncapsulatedCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
- TRUE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TRUE'.
- TRUE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- TRUE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- TRUE() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
- type - Variable in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
-
- type - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The well defined type, which does not have to be calculated.
- TYPE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'TYPE'.
- type - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
-
The type that is retrieved based on the expression, it determines what is acceptable.
- type - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
-
The type used to determine if the mapping's type is a valid type.
- type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression TYPE(identification_variable | single_valued_object_path_expression | input_parameter).
- type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression TYPE(identification_variable | single_valued_object_path_expression | input_parameter).
- type(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression TYPE(identification_variable | single_valued_object_path_expression | input_parameter).
- TypeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An entity type expression can be used to restrict query polymorphism.
- TypeExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
Creates a new TypeExpression.
- TypeExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TypeExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TypeExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TypeExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TypeExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- TypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for a type expression.
- TypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
-
Creates a new TypeExpressionBNF.
- TypeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- TypeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
-
Creates a new TypeExpressionFactory.
- typeExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- TypeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An entity type expression can be used to restrict query polymorphism.
- TypeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Creates a new TypeExpressionStateObject.
- TypeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Creates a new TypeExpressionStateObject.
- TypeExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Creates a new TypeExpressionStateObject.
- TypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helper contains methods related to
IType and can perform equivalency checks.
- TypeHelper(ITypeRepository) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Creates a new TypeHelper.
- typeName - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
-
The fully qualified name of the type.
- typeName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
-
The fully qualified name of the type that got one of its attributes renamed.
- typeName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
-
The fully qualified name of the type that got one of its attributes renamed.
- TypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
-