A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

abs(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
abs(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
abs(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression ABS(x).
ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ABS'.
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
This AbsExpressionFactory creates a new AbsExpression when the portion of the query to parse starts with ABS.
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, String) - 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.
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.
ABSTRACT_SCHEMA_NAME - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the abstract schema name only.
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
This abstract implementation of ICaseExpressionStateObjectBuilder adds support for creating a CASE expression.
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
The abstract implementation of IConditionalExpressionStateObjectBuilder that supports the creation of the conditional expression based on the JPQL grammar defined in JPA 2.0.
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
This is used to determine how AbstractContentAssistVisitor.AppendableExpressionVisitor should perform the check.
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
This visitor retrieves the CollectionExpression if it is visited.
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
This helpers handles adding proposals for AbstractConditionalClause.
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
The default implementation of AbstractContentAssistVisitor.MappingCollector, which simply returns an empty collection.
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
This AbstractContentAssistVisitor.MappingCollector returns the possible mappings (non-collection type or collection type) from a managed type.
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, String, String) - 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.
AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract implementation of EclipseLinkExpressionVisitor.
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
The abstract definition of EclipseLinkStateObjectVisitor, which implements all the methods but does nothing.
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 - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
 
AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This EclipseLinkExpressionVisitor traverses up the hierarchy.
AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses up the hierarchy.
AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
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
The root helper that validates any AbstractEncapsulatedExpression.
AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T extends AbstractSingleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
The abstract implementation of AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper which implements some of the methods since the behavior is the same for all subclasses of AbstractSingleEncapsulatedExpression.
AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T extends AbstractTripleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
 
AbstractGrammarValidator.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the CollectionExpression if it is visited.
AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
This validator validates a CollectionExpression by making sure each item is separated by a comma.
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
The abstract definition of a JPQLGrammar.
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
An abstract implementation of IJPQLQueryBuilder that parses a JPQL query or any JPQL fragments and creates the StateObject representation by delegating the creation to an instance of BasicStateObjectBuilder.
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
The abstract definition of a IJPQLQueryFormatter, which converts an StateObject into its string representation that can be used as a real JPQL query.
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
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: AbstractJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. AbstractJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query.
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
The abstraction definition of a StateObject that holds onto a list of children, the methods defined in ListHolderStateObject are automatically handled here.
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, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
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_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, String) - 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.
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
 
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
This visitor is meant to retrieve an CollectionValuedPathExpression if the visited Expression is that object.
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
This enumeration allows AbstractSemanticValidator.validateStateFieldPathExpression( StateFieldPathExpression, PathType) to validate the type of the mapping and to make sure it is allowed based on its location.
AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is meant to retrieve an AbstractSemanticValidator.StateFieldPathExpressionVisitor if the visited Expression is that object.
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
The abstract implementation of ISimpleSelectExpressionStateObjectBuilder that supports the creation of the select expression based on the JPQL grammar defined in JPA 2.0.
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, String) - 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.
AbstractStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of a StateObject.
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 - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
 
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
 
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
 
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, String, String, String) - 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.
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
This visitor is responsible to traverse the children of a CollectionExpression in order to properly validate the Expression.
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
This visitor gathers the children of a CollectionExpression or a single visited Expression.
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(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits the child Expression at the given position by the given visitor.
accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
 
accept(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
 
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(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
Visits this Expression by the given visitor.
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(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(StateObjectVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Visits this StateObject by the given visitor.
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.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Visits this managed type with the given visitor.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
 
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
 
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
 
accept(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
 
accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
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
Visits the children of this 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(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(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Add the specified element to the original list.
add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
Add the specified object to the original list.
add(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
 
add(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
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
 
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 class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
add(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x + y.
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(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.
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.
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
Adds to the given Collection the items contained in the Iterable.
addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items returned by the given Iterator.
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
 
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(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
 
addAtTheEndOfChild(AbstractOrderByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
addAtTheEndOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
addAtTheEndOfChild(ConcatExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
addAtTheEndOfChild(ConstructorExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
addAtTheEndOfChild(DeleteClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
addAtTheEndOfChild(Expression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
addAtTheEndOfChild(GroupByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
addAtTheEndOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
addAtTheEndOfChild(SelectClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
 
addAtTheEndOfChild(UpdateClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
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.
addChild(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Caches the given 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
Adds to the given unique identifier of an ExpressionFactory to the given query BNF.
addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds to the given unique identifier of an ExpressionFactory to the given query BNF.
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
 
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
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
 
addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
 
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
Adds the children of this AbstractExpression to the given collection.
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(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.
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.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
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
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
addCollectionDeclaration() - 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.AbstractFromClauseStateObject
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
Adds the given JPQL identifier as a valid proposal if its role is IdentifierRole.COMPOUND_FUNCTION and the beginning starts with the current word.
addCompoundIdentifiers(String, Expression, boolean, boolean) - 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.COMPOUND_FUNCTION and the beginning starts with the current word.
addCompoundIdentifiers(JPQLQueryBNF, Expression, boolean, boolean) - 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.COMPOUND_FUNCTION and the beginning starts with the current word.
addDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Adds the given Declaration at the end of the list.
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() - 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.SimpleFromClauseStateObject
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() - 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.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.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.
ADDED - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the list changed by having new items inserted.
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(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.
addExpressionFactoryIdentifiers(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that were registered with the given ExpressionFactory.
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(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.
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.
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) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the given identifier as a proposal if it passes the checks.
addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given JPQL identifier as a proposal.
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(AbstractDoubleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
addIdentifier(AbstractFromClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
addIdentifier(AbstractOrderByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
addIdentifier(AbstractTripleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
addIdentifier(ConcatExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
addIdentifier(ConstructorExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
addIdentifier(DeleteClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
addIdentifier(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
addIdentifier(GroupByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
addIdentifier(IdentificationVariableDeclaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
addIdentifier(UpdateClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
addIdentifier(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
addIdentifier(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Adds the given JPQL identifier as a valid 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(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
 
addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
addInternalClauseProposals(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
 
addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
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.
addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem() - 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.AbstractPathExpressionStateObject
 
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.SelectClauseStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addItem(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.UpdateStatementStateObject
Adds a new item to the UPDATE 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[], 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.SelectClauseStateObject
Adds the given expression as a select item.
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, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE 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(String, StateObject) - 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.UpdateStatementStateObject
Adds a new item to the UPDATE 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(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE 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(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(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a select item.
addItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
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
Adds the given StateObject as a child of this one.
addItem(S) - 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.
addItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject 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 String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
addItems(List<? extends UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
addItems(List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
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(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.
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, String, String) - 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.
addJoin(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(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(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
Adds the given Join.
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, 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.
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<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
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<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
 
addListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
addListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Registers the given IListChangeListener for the specified list.
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
Adds the children of this AbstractExpression to the given list.
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
Adds the Expressions representing the encapsulated Expression.
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
 
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
 
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
 
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
 
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
 
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
 
addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
 
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
Registers the given IPropertyChangeListener for the specified property.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Registers the given IPropertyChangeListener for the specified property.
addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new range variable declaration to the FROM clause.
addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new range variable declaration to the FROM clause.
addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds 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.
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(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(IEntity, 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(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.
addSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItemAs(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
Adds the given StateObject 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(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
 
addTheBeginningOfChild(AbstractOrderByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
addTheBeginningOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
addTheBeginningOfChild(ConcatExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
addTheBeginningOfChild(ConstructorExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
addTheBeginningOfChild(DeleteClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
addTheBeginningOfChild(Expression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
addTheBeginningOfChild(GroupByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
addTheBeginningOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
addTheBeginningOfChild(SelectClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
 
addTheBeginningOfChild(UpdateClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
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.
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(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.
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.
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.
AGGREGATE - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier aggregates two expressions together.
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, String) - 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, 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.
all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
all(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression ALL(subquery).
ALL - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Retrieves all the identification variables declared in the declaration portion of the expression, which is either in the FROM clause of a SELECT query or DELETE query or in the UPDATE query.
ALL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ALL'.
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
This AllOrAnyExpressionFactory creates a new AllOrAnyExpression when the portion of the query to parse starts with ALL, ANY or SOME.
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, 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.
AMPERSAND_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for ampersand: &.
and(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
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.
and(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
and(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression x AND y.
AND - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AND'.
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
This AndExpression creates a new AdditionExpression when the portion of the query to parse starts with AND.
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, String, String) - 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.
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
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions.
AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
AnonymousStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This visitor allows a subclass to simply override AnonymousStateObjectVisitor.visit(StateObject) and perform the same task for all visited ItateObjects.
AnonymousStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
AnonynousEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This visitor allows a subclass to simply override AnonymousStateObjectVisitor.visit(StateObject) and perform the same task for all visited ItateObjects.
AnonynousEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonynousEclipseLinkStateObjectVisitor
 
any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
any(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression ANY(subquery).
ANY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ANY'.
ANY_FIELD - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow basic, and association fields to be specified.
ANY_FIELD_INCLUDING_COLLECTION - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow basic, and association fields to be specified.
APOSTROPHE_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for apostrophe: &apos;.
append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
 
append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
 
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
 
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
 
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
 
arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
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 - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the arithmetic operators (+, -, *, /) can be appended as valid proposals.
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, String, String) - 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.
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 - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant for 'ASC', which tells to order the items in ascending ordering.
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.
ASSOCIATION_FIELD_ONLY - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow association fields to be specified but basic mappings are not valid.
AttributeNameRenamer(JPQLQueryContext, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
Creates a new AttributeNameRenamer.
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.AbstractConditionalStateObjectBuilderWrapper
 
avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
avg(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
AVG - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AVG'.
avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
This AvgFunctionFactory creates a new AvgFunction when the portion of the query to parse starts with AVG.
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, String) - 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, 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.

B

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 - 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_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
This BadExpressionFactory creates a new BadExpression when the portion of the query to parse is malformed.
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
An abstract implementation of a IJPQLQueryFormatter.
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_FIELD_ONLY - org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
This will allow basic fields to be specified but association mappings are not valid.
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
The default implementation of a IBuilder, which creates a StateObject representation of the Expression being visited.
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(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
between(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
between(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
between(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression x BETWEEN y AND z.
BETWEEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'BETWEEN'.
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
This BetweenExpressionFactory creates a new BetweenExpression when the portion of the query to parse starts with BETWEEN or NOT BETWEEN.
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, 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.
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.
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
 
bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for BigDecimal.
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
 
bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for BigInteger.
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
 
booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Boolean.
BooleanTypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
BOTH - org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
The leading and trailing parts of the string will be trimmed.
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
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
 
buildBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
 
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
 
buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
 
buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
 
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
 
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
Creates a new CollectionExpression that will wrap the single select item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Creates a new CollectionExpression that will wrap the first and second expressions.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Creates a new CollectionExpression that will wrap the single declaration.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Creates a new CollectionExpression that will wrap the single order by item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Creates a new CollectionExpression that will wrap the single select item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Creates a new CollectionExpression that will wrap the first, second and third expressions.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Creates a new CollectionExpression that will wrap the single constructor item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Creates a new CollectionExpression that will wrap the single constructor item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Creates a new CollectionExpression that will wrap the single range variable declaration.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Creates a new CollectionExpression that will wrap the single group by item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Creates a new CollectionExpression that will wrap the single join expression.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Creates a new CollectionExpression that will wrap the single update item.
buildCollectionExpression(AbstractConditionalClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
 
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(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(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
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(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(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
 
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
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Creates a visitor that collects the CollectionExpression if it's been visited.
buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Creates a visitor that collects the CollectionExpression if it's been visited.
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
 
buildContentAssistVisitor(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
 
buildDeclarationResolver(DeclarationResolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
 
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
Creates a new EclipseLinkSemanticValidatorExtension, which will provide additional support for non-JPA related information.
buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Creates the AbstractExpression to represent the given word.
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
 
buildExistsExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationExpressionFactory
Creates the actual expression this factory manages.
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
 
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
 
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
 
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
 
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
 
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
 
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.AbsExpressionFactory
 
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, 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, 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
Creates a new Expression.
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, 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, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
 
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, 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, 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, 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
No factories were found to create an Expression with the content of WordParser, this method will retrieve the fallback ExpressionFactory defined in the given BNF.
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
 
buildFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
 
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
 
buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
 
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
 
buildFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
 
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
 
buildGrammarValidator(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
 
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
This flag is used to determine what to do in DeclarationResolver.DeclarationVisitor.visit(SimpleSelectStatement).
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
Returns the AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression by making sure its BNF is part of the given BNF.
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
 
buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
 
buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
 
buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
 
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.
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(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
 
buildJPQLQueryContext(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
 
buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
 
buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
 
buildJPQLQueryContext(JPQLQueryContext, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
 
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
 
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
 
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
 
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
 
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
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
 
buildLiteralVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
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
Creates a new IMapping.
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
Creates the actual AbstractModifyClauseStateObject that represents the modify clause.
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
Creates the Comparator that can sort ITypes based on the numerical priority.
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
 
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
 
buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
 
buildOwningClauseVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
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(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.
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.
buildPropertyMappingFilter() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
 
buildProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
 
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.
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.
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
 
buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates the right IJPQLQueryBuilder based on the JPQL grammar.
buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates the right IJPQLQueryBuilder based on the JPQL grammar.
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
 
buildRangeVariableDeclarationStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
 
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
 
buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
 
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
 
buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
 
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
 
buildSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
 
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
 
buildSemanticValidator(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
 
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Creates the StateObject representation of the JPQL fragment to manipulate.
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(AbstractFromClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
 
buildStateObject(AbstractIdentificationVariableDeclarationStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
 
buildStateObject(CaseExpressionStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.WhenClauseBuilder
 
buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
buildStateObject(JPQLQueryStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
buildStateObject(SelectClauseStateObject, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
 
buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
 
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(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
 
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, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
 
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(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObject(P, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
buildStateObject(S, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
 
buildStateObject(S, Expression) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IBuilder
Creates the StateObject representation of the given Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates the builder that creates the StateObject for each Expression.
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
 
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
 
buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
 
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.EclipseLinkJPQLQueryBuilder
 
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
 
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - 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_1
 
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
 
buildStateObjectBuilder(SelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
 
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
 
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
 
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
 
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(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
 
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
 
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
 
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
 
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(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
 
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
 
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
 
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
buildStateObjectImp(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the given Expression and returned its StateObject.
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
Resolves the IType of the property handled by this 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
Resolves the ITypeDeclaration of the property handled by this 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
Creates a new CollectionExpression that will wrap the single WHEN expression.
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
 
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
 
byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Byte.

C

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(AbstractDoubleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
canContinue(AbstractFromClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
canContinue(AbstractOrderByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
canContinue(AbstractTripleEncapsulatedExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
canContinue(ConcatExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
canContinue(ConstructorExpression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
canContinue(DeleteClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
canContinue(Expression, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
canContinue(GroupByClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
canContinue(IdentificationVariableDeclaration, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
canContinue(UpdateClause, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
canContinue(T, CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
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.
canMoveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
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
 
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
canMoveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
canMoveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
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.
canMoveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
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
 
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
canMoveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
canMoveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
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.
CAPITALIZE_EACH_WORD - org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
The JPQL identifiers are written out the first letter being uppercase and the rest being lower case.
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
 
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
This CaseExpressionFactory creates a new CaseExpression when the portion of the query to parse starts with CASE.
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
This CastExpressionFactory creates a new CastExpression when the portion of the query to parse starts with CAST.
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
 
CHANGED - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the entire list has changed.
ChangeSupport - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This ChangeSupport is responsible to notifies registered listeners upon changes made to a StateObject, those changes are either a property has changed (IPropertyChangeListener) or the content of a list has changed (IListChangeListener).
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
 
characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Character.
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
Makes sure the cached identification variable and the one owned by IdentificationVariableStateObject are the same.
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
 
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
Returns the children of this 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() - 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
Returns the ordered children of this StateObject.
children(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
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
Returns the count of child expressions.
CLASS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CLASS', which is an unused keyword.
CLASS_NAME - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps a fully qualified class name.
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() - 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
 
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.
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.
CLAUSE - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is used to create a clause.
CLAUSE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the JPQL identifiers identifying a clause (eg: WHERE) can be appended as valid proposals.
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(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified array.
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(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(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(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(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
coalesce(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
COALESCE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'COALESCE'.
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
This CoalesceExpressionFactory creates a new CoalesceExpression when the portion of the query to parse starts with COALESCE.
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, String...) - 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.
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
 
COLLECTION - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps a collection-valued path expression.
COLLECTION - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Only retrieves the identification variables that map a path expression defined in a JOIN expression or in a IN expression.
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
Caches the visited CollectionExpression so a child could use it.
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_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject is a temporary object used to store a list of StateObjects.
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
This CollectionMemberDeclarationFactory creates a new CollectionMemberDeclaration when the portion of the query to parse starts with IN.
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
This CollectionMemberExpressionFactory creates a new CollectionMemberExpression when the portion of the query to parse starts with MEMBER, MEMBER OF, NOT MEMBER or NOT MEMBER OF.
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
 
collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
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
 
collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Collection.
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, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
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_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
This visitor is responsible to retrieve the visited Expression if it is a CollectionValuedPathExpression.
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(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
collectLocalDeclarationIdentificationVariables(JPQLQueryContext, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
collectResultVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
Flag used to determine if the IdentificationVariable to visit is a result variable.
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() - 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
 
columnNames(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the names of the given table's columns.
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
 
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
 
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
 
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
 
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
 
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
 
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
 
COMPARISON - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the comparison operators (<, <=, <>, >=, =) can be appended as valid proposals.
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
This ComparisonExpressionFactory creates a new ComparisonExpression when the portion of the query to parse starts with <, >, <>, <=, >= or =.
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, 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.
ComparisonExpressionStateObject(StateObject, StateObject, String, StateObject) - 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
 
COMPLEMENT - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is used to complement an expression, it is not required for creating an expression.
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.
COMPLETE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the visited Expression is grammatically complete by making sure its ending is valid.
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
 
COMPOUND_FUNCTION - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is a kind of function, it does not return a value but it is used to perform some operation over an expression.
COMPOUNDABLE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the compound identifiers (eg: IS NULL) can be appended as valid proposals.
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, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Creates a new ArithmeticExpressionStateObject.
CompoundExpressionStateObject(StateObject, StateObject, StateObject) - 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(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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}*).
CONCAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CONCAT'.
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
This ConcatExpressionFactory creates a new ConcatExpression when the portion of the query to parse starts with CONCAT.
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
This ConstructorExpressionFactory creates a new ConstructorExpression when the portion of the query to parse starts with NEW.
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<?>, String) - 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, String) - 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.
ConstructorExpressionStateObject(StateObject, String, List<? extends StateObject>) - 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
The RefactoringTool.StateObjectUpdater that updates the class name when notified.
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
This enumeration determines the type of classes returned by ContentAssistProposals.classNames().
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
 
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(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.AbstractConditionalStateObjectBuilderWrapper
 
count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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).
COUNT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'COUNT'.
countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
This CountFunctionFactory creates a new CountFunction when the portion of the query to parse starts with COUNT.
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, String) - 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, 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.
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
 
currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
The Declaration being populated.
currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
 
currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
currentTimestamp() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIMESTAMP.

D

DatabaseType - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents the database specific data type, which may include size and scale.
DatabaseType(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Creates a new DatabaseType.
DatabaseType_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseTypeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
DatabaseTypeFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
Creates a new DatabaseTypeFactory.
databaseTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
DatabaseTypeQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the database type.
DatabaseTypeQueryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
Creates a new DatabaseTypeQueryBNF.
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
date(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new date using the JDBC syntax of a date.
dateTime - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
Determines whether the visited Expression is DateTime or not.
DateTime - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression represents a date or time.
DateTime(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTime
Creates a new DateTime.
DateTime_JDBCEscapeFormat_InvalidSpecification - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingCloseQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingOpenQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingRightCurlyBrace - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatetimeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time expression.
DatetimeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
Creates a new DatetimeExpressionBNF.
DateTimeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This DateTimeFactory creates a new DateTime when the portion of the query to parse starts with CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP or with the JDBC escape format used for date/time/timestamp.
DateTimeFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
Creates a new DateTimeFactory.
DateTimePrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time primary expression.
DateTimePrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
Creates a new DatetimePrimaryBNF.
DateTimeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This DateTimeStateObject represents a date or time.
DateTimeStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Creates a new DateTimeStateObject.
DateTimeStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Creates a new DateTimeStateObject.
DateTimeTimestampLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time/timestamp expression.
DateTimeTimestampLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
Creates a new DateTimeTimestampLiteralBNF.
DateTimeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
 
dateType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Date}.
dateType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
dateType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Date.
declaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
Indicates if the visited CollectionValuedPathExpression is found within a declaration expression.
Declaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The abstract definition of JPQLQueryDeclaration.
Declaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Creates a new Declaration.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the BNF of the declaration part of this clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
 
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
 
declarationExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
The declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
DeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to visit the current query (which is either the top-level query or a subquery) and gathers the information from the declaration clause.
DeclarationResolver(DeclarationResolver, JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Creates a new DeclarationResolver.
DeclarationResolver.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
DeclarationResolver.QualifyRangeDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
DeclarationResolver.RootObjectExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor takes care to support a subquery defined as a "root" object.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the list of VariableDeclarationStateObject defining the variable declarations, which are mapping an entity to a variable or a collection-valued member to a variable.
declarations() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the list of declarations declared in the declaration clause of the current query.
DeclarationStateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
This defines the declaration portion of a query, which is the FROM clause of a query.
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
 
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver.DeclarationVisitor
 
decorate(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
decorate(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Decorates this StateObject with the given decorator.
DEFAULT - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
The constant used when the ordering is not specify.
DEFAULT - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant used when the ordering is not specify, the default is ascending ordering.
DEFAULT - org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Used when the trim specification is not specified, by default it means the leading and trailing parts of the string will be trimmed.
DEFAULT_VERSION - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
A constant that points to the current release of EclipseLink, which is 2.6.
DEFAULT_VERSION - org.eclipse.persistence.jpa.jpql.JPAVersion
The constant for the default version used by the parsing system, which is always the latest version of the Java Persistence functional specification, which is version 2.0.
DefaultActualJPQLQueryFormatter - 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.
DefaultActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultActualJPQLQueryFormatter
Creates a new DefaultActualJPQLQueryFormatter.
DefaultActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultActualJPQLQueryFormatter
Creates a new DefaultActualJPQLQueryFormatter.
DefaultBasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
DefaultBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
Creates a new DefaultBasicRefactoringTool.
DefaultBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
Creates a new DefaultBasicRefactoringTool.
DefaultCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a ICaseExpressionStateObjectBuilder.
DefaultCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultCaseExpressionStateObjectBuilder
Creates a new DefaultCaseExpressionStateObjectBuilder.
DefaultConditionalExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of IConditionalExpressionStateObjectBuilder.
DefaultConditionalExpressionStateObjectBuilder(AbstractConditionalClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
Creates a new DefaultConditionalExpressionStateObjectBuilder.
DefaultContentAssistProposals - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of ContentAssistProposals which stores the valid proposals.
DefaultContentAssistProposals(JPQLGrammar, ContentAssistExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Creates a new DefaultContentAssistProposals.
DefaultContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor traverses the JPQL parsed tree and gathers the possible proposals at a given position.
DefaultContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
Creates a new DefaultContentAssistVisitor.
DefaultContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
The concrete instance that determines the return type of a function expression.
DefaultEclipseLinkJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined by the JPA 2.1 functional specification and the EclipseLink 2.6.
DefaultEclipseLinkJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the latest release of the Java Persistence functional specification.
DefaultEclipseLinkJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultEclipseLinkJPQLQueryBuilder
Creates a new DefaultEclipseLinkJPQLQueryBuilder.
DefaultGrammarValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to validate a JPQL query grammatically purely based on the JPA specification document.
DefaultGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
Creates a new DefaultGrammarValidator.
DefaultJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined in the latest JPA functional specification.
DefaultJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the latest release of the Java Persistence functional specification.
DefaultJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultJPQLQueryBuilder
Creates a new DefaultJPQLQueryBuilder.
DefaultJPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
DefaultJPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Creates a new DefaultJPQLQueryContext.
DefaultJPQLQueryContext(JPQLQueryContext, Expression) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Creates a new sub-DefaultJPQLQueryContext.
DefaultJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IJPQLQueryFormatter, which support creating a string representation of a JPQL query written for JPA 1.0 and 2.0.
DefaultJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultJPQLQueryFormatter
Creates a new DefaultJPQLQueryFormatter.
DefaultJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: DefaultJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. DefaultJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query. This helper should be used when the JPQL query is written using the JPQL grammar defined in the Java Persistence functional specification 1.0 or 2.x.
DefaultJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates a new DefaultJPQLQueryHelper.
DefaultJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates a new JPQLQueryHelper.
DefaultLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor traverses an Expression and retrieves the "literal" value.
DefaultLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultLiteralVisitor
Creates a new DefaultLiteralVisitor.
DefaultMappingCollector() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
 
DefaultMutator() - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
 
DefaultNewValueStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of INewValueStateObjectBuilder.
DefaultNewValueStateObjectBuilder(UpdateItemStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultNewValueStateObjectBuilder
Creates a new DefaultNewValueStateObjectBuilder.
DefaultParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor calculates the type of an input parameter.
DefaultParameterTypeVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
Creates a new DefaultParameterTypeVisitor.
DefaultProblem - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of Problem.
DefaultProblem(StateObject, String, String[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
Creates a new DefaultProblem.
DefaultRefactoringDelta - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of RefactoringDelta which contains the TextEdit that were creating during the refactoring of a JPQL query.
DefaultRefactoringDelta(CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Creates a new DefaultRefactoringDelta.
DefaultRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
DefaultRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new RefactoringTool.
DefaultRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new RefactoringTool.
DefaultRemover() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable.DefaultRemover
 
DefaultResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The default implementation of a ResolverBuilder, which follows the JPA functional specification.
DefaultResolverBuilder(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DefaultResolverBuilder
Creates a new DefaultResolverBuilder.
DefaultSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
DefaultSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSelectExpressionStateObjectBuilder
Creates a new DefaultSelectExpressionStateObjectBuilder.
DefaultSemanticValidator - 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.
DefaultSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator.BooleanTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates expression that is a boolean literal to make sure the type is a Boolean.
DefaultSemanticValidator.NullValueVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSemanticValidator.NumericTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates expression that is a numeric literal to make sure the type is an instance of Number.
DefaultSemanticValidator.ResultVariableInOrderByVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSemanticValidator.StringTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates that the Expression is a string primary and to make sure the type is String.
DefaultSemanticValidator.TypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
The basic validator for validating the type of an Expression.
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
DefaultSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
Creates a new DefaultSimpleSelectExpressionStateObjectBuilder.
DefaultStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of BasicStateObjectBuilder, which provides support for creating a StateObject representation of any Expression.
DefaultStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultStateObjectBuilder
Creates a new DefaultStateObjectBuilder.
DefaultStringExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An implementation of an Expression that wraps a string.
DefaultTextEdit - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of a TextEdit, which contains the location of the change within the JPQL query (offset) and the old and new values.
DefaultTextEdit(int, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Creates a new DefaultTextEdit.
DEFINED_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Notify a change in the defined property.
DELETE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE'.
DELETE_FROM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE FROM'.
deleteClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
DeleteClause - Class in org.eclipse.persistence.jpa.jpql.parser
This is the delete clause of the delete statement.
DeleteClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Creates a new DeleteClause.
DeleteClause_FromMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_MultipleRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMalformed - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the delete clause.
DeleteClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
Creates a new DeleteClauseBNF.
DeleteClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
DeleteClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This DeleteClauseFactory creates a new DeleteClause when the portion of the query to parse starts with DELETE FROM.
DeleteClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
Creates a new DeleteClauseFactory.
DeleteClauseRangeVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a range variable declaration expression used by the DELETE clause, which accepts collection and aggregate expression, which is used by invalid queries.
DeleteClauseRangeVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
Creates a new DeleteClauseRangeVariableDeclarationBNF.
DeleteClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
DeleteClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the DELETE clause of the DELETE statement.
DeleteClauseStateObject(DeleteStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Creates a new DeleteClauseStateObject.
deleteStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
DeleteStatement - Class in org.eclipse.persistence.jpa.jpql.parser
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Creates a new DeleteStatement.
DeleteStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the delete statement.
DeleteStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
Creates a new DeleteStatementBNF.
DeleteStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
DeleteStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This DeleteStatementFactory creates a new DeleteStatement when the portion of the query to parse starts with DELETE FROM.
DeleteStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
Creates a new DeleteStatementFactory.
DeleteStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Creates a new DeleteStatementStateObject.
DERIVED - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object is a derived path expression where the identification variable is declared in the super query, otherwise it's an entity name.
DerivedCollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a derived collection member declaration expression.
DerivedCollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
Creates a new DerivedCollectionMemberDeclarationBNF.
DerivedDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This DerivedDeclaration represents an identification variable declaration that was declared in the FROM clause of a SELECT subquery.
DerivedDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
Creates a new DerivedDeclaration.
DerivedPathIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
DerivedPathVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
BNF: subselect_identification_variable_declaration ::= derived_path_expression [AS] identification_variable {join}*
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Creates a new DerivedPathVariableDeclarationStateObject.
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Creates a new DerivedPathVariableDeclarationStateObject.
DESC - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant for 'DESC', which tells to order the items in descending ordering.
DESC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DESC'.
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
different(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
different(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
different(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
different(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
DIFFERENT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<>'.
DifferentComparisonFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Disposes this "virtual" query BNF.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Disposes the internal data of this resolver.
disposeSubqueryContext() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Disposes this context, which is the current context being used by a subquery.
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Disposes this context, which is the current context being used by a subquery.
DISTINCT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DISTINCT'.
DISTINCT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Notifies the distinct property has changed.
DISTINCT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Notifies the visibility of the DISTINCT identifier has changed.
divide(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
divide(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
divide(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x / y.
DIVISION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the division sign '/'.
DivisionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
DivisionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
Creates a new DivisionExpression.
DivisionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DivisionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DivisionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression / arithmetic_term
DivisionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DivisionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DivisionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DOT - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '.'.
DOUBLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '"'.
DOUBLE_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a double.
DoubleEncapsulatedCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
doubleType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Double}.
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Double.

E

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
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions including those defined by EclipseLink.
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
The EclipseLink extension over the basic support provided by IConditionalExpressionStateObjectBuilder.
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
This JPQL grammar provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0 and the additional support provided by EclipseLink 2.1.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.4.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.5.
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
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.6.
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
An implementation of IJPQLQueryBuilder that provides support based on the release of the Java Persistence functional specification defined in JSR-337 - Java Persistence 2.0.
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
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: EclipseLinkJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. EclipseLinkJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query. This helper should be used when the JPQL query is written using the JPQL grammar defined in the Java Persistence functional specification 2.1 and it contains the additional support provided by EclipseLink.
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(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
Creates a new EclipseLinkSemanticValidator.
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.
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
A null instance of an 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
Determines whether this CollectionExpression ends with a comma, which means the last Expression is a "null" expression.
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
Determines whether this CollectionExpression ends with a space, which means the last Expression is a "null" expression.
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 - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the entity type name only.
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
 
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
 
entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
This Expression wraps the name of an entity type.
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
This factory creates an EntityTypeLiteral, which wraps an entity name.
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
This StateObject wraps the name of an entity type.
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
This EntryExpressionFactory creates a new EntryExpression when the portion of the query to parse starts with ENTRY.
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.
ENUM - org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Indicates the only class type allowed is an enum type.
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
 
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
 
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
 
enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Enum.
EnumTypeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject wraps the name of an Enum constant.
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(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
equal(Number) - 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 class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
equal(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
equal(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
equal(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
equal(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '='.
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(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
 
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.
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(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 - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ESCAPE'.
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(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
 
EXISTS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXISTS'.
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
This ExistsExpressionFactory creates a new ExistsExpression when the portion of the query to parse starts with EXISTS.
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, String) - 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, 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.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
The Expression being visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
The CollectionExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.NullExpressionVisitor
The NullExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
The CollectionValuedPathExpression that was visited; null if he was not.
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
The StateFieldPathExpression that was visited; null if it was not.
expression - Variable in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
The IdentificationVariable used to define the abstract schema name from either the UPDATE or DELETE clause.
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
The CollectionExpression if it is the Expression that was visited.
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
The invalid Expression, which is either UnknownExpression or BadExpression.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
The NotExpression if it is the Expression being visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
The RangeVariableDeclaration if it was visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
The ResultVariable if it was visited otherwise null.
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
The Expression being visited.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
The Expression that is the beginning of a query.
expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
The CollectionExpression that was visited, otherwise null.
Expression - Interface in org.eclipse.persistence.jpa.jpql.parser
This is the root interface of the parsed tree representation of a JPQL query.
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
Retrieves the ExpressionFactory that is responsible for creating the Expression object that represents the given JPQL identifier.
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
The unique Expression that was visited or the children of CollectionExpression.
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
This ExpressionVisitor wraps another ExpressionVisitor and delegates all its calls to it (the delegate).
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
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
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
This ExtractExpressionFactory creates a new ExtractExpression when the portion of the query to parse starts with EXTRACT.
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
 

F

fail(String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Throws an Assert.AssertException immediately.
FALSE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FALSE'.
FALSE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
FALSE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
FALSE() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
A constant for 'FETCH'.
FieldNameRenamer(IManagedTypeProvider, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
Creates a new AttributeNameRenamer.
filter - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
The Filter used to filter out either the collection type properties or the non- collection type properties.
filter - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
The Filter that will filter the various type of IMappings based on the location of the of the path expression within the JPQL query.
Filter<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.filter
A filter is used to determine if a value can be "accepted" or "rejected".
filter1 - Variable in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
The first Filter used to accept the value.
filter2 - Variable in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
The second Filter used to accept the value.
findAbstractSchemaName(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
findChild(CollectionExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
Handles a special case for a compound identifier like 'IS EMPTY' or 'IS NOT EMPTY'.
findFallBackExpressionFactory(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieve the ExpressionFactory from the given JPQLQueryBNF by following the path of fallback JPQLQueryBNFs and then returns the ExpressionFactory from the leaf JPQLQueryBNF.
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
findIdentificationVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findInputParameters(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves all the InputParameters with the given parameter name.
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
findManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
 
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
 
findQueryBNF(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
 
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
 
findRangeVariableDeclaration(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Retrieves the RangeVariableDeclaration that defines the entity name and identification variable for the given UpdateClause.
findVirtualIdentificationVariable(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Returns the IdentificationVariable that defines the identification variable for either a DELETE or an UPDATE query.
fireListChangeEvent(IListChangeEvent<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
 
firePropertyChanged(String, Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Notifies the IPropertyChangeListeners that have been registered with the given property name that the property has changed.
firePropertyChanged(String, Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Notifies the IPropertyChangeListeners that have been registered with the given property name that the property has changed.
FIRST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FIRST'.
FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Notifies the first StateObject property has changed.
FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Notifies the first StateObject property has changed.
firstCommaMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
FirstDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
firstExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
FLOAT_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a float.
floatType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Float}.
floatType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
floatType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Float.
FollowingClausesVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
 
FollowingClausesVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
followingInvalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
Determines whether the visited Expression is preceded by an invalid expression.
FollowingInvalidExpressionVisitor(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
 
formatIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
Formats the given JPQL identifier, if it needs to be decorated with more information.
formatIdentifier(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Formats the given JPQL identifier, if it needs to be decorated with more information.
FROM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FROM'.
fromClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
FromClause - Class in org.eclipse.persistence.jpa.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClause
Creates a new FromClause.
FromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the from clause.
FromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
Creates a new FromClauseBNF.
FromClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
FromClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
 
FromClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This FromClauseFactory creates a new FromClause when the portion of the query to parse starts with FROM.
FromClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
Creates a new FromClauseFactory.
FromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseStatementHelper
 
FromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
 
FromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Creates a new FromClauseStateObject.
FromSubqueryResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver wraps a subquery that is used as the "root" object in a query's declaration.
FromSubqueryResolver(Resolver, JPQLQueryContext, SimpleSelectStatement) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
Creates a new FromSubqueryResolver.
FromSubqueryResolver.VirtualManagedType - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This IManagedType represents a virtual managed type where its content will be derived from the subquery.
FromSubqueryResolver.VirtualMapping - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This virtual IMapping wraps one of the select items.
FromSubqueryResolver.VirtualMappingBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor will traverse the SELECT clause and create virtual mappings for the state field path expressions and any expression aliased with a result variable.
FullyQualifyPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor makes sure that all path expressions are fully qualified with a "virtual" identification variable if the range variable declaration does not define one.
FullyQualifyPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
FUNC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'FUNC', which is an EclipseLink specific identifier that was added in version 2.1.
function(String, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
function(String, String, String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
function(String, String, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
FUNCTION - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is used to create a function, it has some parameters and returns a value.
FUNCTION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'FUNCTION', part of JPA 2.1.
FUNCTION_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Notifies the function name property has changed.
FunctionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression adds support to call native database functions.
FunctionExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Creates a new FuncExpression.
FunctionExpression(AbstractExpression, String, FunctionExpressionFactory.ParameterCount, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Creates a new FunctionExpression.
FunctionExpression_HasExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingFunctionName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingOneExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MoreThanOneExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_UnknownColumn - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the EclipseLink's function expression.
FunctionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
Creates a new FunctionExpressionBNF.
FunctionExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This FunctionExpressionFactory creates a new FunctionExpression when the portion of the query to parse starts with an identifier related to a SQL function.
FunctionExpressionFactory(String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new FunctionExpressionFactory.
FunctionExpressionFactory(String, FunctionExpressionFactory.ParameterCount, String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new FunctionExpressionFactory.
FunctionExpressionFactory.ParameterCount - Enum in org.eclipse.persistence.jpa.jpql.parser
The number of parameters a FunctionExpression can have.
functionExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
FunctionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
FunctionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Creates a new AbstractFunctionExpressionStateObject.
FunctionExpressionStateObject(StateObject, String, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Creates a new AbstractFunctionExpressionStateObject.
FunctionItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameters of a function expression.
FunctionItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
Creates a new FunctionItemBNF.
FunctionsReturningDatetimeBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a date/time value.
FunctionsReturningDatetimeBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
Creates a new FunctionsReturningDatetimeBNF.
FunctionsReturningNumericsBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a numeric value.
FunctionsReturningNumericsBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
Creates a new FunctionsReturningNumericsBNF.
FunctionsReturningStringsBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a string value.
FunctionsReturningStringsBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
Creates a new FunctionsReturningStringsBNF.

G

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
An implementation of SemanticValidatorHelper that uses JPQLQueryContext to return the required information and Hermes SPI.
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
This generic implementation of ITypeHelper wraps ITypeHelper and delegates the calls to it.
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
Returns the AbstractSchemaNameStateObject holding onto the abstract schema name.
getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the AbstractSchemaNameStateObject holding onto the abstract schema name.
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
 
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
Returns the DeclarationResolver of this context and not from the current query's declaration.
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
 
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
 
getBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Creates the base JPQLGrammar this one extends.
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
Creates and returns a new IConditionalExpressionStateObjectBuilder that can be used to programmatically create a conditional expression and once the expression is complete, IConditionalExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's conditional expression.
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Creates and returns a new ISelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Creates and returns a new ISimpleSelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISimpleSelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates and returns a new INewValueStateObjectBuilder that can be used to programmatically create a new value expression and once the expression is complete, INewValueStateObjectBuilder.commit() will push the StateObject representation of that expression as this new value object.
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
Returns the builder that can create a CASE expression, which requires a IConditionalExpressionStateObjectBuilder to build the WHEN clauses.
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
Returns the StateObject representing the case operand.
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
Returns a list containing either the given Expression if it's not a CollectionExpression or the children of the given CollectionExpression.
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(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
getClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
getClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
getClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
getClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
getClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
getClause(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
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
Casts the given Expression to a CollectionExpression if it is actually an object of that type.
getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Casts the given Expression to a CollectionExpression if it is actually an object of that type.
getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Casts the given Expression to a CollectionExpression if it is actually an object of that type.
getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Returns the visitor that collects the CollectionExpression if it's been visited.
getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Returns the visitor that collects the CollectionExpression if it's been visited.
getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Returns the visitor that collects the CollectionExpression if it's been visited.
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() - 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.
getCollectionValuedPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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
 
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
Returns the current JPQLQueryContext, i.e.
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() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Returns the Expression that represents the declaration of this clause.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
 
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
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.AbstractEclipseLinkSemanticValidator
 
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(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
Returns the declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
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
 
getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
 
getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolverImp() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
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
 
getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the ordered list of Declarations.
getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Returns the ordered list of Declarations.
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
 
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
Returns the dimensionality of the type if (ITypeDeclaration.isArray() is true) or 0 if the type is not an array.
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
 
getEmbeddable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEmbeddable for the given fully qualified type name.
getEmbeddable(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEmbeddable with the given IType.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
 
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
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
 
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
 
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(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEntity with the given name.
getEntity(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEntity with the given IType.
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
 
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() - 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.
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
 
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
 
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() - 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
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
 
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
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
 
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
 
getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
Returns the string representation of the JPQL query.
getExpression(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Returns the deepest Expression for the given position.
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
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
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
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
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
 
getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
 
getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
 
getFirstQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
 
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
Returns the IJPQLQueryFormatter that creates an accurate representation of the StateObject, i.e.
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
Returns the AbstractFromClauseStateObject representing the FROM clause.
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
 
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
 
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
 
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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
 
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
 
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
 
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
 
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
 
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
 
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
 
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
 
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
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(Class<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Retrieves the helper associated with the given helper class.
getHelper(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Returns the registered helper that was cached with the given id.
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
Returns the unique identifier of this 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() - 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
Returns the IdentificationVariable used to declare the "root" object.
getIdentificationVariable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
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
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
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
Returns the identifier joining the two StateObjects.
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
 
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
 
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
 
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
 
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
 
getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the IdentifierRole of the given JPQL identifier.
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
 
getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Returns the JPQL identifiers that are supported by the JPQL grammar.
getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Retrieves the JPQL identifiers that are supported by this BNF rule.
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.
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
 
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
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
 
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
getJoin() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the reference of the JoinStateObject.
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
Returns the CollectionValuedPathExpressionStateObject representing the join association path.
getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the CollectionValuedPathExpressionStateObject representing the join association path.
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
 
getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
 
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
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
 
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
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
 
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
 
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(String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Returns the AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression by making sure its BNF is part of the given BNF.
getJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Returns the AbstractValidator.JPQLQueryBNFValidator that can be used to validate an Expression by making sure its BNF is part of the given BNF.
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
 
getLatestGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
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
 
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
 
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
 
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
 
getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
 
getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
 
getLeftQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
 
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
 
getLength() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
 
getLength() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the length of the string representation of this Expression, which is the length of the text generated by Expression.toActualText().
getLength() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
 
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
 
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns the IManagedType associated with the field handled by this object.
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
Returns the IManagedType associated with the field handled by this 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(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IManagedType for the given fully qualified type name.
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
 
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
 
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
 
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
 
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
 
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
 
getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IManagedType for the given IType.
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
 
getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
getManagedTypeProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the provider of managed types.
getMappedSuperclass(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IMappedSuperclass for the given fully qualified type name.
getMappedSuperclass(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEmbeddable with the given IType.
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns
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
 
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
 
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
 
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(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the IMapping for the field represented by the given Expression.
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
 
getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
getMappingType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Returns the type of this mapping.
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
 
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
 
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
 
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
 
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
 
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
 
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
 
getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the StateObject representing the new value.
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
Returns the AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.
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
 
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
 
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
 
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
 
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
 
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
 
getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
 
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
Returns the list of ITypeDeclaration representing the parameter types.
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
Returns the parent of this Expression.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
 
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
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
 
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
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
 
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
Returns the parent of this 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
 
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the parent of this 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() - 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.
getPath(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Returns the specified segment of the state field path.
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() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
Returns the position of the cursor within the new query.
getPosition(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Returns the position of the cursor within the given Expression
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
 
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
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
 
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
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
 
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
 
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
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
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
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
 
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
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
 
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
 
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
 
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
Returns the BNF of this Expression.
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.AbstractValidator
Retrieves the BNF object that was registered for the given unique identifier.
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(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the BNF object that was registered for the given unique identifier.
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
 
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
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
 
getQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
 
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
Returns the IJPQLQueryBuilder that is responsible to create various part of the StateObject hierarchy.
getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the JPQLQueryContext that contains information about the JPQL query.
getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Returns the JPQLQueryContext that is used by this visitor.
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
Returns the JPQLQueryContext that is used by this visitor.
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
Retrieves the Expression representing the query statement (either the top-level query JPQLExpression or the subquery SimpleSelectStatement) owning the given Expression.
getQueryExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
 
getQueryPosition() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
Returns the new QueryPosition that was created.
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
 
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
 
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
 
getResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Returns the current Resolver used to resolve an Expression.
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(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Creates or retrieved the cached Resolver for the given Expression.
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
 
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
 
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
 
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
 
getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
 
getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
 
getRightQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
 
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
 
getRoot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
 
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
Returns the root of the StateObject hierarchy.
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
 
getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
 
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
 
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
 
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
 
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
 
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
 
getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
 
getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
 
getSecondQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
 
getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Creates and returns a new ISelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Creates and returns a new ISimpleSelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISimpleSelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Returns the AbstractSelectClause representing the SELECT clause.
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
 
getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
 
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
 
getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
 
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
 
getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
 
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
 
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() - 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.
getStateFieldPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
getStateFieldPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Returns the StateObject that was created based on the visited Expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
 
getStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
Returns the StateObject where the problem was found.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Returns the encapsulated StateObject.
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
Returns the CollectionValuedPathExpressionStateObject representing the collection- valued path expression.
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
Returns the builder that creates the StateObject for each Expression.
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
Returns the TableExpression that specify the database table.
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
Returns the table name that will be used by ContentAssistExtension to retrieve the column names.
getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
Returns the unquoted table name.
getTableName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
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
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
 
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
 
getThirdQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
 
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() - 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() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the IType of the field handled by this object.
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
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IType of the field handled by this Resolver.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
 
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
 
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.ITypeHelper
Returns the;@link IType} of the given Java type.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the IType representing the given Java type.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the external type for the given Java type.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Retrieves the external type for the given Java type.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IType of the given Java type.
getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
Retrieves the external type for the given Java type.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the IType of the given Java type.
getType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the type defined for the Java member.
getType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the external class for the given fully qualified class name.
getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Retrieves the class with the given fully qualified name.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the external class with the given fully qualified class name.
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(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Retrieves the external class for the given fully qualified class name.
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(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the external class for the given fully qualified class name.
getType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the type by resolving the given Expression.
getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the IType of the given Expression.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the ITypeDeclaration of the field handled by this object.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the ITypeDeclaration of the field handled by this object.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns the ITypeDeclaration of the field handled by this object.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the ITypeDeclaration of the field handled by this 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.
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
 
getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the ITypeDeclaration of the field handled by this Resolver.
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
 
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
 
getTypeParameters() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
Returns the ITypeDeclarations that represent the variables declared by the generic declaration represented by this 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
Returns the ITypeRepository used by this helper
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
Returns the UpdateClause representing the UPDATE clause.
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
 
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
Returns the visitor that can find the IdentificationVariable of the RangeVariableDeclaration.
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
Returns what the type of word WordParser.word() returns.
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(Number) - 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 class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
greaterThan(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThan(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
greaterThan(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
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(Number) - 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 class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
greaterThanOrEqual(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThanOrEqual(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
greaterThanOrEqual(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
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
This GroupByClauseFactory creates a new GroupByClause when the portion of the query to parse starts with GROUP BY.
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.

H

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.
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
 
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.AbstractExpression
Determines whether the given JPQLQueryBNF handles a collection of sub-expressions that are separated by commas.
handleCollection(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
 
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
 
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
hasAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether the AS OF clause is defined.
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(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
hasClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
hasClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
hasClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
hasClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
hasClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
hasClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
hasClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
hasClause(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
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 - 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.
hasComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Determines whether the comma was parsed after the first expression.
hasComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Determines whether the comma was parsed after the function name.
hasComma(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether a comma was parsed at the given position.
hasComma(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
hasConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether the CONNECT BY clause is defined.
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(AbstractConditionalClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConditionalClauseCollectionHelper
 
hasDelimiterAfterIdentifier(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
hasDelimiterAfterIdentifier(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
hasDelimiterAfterIdentifier(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
hasDelimiterAfterIdentifier(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
hasDelimiterAfterIdentifier(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
hasDelimiterAfterIdentifier(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
hasDelimiterAfterIdentifier(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
hasDelimiterAfterIdentifier(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
hasDelimiterAfterIdentifier(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
hasDelimiterAfterIdentifier(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
hasDelimiterAfterIdentifier(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper
 
hasDelimiterAfterIdentifier(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
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.
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
 
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
 
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
 
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
 
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
 
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
 
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() - 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.
hasFirstExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
hasFirstExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
hasFollowUpClauses - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
Determines whether there is at least one clause defined after the clause defined by AbstractContentAssistVisitor.FollowingClausesVisitor.afterIdentifier.
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
 
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
Determines whether this StateObject has any children.
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
 
hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
 
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() - 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.
hasLeftParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
hasLeftParenthesis(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
Determines whether the given AbstractEncapsulatedExpression has the left parenthesis.
hasLeftParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
 
hasLeftParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
hasOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether the ORDER SIBLINGS BY clause is defined.
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
 
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() - 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.
hasRightParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
hasRightParenthesis(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
Determines whether the given AbstractEncapsulatedExpression has the right parenthesis.
hasRightParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
 
hasRightParenthesis(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
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() - 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.
hasSecondExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
hasSecondExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
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
 
hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
 
hasSet() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether SET was parsed or not.
hasSpace() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Determines whether there is a space after the range variable declaration.
hasSpace(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether a space was parsed at the given position.
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(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
hasSpaceAfterClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
hasSpaceAfterClause(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
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
 
hasSpaceAfterClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
 
hasSpaceAfterClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
hasSpaceAfterClause(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper
 
hasSpaceAfterClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
hasSpaceAfterClause(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
hasSpaceAfterClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
hasSpaceAfterClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
hasSpaceAfterClause(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
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.
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
hasStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether the START WITH clause is defined.
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
Determines whether the stack of StateObjects is not empty.
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether the third expression of the query was parsed.
hasThirdExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
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
This HavingClauseFactory creates a new HavingClause when the portion of the query to parse starts with HAVING.
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.

I

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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this AllOrAnyExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
The unique identifier of this AndExpression.
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
The unique identifier of this 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
The unique identifier of this AsOfClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
The unique identifier of this 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
The unique identifier of this BadExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
The unique identifier of this BetweenExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
The unique identifier of this BetweenExpression.
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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this CollectionMemberExpression.
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
The unique identifier of this 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
The unique identifier of this ComparisonExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
The unique identifier of this ConcatExpression.
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
The unique identifier of this 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
The unique identifier of this ConstructorExpression.
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
The unique identifier of this CountFunction.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
The unique identifier of this DeleteStatementFactory.
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
The unique identifier of this 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
The unique identifier of this DeleteClause.
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
The unique identifier of this 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
The unique identifier for this EntityTypeLiteralFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this FromClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
The unique identifier for this FunctionExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
The unique identifier for this FunctionExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this IdentificationVariableDeclarationFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
The unique identifier of this IdentificationVariableFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this KeyExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
The unique identifier of this KeywordExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this LiteralExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
The unique identifier of this LocateExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
The unique identifier of this LowerExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
The unique identifier of this MaxFunctionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
The unique identifier of this MinFunctionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this OrderSiblingsByClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
The unique identifier of this 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
The unique identifier of this OrderByClauseFactory.
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
The unique identifier of this 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
The unique identifier of this RegexpExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
The unique identifier of this BNF rule, which is the same as InternalSelectExpressionBNF.ID in order to override it.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this SizeExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this SubstringExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this TableExpressionFactory.
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
The unique identifier of this TreatExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this UnionClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this AbsExpressionFactory.
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
The unique identifier of this StateFieldPathExpressionFactory.
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
The unique identifier of this UpdateStatementFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
The unique identifier of this UpperExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
The unique identifier of this 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
The unique identifier of this 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
The unique identifier of this WhereClauseFactory.
ID - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an ID mapping.
IDENTIFICATION_VARIABLE - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves an identification variable name only.
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 - 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 - 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_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, String, String) - 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.
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
 
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the IdentificationVariableStateObjects holding onto the identification variables, which are the variables defined in the FROM clause.
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
Returns the IdentificationVariableStateObjects holding onto the identification variables, which are the variables defined in the FROM clause.
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
Returns the IdentificationVariableStateObject that are used by this state object.
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
Returns the JPQL identifier of the given AbstractEncapsulatedExpression.
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
 
IEclipseLinkConditionalStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
The EclipseLink extension over the basic support provided by IEclipseLinkConditionalStateObjectBuilder.
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
This is used in conjunction with IListChangeListener.
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
The interface is used to visit a IManagedType.
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(boolean, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
in(boolean, List<StateObject>) - 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(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
in(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
in(String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
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.AbstractConditionalExpressionStateObjectBuilder
 
in(SimpleSelectStatementStateObject) - 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(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
in(T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
IN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IN'.
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(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
index(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
index(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression INDEX(identification_variable).
INDEX - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'INDEX'.
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
This IndexExpressionFactory creates a new IndexExpression when the portion of the query to parse starts with INDEX.
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
This InExpressionFactory creates a new InExpression when the portion of the query to parse starts with IN or NOT IN.
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, String) - 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, String, List<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.
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
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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
Initializes this BNF by registering child JPQLQueryBNFs and ExpressionFactories.
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Initializes this state object.
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
initialize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
 
initialize(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Initializes this DefaultRefactoringDelta.
initialize(JPQLGrammar) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Initializes this JPQLQueryContext.
initialize(JPQLGrammar, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
 
initialize(JPQLQueryContext) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Initializes this DeclarationResolver.
initialize(IJPQLQueryBuilder, IManagedTypeProvider) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Initializes this JPQLQueryStateObject.
initialize(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Initializes this ChangeSupport.
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
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
 
initializeBNFs() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
 
initializeExpressionFactories() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Registers the ExpressionFactories required to properly parse JPQL queries.
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
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
 
initializeIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
 
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'.
INPUT_PARAMETER - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the input parameter value.
INPUT_PARAMETER - org.eclipse.persistence.jpa.jpql.WordParser.WordType
The word being scanned is an input parameter, it starts with either ':' or '?'.
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 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 method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
 
INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
INSTANTIABLE - org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Indicates the class has to be instantiable, i.e.
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
 
integerType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Integer.
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
This Filter is used to say the Expression is invalid without doing anything.
invalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
The Expression containing the invalid fragment.
InvalidExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
 
IPropertyChangeEvent<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This is used in conjunction with IPropertyChangeListener.
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
Determines whether this Expression is a parent of the given 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
 
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(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
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(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is a Boolean.
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(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
isClauseComplete(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
isClauseComplete(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
isClauseComplete(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
isClauseComplete(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
isClauseComplete(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
isClauseComplete(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
isClauseComplete(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
isClauseComplete(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
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
 
isCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
 
isCollection() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
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
Determines whether the given Expression is a CollectionExpression.
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
 
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
 
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
 
isCollectionType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of Collection.
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
Determines whether this DateTime represents the JPQL identifier CURRENT_DATE.
isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JPQL identifier CURRENT_DATE.
isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Determines whether this DateTime represents the JPQL identifier CURRENT_TIME.
isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JPQL identifier CURRENT_TIME.
isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Determines whether this DateTime represents the JPQL identifier CURRENT_TIMESTAMP.
isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JPQL identifier CURRENT_TIMESTAMP.
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
 
isDateType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is a Date, Timestamp or Calendar.
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
Determines whether the given AbstractPathExpression is found within a declaration expression.
isDecorated() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
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.
isEmbeddable() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
isEmbeddable() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether this IMapping is an embeddable type mapping.
isEmbeddableMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given mapping is an embeddable type mapping.
isEmbeddableMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
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
 
isEnumType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
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
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
 
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
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
 
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
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
 
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
 
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
 
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() - 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.
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.
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(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
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(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
 
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
 
isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
 
isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
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
 
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
 
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
 
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(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 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(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(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 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(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() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
Determines whether the Expression being visited is NotExpression or not.
isNotExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given Expression represents the negated expression.
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() - 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
 
isNull(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
isNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given object is null.
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(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
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(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
 
isObjectType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is the external form of Object.
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 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(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(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 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(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
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
 
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
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
 
isParsingComplete(WordParser, String, Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
 
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
 
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
 
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
 
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
 
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
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
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
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
isRequired() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
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
 
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
 
isRightType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
isRightType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
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
 
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(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
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(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType represents the String class.
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.
isSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Determines whether the given Expression is a subquery.
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
 
isSubqueryAllowedAnywhere() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
 
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
 
isThirdExpressionOptional() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
 
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
isTransient() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether this IMapping is a transient mapping.
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
 
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
 
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
 
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
 
isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
 
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() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Determines whether the visited Expression is valid or not based on the JPQLQueryBNF that was specified.
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(int, int) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Determines whether the expression at the given index is valid or not.
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(Expression, Class<? extends DefaultSemanticValidator.TypeValidator>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Determines whether the given Expression is of the correct type by using the DefaultSemanticValidator.TypeValidator.
isValid(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Determines whether the given Expression is valid by checking its JPQLQueryBNF with the JPQLQueryBNF associated with the given unique identifier.
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(Expression, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Determines whether the given Expression is valid by checking its JPQLQueryBNF with the list of JPQLQueryBNF associated with the given unique identifiers.
isValid(Expression, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Determines whether the given Expression is valid by checking its JPQLQueryBNF with the given JPQLQueryBNF.
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(JPQLQueryBNF, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given JPQLQueryBNF part is the given parent JPQLQueryBNF.
isValid(JPQLQueryBNF, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given JPQLQueryBNF part is the given parent JPQLQueryBNF.
isValid(JPQLQueryBNF, JPQLQueryBNF, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given JPQLQueryBNF part is the given parent JPQLQueryBNF.
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
Determines whether the visited Expression is part of an invalid fragment
isWithinInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Determines whether the given 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
 
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
Returns an ListIterable over the children.
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
 
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
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
 
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
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.

J

JavaQuery(IManagedTypeProvider, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.JavaQuery
Creates a new JavaQuery.
Join - Class in org.eclipse.persistence.jpa.jpql.parser
A JOIN enables the fetching of an association as a side effect of the execution of a query.
Join(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.Join
Creates a new Join.
JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'JOIN'.
JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'JOIN FETCH'.
Join_InvalidIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
Join_InvalidJoinAssociationPath - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
Join_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
Join_MissingJoinAssociationPath - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JOIN_TYPE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Notifies the join type property has changed.
JoinAssociationPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a join association path expression.
JoinAssociationPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
Creates a new JoinAssociationPathExpressionBNF.
joinAssociationPaths() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the segments in the state field path in order.
joinAssociationPathSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the number of segments in the path expression.
JoinBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the join expression.
JoinBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
Creates a new JoinBNF.
JoinBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
 
JoinCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
JoinCollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
JoinCollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
Creates a new JoinCollectionValuedPathExpressionFactory.
JoinFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This JoinFactory creates a new Join when the portion of the query to parse starts with JOIN or FETCH JOIN, respectively.
JoinFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
Creates a new JoinFactory.
JoinFetch_InvalidIdentification - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetch_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetch_MissingJoinAssociationPath - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetch_WrongClauseDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetchBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the fetch join expression.
JoinFetchBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinFetchBNF
Creates a new JoinFetchBNF.
joins - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
The list of JOIN expressions that are declared in the same declaration than the range variable declaration represented by this declaration.
JOINS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Notifies the content of the list of JoinStateObject has changed.
JoinStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A JOIN enables the fetching of an association as a side effect of the execution of a query.
JoinStateObject(AbstractIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Creates a new JoinStateObject.
JoinStateObject(AbstractIdentificationVariableDeclarationStateObject, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Creates a new JoinStateObject.
JPAVersion - Enum in org.eclipse.persistence.jpa.jpql
An enumeration listing the various releases of the Java Persistence specification.
JPQLExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A JPQLExpression is the root of the parsed tree representation of a JPQL query.
JPQLExpression(CharSequence, JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a new JPQLExpression, which is the root of the JPQL parsed tree.
JPQLExpression(CharSequence, JPQLGrammar, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a new JPQLExpression, which is the root of the JPQL parsed tree.
JPQLExpression(CharSequence, JPQLGrammar, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a new JPQLExpression that will parse the given fragment of a JPQL query.
JPQLExpression_InvalidQuery - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JPQLExpression_UnknownEnding - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JPQLGrammar - Interface in org.eclipse.persistence.jpa.jpql.parser
A JPQL grammar defines how a JPQL query can be parsed.
JPQLGrammar1_0 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.
JPQLGrammar1_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Creates a new JPQLGrammar1_0.
JPQLGrammar2_0 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
JPQLGrammar2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Creates a new JPQLExtension2_0.
JPQLGrammar2_1 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1.
JPQLGrammar2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Creates a new JPQLExtension2_1.
JPQLQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
This defines a single Backus-Naur Form (BNF) of the JPQL grammar.
JPQLQueryBNF(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Creates a new JPQLQueryBNF.
JPQLQueryBNFValidator(JPQLQueryBNF) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Creates a new JPQLQueryBNFValidator.
JPQLQueryBuilder1_0 - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the Java Persistence functional specification defined in JSR-220 - Enterprise JavaBeans 3.0.
JPQLQueryBuilder1_0() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates a new JPQLQueryBuilder1_0.
JPQLQueryBuilder2_0 - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the Java Persistence functional specification defined in JSR-337 - Java Persistence 2.0.
JPQLQueryBuilder2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a new JPQLQueryBuilder2_0.
JPQLQueryBuilder2_1 - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the Java Persistence functional specification defined in JSR-338 - Java Persistence 2.1.
JPQLQueryBuilder2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a new JPQLQueryBuilder2_1.
JPQLQueryBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
This builder wraps another builder and simply delegates the calls to it.
JPQLQueryBuilderWrapper(IJPQLQueryBuilder) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a new JPQLQueryBuilderWrapper.
JPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
JPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Creates a new JPQLQueryContext.
JPQLQueryContext(JPQLQueryContext, Expression) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Creates a new sub-JPQLQueryContext.
JPQLQueryContext.InputParameterVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor is responsible to find the InputParameters with a certain parameter name.
JPQLQueryContext.QueryExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor is responsible to retrieve the Expression that is the beginning of a query.
JPQLQueryDeclaration - Interface in org.eclipse.persistence.jpa.jpql
A JPQLQueryDeclaration represents either an identification variable declaration or a collection member declaration.
JPQLQueryDeclaration.Type - Enum in org.eclipse.persistence.jpa.jpql
This enum type defines the various types of declarations supported by both the JPA functional specification and EclipseLink.
JPQLQueryProblem - Interface in org.eclipse.persistence.jpa.jpql
A problem describes an issue found in a JPQL query because it is either grammatically or semantically incorrect.
JPQLQueryProblemMessages - Interface in org.eclipse.persistence.jpa.jpql
The list of messages used by JPQLQueryProblems when validating a JPQL query.
JPQLQueryProblemResourceBundle - Class in org.eclipse.persistence.jpa.jpql
The resource bundle containing the problems encountered in a JPQL query.
JPQLQueryProblemResourceBundle() - Constructor for class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
 
JPQLQueryStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the root of the StateObject hierarchy that represents a JPQL query.
JPQLQueryStateObject(IJPQLQueryBuilder, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Creates a new JPQLQueryStateObject.
JPQLStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the JPQL expression.
JPQLStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
Creates a new JPQLStatementBNF.

K

KEY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'KEY'.
KeyExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable qualified by the KEY operator is a path expression.
KeyExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
Creates a new KeyExpression.
KeyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This KeyExpressionFactory creates a new KeyExpression when the portion of the query to parse starts with KEY.
KeyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
Creates a new KeyExpressionFactory.
keyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
KeyExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that maps the keys of a Map.
KeyExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Creates a new KeyExpressionStateObject.
KeyExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Creates a new KeyExpressionStateObject.
KeyResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to return the map key, which means that for identification variables referring to an instance of an association or collection represented as a Map, the identification variable is of the abstract schema type of the map key.
KeyResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
Creates a new KeyResolver.
keyword(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
KeywordExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The expression representing some keywords: TRUE, FALSE or NULL.
KeywordExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Creates a new KeywordExpression.
KeywordExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This KeywordExpressionFactory creates a new KeywordExpression when the portion of the JPQL query to parse is FALSE, TRUE or NULL.
KeywordExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
Creates a new KeywordExpressionFactory.
KeywordExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The expression representing some keywords: TRUE, FALSE or NULL.
KeywordExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Creates a new KeywordExpressionStateObject.
KeywordExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Creates a new KeywordExpressionStateObject.

L

LAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LAST'.
LEADING - org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Only the leading part of the string will be trimmed.
LEADING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEADING'.
LEFT - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Only retrieves the identification variables that have been declared to the left of the expression requested them, both range and collection type variables are collected.
LEFT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT'.
LEFT_COLLECTION - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Only retrieves the identification variables that map a path expression defined in a JOIN expression or in a IN expression but that have been declared to the left of the expression requested them.
LEFT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '{'.
LEFT_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT JOIN'.
LEFT_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT JOIN FETCH'.
LEFT_OUTER_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT OUTER JOIN'.
LEFT_OUTER_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT OUTER JOIN FETCH'.
LEFT_PARENTHESIS - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '('.
LEFT_PARENTHESIS - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
The constant for the left parenthesis: '('.
LEFT_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Notifies the left state object property has changed.
leftIdentificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
leftIdentificationVariableValid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
leftParenthesisMissingKey(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
Returns the message key for the problem describing that the left parenthesis is missing.
leftStateFieldPathExpression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
leftStateFieldPathExpressionValid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
length() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the length of the string value.
length(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Returns the length of the string representation of the given Expression.
length(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
length(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
length(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression LENGTH(expression).
LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LENGTH'.
lengthBeforeEncapsulatedExpression(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns the length after the left parenthesis and before the encapsulated expression starts.
LengthExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LENGTH function returns the length of the string in characters as an integer.
LengthExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
Creates a new LengthExpression.
LengthExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LengthExpressionFactory creates a new LengthExpression when the portion of the query to parse starts with LENGTH.
LengthExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
Creates a new LengthExpressionFactory.
lengthExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
LengthExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LENGTH function returns the length of the string in characters as an integer.
LengthExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Creates a new LengthExpressionStateObject.
LengthExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Creates a new LengthExpressionStateObject.
LengthExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Creates a new LengthExpressionStateObject.
LESS_THAN_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for less-than symbol: <.
like(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
like(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
like(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
like(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
like(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
like(IConditionalExpressionStateObjectBuilder, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
like(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
like(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
like(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
like(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
LIKE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LIKE'.
LikeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LIKE condition is used to specify a search for a pattern.
LikeExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Creates a new LikeExpression.
LikeExpression_InvalidEscapeCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpression_MissingEscapeCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpression_MissingPatternValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpression_MissingStringExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a expression.
LikeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
Creates a new LikeExpressionBNF.
LikeExpressionEscapeCharacterBNF - Class in org.eclipse.persistence.jpa.jpql.parser
This BNF is used when parsing an invalid fragment or to extend the default grammar.
LikeExpressionEscapeCharacterBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
Creates a new LikeExpressionEscapeCharacterBNF.
LikeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LikeExpressionFactory creates a new LikeExpression when the portion of the query to parse starts with LIKE or NOT LIKE.
LikeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
Creates a new LikeExpressionFactory.
LikeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LIKE condition is used to specify a search for a pattern.
LikeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
LikeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
LikeExpressionStateObject(StateObject, StateObject, boolean, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
LikeExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
list(E...) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Returns a list corresponding to the specified array.
list(Iterator<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Creates a new List and adds the items returned by the given ListIterator.
ListChangeEvent<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of IListChangeListener where the generics is the type of the items.
ListChangeEvent(StateObject, List<? extends T>, IListChangeEvent.EventType, String, List<? extends T>, int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Creates a new ListChangeEvent.
listChangeListeners(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
 
ListHolderStateObject<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
A ListHolderStateObject is a StateObject having a list of children and this gives access to some operation over the list.
ListIterable<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.iterable
A ListIterable simply forces the returned object to be an instance of ListIterator.
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Returns the name that is uniquely identifying the list.
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
 
listName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
 
literal - Variable in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
The literal value retrieved from the visited Expression.
literal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
literal(Expression, LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Retrieves the "literal" from the given Expression.
literal(Expression, LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the "literal" from the given Expression.
literal(Expression, LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Retrieves the "literal" from the given Expression.
LiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for literals, which is based on the listing defined in section 4.6.1 of the Java Specification document for JPA 2.0.
LiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
Creates a new LiteralBNF.
LiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LiteralExpressionFactory is responsible to return the right literal expression.
LiteralExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
Creates a new LiteralExpressionFactory.
literals(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
LiteralType - Enum in org.eclipse.persistence.jpa.jpql
Some Expression can have a "literal", this enumeration is used to visit an Expression and to retrieve the right value.
LiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor traverses an Expression and retrieves the "literal" value.
LiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Creates a new AbstractLiteralVisitor.
LocalCloneIterator(CloneIterator.Remover<E>, Object[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable.LocalCloneIterator
 
LocalCloneListIterator(CloneListIterator.Mutator<E>, Object[]) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable.LocalCloneListIterator
 
locate(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
locate(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
locate(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
locate(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression LOCATE(string_primary, string_primary).
locate(T, T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
locate(T, T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression LOCATE(string_primary, string_primary [, simple_arithmetic_expression]).
LOCATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LOCATE'.
LocateExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LOCATE function returns the position of a given string within a string, starting the search at a specified position.
LocateExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
Creates a new LocateExpression.
LocateExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_InvalidThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingFirstComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingSecondComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_ThirdExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LocateExpressionFactory creates a new LocateExpression when the portion of the query to parse starts with LOCATE.
LocateExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
Creates a new LocateExpressionFactory.
locateExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
LocateExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LOCATE function returns the position of a given string within a string, starting the search at a specified position.
LocateExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
lockedExpressions - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Used to prevent and infinite recursion when one of the visit method is virtually asking a child expression to be visited.
LOGICAL - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the logical identifiers (AND and OR) can be appended as valid proposals.
LogicalExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents a logical expression, which means the first and second expressions are aggregated with either AND or OR.
LogicalExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
Creates a new LogicalExpression.
LogicalExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression represents a logical expression, which means the first and second expressions are aggregated with either the AND or the OR operator.
LogicalExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
Creates a new LogicalExpressionStateObject.
LogicalExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
Creates a new LogicalExpressionStateObject.
LogicalExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
Creates a new LogicalExpressionStateObject.
LONG_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a long.
longType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Long}.
longType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
longType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Long.
longType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive long, into the Long type.
longType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
longType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive long, into the Long type.
longuestIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the longest possible JPQL identifier that is related to the given proposal if the proposal is a JPQL identifier and contains multiple words.
lower(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lower(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lower(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
LOWER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LOWER'.
LOWER_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the StateObject representing the lower bound expression has changed.
LOWER_THAN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<'.
LOWER_THAN_OR_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<='.
LOWERCASE - org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
The JPQL identifiers are written out with lowercase letters.
LowerExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LOWER function converts a string to lower case and it returns a string.
LowerExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
Creates a new LowerExpression.
LowerExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LowerExpressionFactory creates a new LowerExpression when the portion of the query to parse starts with LOWER.
LowerExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
Creates a new LowerExpressionFactory.
lowerExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
LowerExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LOWER function converts a string to lower case and it returns a string.
LowerExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Creates a new LowerExpressionStateObject.
LowerExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Creates a new LowerExpressionStateObject.
LowerExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Creates a new LowerExpressionStateObject.
lowerThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lowerThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lowerThan(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lowerThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lowerThan(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThan(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lowerThan(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lowerThan(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lowerThanOrEqual(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lowerThanOrEqual(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
lowerThanOrEqual(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 

M

managedTypeProvider - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
The external form of a provider that gives access to the JPA metadata.
managedTypeProvider - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
managedTypeProvider - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
The external form of a provider that gives access to the JPA metadata.
managedTypeProvider - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
The external form of a provider that gives access to the JPA metadata.
managedTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Returns the managed types available within the context of this provider.
MANY_TO_MANY - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a many to many mapping.
MANY_TO_ONE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a many to one mapping.
MapManagedType(IManagedTypeProvider, IType) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
MapManagedType(IManagedTypeProvider, IType) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
MappingFilterBuilder(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
mappings() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible mappings, which can be state fields, association fields and/or collection fields depending on the location used to retrieve the possible proposals.
mappings() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
 
mappings() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
mappings() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
mappings() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
mappings() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Returns the collection of mappings defined in this managed type.
mapType - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
mapType - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
mapType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Map}.
mapType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
mapType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Map.
max(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
max(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
max(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
max(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression MAX(path).
MAX - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MAX'.
maxCollectionSize(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
maxCollectionSize(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
maxCollectionSize(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
maxCollectionSize(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
maxCollectionSize(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
maxCollectionSize(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
maxCollectionSize(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
maxCollectionSize(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
maxCollectionSize(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
maxCollectionSize(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
maxCollectionSize(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
maxCollectionSize(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
maxCollectionSize(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Returns the maximum number of encapsulated expressions the Expression allows.
maxDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
maxDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
maxDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression MAX(DISTINCT path).
MaxFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
MaxFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
Creates a new MaxFunction.
MaxFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This MaxFunctionFactory creates a new MaxFunction when the portion of the query to parse starts with MAX.
MaxFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
Creates a new MaxFunctionFactory.
maxFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
MaxFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
MaxFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
member(boolean, boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
member(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
member(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
member(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
MEMBER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MEMBER'.
MEMBER_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MEMBER OF'.
memberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
memberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
memberOf(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
min(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
min(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
min(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
min(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
MIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MIN'.
minDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
minDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
minDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
MinFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
MinFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MinFunction
Creates a new MinFunction.
MinFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This MinFunctionFactory creates a new MinFunction when the portion of the query to parse starts with MIN.
MinFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
Creates a new MinFunctionFactory.
minFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
MinFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
MinFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
minus(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
minus(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
minus(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression - x.
MINUS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the minus sign '-'.
missingCommaKey() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
mod(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
mod(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
mod(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression MOD(simple_arithmetic_expression, simple_arithmetic_expression).
MOD - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MOD'.
ModExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The modulo operation finds the remainder of division of one number by another.
ModExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ModExpression
Creates a new ModExpression.
ModExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ModExpressionFactory creates a new ModExpression when the portion of the query to parse starts with MOD.
ModExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
Creates a new ModExpressionFactory.
modExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
ModExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The modulo operation finds the remainder of division of one number by another.
ModExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Creates a new ModExpressionStateObject.
ModExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Creates a new ModExpressionStateObject.
ModExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Creates a new ModExpressionStateObject.
moveBackward(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves backward the position of the cursor by the given amount.
moveBackward(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves the position of the cursor by the length of the given word.
MOVED_DOWN - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the list changed by having some items have moved down the list.
MOVED_UP - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the list changed by having some items have moved up the list.
moveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
moveDown(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
moveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
moveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
moveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
moveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
moveDown(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveForward(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves forward the position of the cursor by the given amount.
moveForward(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves the position of the cursor by the length of the given word.
moveForwardIgnoreWhitespace(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves the position of the cursor by the length of the given word and ignore any different in whitespace count.
moveItem(ListHolderStateObject<T>, List<T>, IListChangeEvent.EventType, String, T, int, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Moves the given item from its current position to a new position in the list owned by its parent.
moveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
moveUp(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Moves the given item up by one position in the list owned by its parent.
moveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
moveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
moveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
moveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
moveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
moveUp(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Moves the given StateObject up by one position in the list owned by its parent.
MULTIPLICATION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for multiplication sign '*'.
MultiplicationExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
MultiplicationExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
Creates a new MultiplicationExpression.
MultiplicationExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MultiplicationExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MultiplicationExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression * arithmetic_term
MultiplicationExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Creates a new MultiplicationExpressionStateObject.
MultiplicationExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Creates a new MultiplicationExpressionStateObject.
MultiplicationExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Creates a new MultiplicationExpressionStateObject.
multiply(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
multiply(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
multiply(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x * y.

N

NAMED_PARAMETER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for ':'.
nestedArraySize - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
The number of items contained in the nested array or -1 if the Expression does not represent a nested array.
nestedArraySize(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Returns the number of items in the nested array if the given Expression represents one.
NestedArrayVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
 
nestedNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
The collection passed in during construction held elements of type E, so this cast is not a problem.
nestedNext() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
The list passed in during construction held elements of type E, so this cast is not a problem.
nestedPrevious() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
The list passed in during construction held elements of type E, so this cast is not a problem.
NEW - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NEW'.
new_(String, ISelectExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
 
new_(String, ISelectExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
new_(String, ISelectExpressionStateObjectBuilder...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
 
new_(String, ISelectExpressionStateObjectBuilder...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Creates the expression NEW constructor_name(identification_variable).
NEW_VALUE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Notifies the new value property has changed.
newAttributeName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
The new name of the attribute.
newClassName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
The current name of the class to rename.
newClassName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
The current name of the class to rename.
newDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
The new Declaration.
newEntityName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
The current name of the entity to rename.
newEntityName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
The current name of the entity to rename.
newEnumConstant - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
The current name of the enum constant to rename.
newEnumConstant - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
The current name of the enum constant to rename.
newFieldName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
The new name of the attribute.
newLine() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
newSubqueryContext(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Changes the state of this context to use the given subquery.
newSubqueryContext(SimpleSelectStatement) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Changes the state of this helper to use the given subquery.
newSubqueryContext(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
NewValueBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a new value expression.
NewValueBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
Creates a new NewValueBNF.
newVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
The new name of the result variable.
newVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.VariableNameRenamer
The new name of the identification variable.
newVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
The new name of the result variable.
newVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
The new name of the identification variable.
next() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
 
next() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
 
next() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
 
next() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
 
next() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
nextIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
 
nextIndex() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
nonCompoundChildren() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the set of all the query BNFs that are part of this BNF.
NONE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Simply indicates the identification variables should not be collected.
NOT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT'.
NOT_BETWEEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT BETWEEN'.
NOT_DEFINED - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for a character that is not defined.
NOT_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '!='.
NOT_EXISTS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT EXISTS'.
NOT_IN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT IN'.
NOT_LIKE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT LIKE'.
NOT_MEMBER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT MEMBER'.
NOT_MEMBER_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT MEMBER OF'.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
notBetween(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notBetween(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notBetween(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notExists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notExists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notExists(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NotExpression - Class in org.eclipse.persistence.jpa.jpql.parser
BNF: expression ::= NOT conditional_primary
NotExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Creates a new NotExpression.
NotExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NotExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NotExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This NotExpressionFactory creates a new NotExpression when the portion of the query to parse starts with NOT.
NotExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
Creates a new NotExpressionFactory.
NotExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
BNF: expression ::= NOT conditional_primary
NotExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Creates a new NotExpressionStateObject.
NotExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Creates a new NotExpressionStateObject.
NotExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Creates a new NotExpressionStateObject.
NotExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
 
notIn(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notIn(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notIn(String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notIn(IConditionalExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notIn(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notIn(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notIn(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notIn(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notIn(T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notLike(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notLike(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notLike(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notLike(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notLike(IConditionalExpressionStateObjectBuilder, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notLike(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notLike(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notLike(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notLike(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notMember(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notMember(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notMember(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notMemberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
notMemberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
notMemberOf(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULL'.
NULL() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
NULL() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
NULL() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
 
NULL() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NULL() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
Creates a new expression representing the NULL keyword.
NULL_EXTENSION - Static variable in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
A null-instance of this extension.
NULL_HELPER - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
The null instance of ContentAssistExtension.
NullComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A null comparison tests whether or not the single-valued path expression or input parameter is a NULL value.
NullComparisonExpression(AbstractExpression, String, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Creates a new NullComparisonExpression.
NullComparisonExpression_InvalidType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullComparisonExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a null comparison expression.
NullComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
Creates a new NullComparisonExpressionBNF.
NullComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A null comparison tests whether or not the single-valued path expression or input parameter is a NULL value.
NullComparisonExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A null Expression is used instead of a true null, which allows operations to be performed without doing a null check first.
NullExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Creates a new NullExpression.
NullExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.NullExpressionVisitor
Creates a new NullExpressionVisitor.
NullFilter - Class in org.eclipse.persistence.jpa.jpql.utility.filter
A null implementation of a Filter.
nullIf(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
nullIf(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Create the expression NULLIF(scalar_expression, scalar_expression).
NULLIF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLIF'.
NullIfExpression - Class in org.eclipse.persistence.jpa.jpql.parser
NULLIF returns the first expression if the two expressions are not equal.
NullIfExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
Creates a new NullIfExpression.
NullIfExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a nullif expression.
NullIfExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
Creates a new NullIfExpressionBNF.
NullIfExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This NullIfExpressionFactory creates a new NullIfExpression when the portion of the query to parse starts with NULLIF.
NullIfExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
Creates a new NullIfExpressionFactory.
nullIfExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
NullIfExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
NULLIF returns the first expression if the two expressions are not equal.
NullIfExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Creates a new NullIfExpressionStateObject.
NullIfExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Creates a new NullIfExpressionStateObject.
NullIfExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Creates a new NullIfExpressionStateObject.
NullResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
A "null" implementation of a Resolver.
NullResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
Creates a new NullResolver.
NULLS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLS'.
NULLS_FIRST - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
The constant for 'NULLS FIRST', which tells to order nulls first.
NULLS_FIRST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLS FIRST'.
NULLS_LAST - org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
The constant for 'NULLS LAST', which tells to order nulls last.
NULLS_LAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLS LAST'.
nullValueVisitor - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
This validator determines whether the Expression visited represents Expression.NULL.
NullValueVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NullValueVisitor
 
numberType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Number}.
numberType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
numberType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Number.
numeric(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
numeric(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
numeric(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the numeric literal.
numeric(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
numeric(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the numeric literal.
NUMERIC_LITERAL - org.eclipse.persistence.jpa.jpql.WordParser.WordType
The word being scanned is a numeric literal (decimal or hexadecimal number).
numericLiteral() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the numeric literal that should be the current word to parse.
NumericLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
Exact numeric literals support the use of Java integer literal syntax as well as SQL exact numeric literal syntax.
NumericLiteral(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Creates a new NumericLiteral.
NumericLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Creates a new NumericLiteral.
NumericLiteral_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NumericLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a numeric literal.
NumericLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
Creates a new NumericLiteralExpressionBNF.
NumericLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Exact numeric literals support the use of Java integer literal syntax as well as SQL exact numeric literal syntax.
NumericLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Creates a new NumericLiteralStateObject.
NumericLiteralStateObject(StateObject, Number) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Creates a new NumericLiteralStateObject.
NumericLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Creates a new NumericLiteralStateObject.
NumericResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to return the numeric type for a list of Resolvers.
NumericResolver(Resolver, Collection<Resolver>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
Creates a new NumericResolver.
NumericResolver(Resolver, Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
Creates a new NumericResolver.
NumericTypeComparator - Class in org.eclipse.persistence.jpa.jpql.tools
This Comparator is used to sort ITypes based on the numerical priority.
NumericTypeComparator(TypeHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.NumericTypeComparator
Creates a new NumericTypeComparator.
NumericTypeValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 

O

object(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
 
object(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
object(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
 
object(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Creates the expression OBJECT(identification_variable).
OBJECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OBJECT'.
ObjectExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Stand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.
ObjectExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
Creates a new ObjectExpression.
ObjectExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an object expression.
ObjectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
Creates a new ObjectExpressionBNF.
ObjectExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ObjectExpressionFactory creates a new ObjectExpression when the portion of the query to parse starts with OBJECT.
ObjectExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
Creates a new ObjectExpressionFactory.
objectExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
ObjectExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Stand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.
ObjectExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Creates a new ObjectExpressionStateObject.
ObjectExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Creates a new ObjectExpressionStateObject.
objectType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Object}.
objectType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
objectType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Object.
objectTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Returns the;@link Object } for the;@link IType} representing the Object class.
objectTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
objectTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the ITypeDeclaration for the IType representing the Object class.
OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OF'.
OF_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Notifies the visibility of the OF identifier has changed.
oldAttributeName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
The current name of the attribute to rename.
oldClassName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
The new name of the class.
oldClassName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
The new name of the class.
oldDeclaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
The Declaration being modified.
oldEntityName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
The new name of the entity.
oldEntityName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
The new name of the entity.
oldEnumConstant - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
The new name of the enum constant.
oldEnumConstant - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
The new name of the enum constant.
oldFieldName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
The current name of the attribute to rename.
oldVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
The current result variable name.
oldVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.VariableNameRenamer
The current identification variable name.
oldVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
The current result variable name.
oldVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
The current identification variable name.
ON - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ON', which is an EclipseLink specific identifier that was added in version 2.4.
OnClause - Class in org.eclipse.persistence.jpa.jpql.parser
Returns an expression that allows a join ON clause to be defined.
OnClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OnClause
Creates a new OnClause.
OnClause_InvalidConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OnClause_MissingConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OnClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the on clause.
OnClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
Creates a new WhereClauseBNF.
OnClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OnClauseFactory creates a new OnClause when the portion of the query to parse starts with ON.
OnClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
Creates a new OnClauseFactory.
ONE - org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
Only one parameter is allowed.
ONE_OR_MANY - org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
[1, n] are allowed.
ONE_TO_MANY - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a one to many mapping.
ONE_TO_ONE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a one to one mapping.
OPERATOR - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'OPERATOR', which is an EclipseLink specific identifier that was added in version 2.4.
operatorString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
 
operatorString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
Returns a string representation of the filter's operator.
or(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
or(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
or(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
OR - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OR'.
ORDER_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ORDER BY'.
ORDER_BY_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Notify the state object representing the ORDER BY clause has changed.
ORDER_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Notify the list of StateObjects representing the ORDER BY items.
ORDER_SIBLINGS_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ORDER SIBLINGS BY'.
orderByClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
OrderByClause - Class in org.eclipse.persistence.jpa.jpql.parser
The ORDER BY clause allows the objects or values that are returned by the query to be ordered.
OrderByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
Creates a new OrderByClause.
OrderByClause_OrderByItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByClause_OrderByItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByClause_OrderByItemMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order by clause.
OrderByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
Creates a new OrderByClauseBNF.
OrderByClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
OrderByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrderByClauseFactory creates a new OrderByClause when the portion of the query to parse starts with ORDER BY.
OrderByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
Creates a new OrderByClauseFactory.
OrderByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
OrderByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.OrderByClauseStatementHelper
 
OrderByClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The ORDER BY clause allows the objects or values that are returned by the query to be ordered.
OrderByClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Creates a new OrderByClauseStateObject.
OrderByItem - Class in org.eclipse.persistence.jpa.jpql.parser
An orderby_item must be one of the following: A state_field_path_expression that evaluates to an orderable state field of an entity or embeddable class abstract schema type designated in the SELECT clause by one of the following: A general_identification_variable A single_valued_object_path_expression A state_field_path_expression that evaluates to the same state field of the same entity or embeddable abstract schema type as a state_field_path_expression in the SELECT clause A result_variable that refers to an orderable item in the SELECT clause for which the same result_variable has been specified.
OrderByItem(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Creates a new OrderByItem.
OrderByItem_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByItem_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByItem.NullOrdering - Enum in org.eclipse.persistence.jpa.jpql.parser
This enumeration lists all the possible choices for ordering nulls in an item.
OrderByItem.Ordering - Enum in org.eclipse.persistence.jpa.jpql.parser
This enumeration lists all the possible choices for ordering an item.
OrderByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order by item expression.
OrderByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
Creates a new OrderByItemBNF.
OrderByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrderByItemFactory creates a new OrderByItem.
OrderByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
Creates a new OrderByItemFactory.
OrderByItemStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An ORDER BY item must be one of the following: A state_field_path_expression that evaluates to an orderable state field of an entity or embeddable class abstract schema type designated in the SELECT clause by one of the following: A general_identification_variable A single_valued_object_path_expression A state_field_path_expression that evaluates to the same state field of the same entity or embeddable abstract schema type as a state_field_path_expression in the SELECT clause A result_variable that refers to an orderable item in the SELECT clause for which the same result_variable has been specified.
OrderByItemStateObject(OrderByClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByItemStateObject(OrderByClauseStateObject, String, OrderByItem.Ordering) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByItemStateObject(OrderByClauseStateObject, OrderByItem.Ordering) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByItemStateObject(OrderByClauseStateObject, StateObject, OrderByItem.Ordering) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
orderedChildren() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
 
orderedChildren() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the list representing this Expression and its children.
ORDERING_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Notifies the ordering property has changed.
OrderSiblingsByClause - Class in org.eclipse.persistence.jpa.jpql.parser
In a hierarchical query, if the rows of siblings of the same parent need to be ordered, then the ORDER SIBLINGS BY clause should be used.
OrderSiblingsByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
Creates a new OrderSiblingsByClause.
OrderSiblingsByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order siblings by clause.
OrderSiblingsByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
Creates a new OrderSiblingsByClauseBNF.
OrderSiblingsByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrderSiblingsByClauseFactory creates a new OrderSiblingsByClause when the portion of the query to parse starts with ORDER SIBLINGS BY.
OrderSiblingsByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
Creates a new OrderSiblingsByClauseFactory.
OrExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The OR logical operator chains multiple criteria together.
OrExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrExpression
Creates a new OrExpression.
OrExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrExpressionFactory creates a new OrExpression when the portion of the query to parse starts with OR.
OrExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
Creates a new OrExpressionFactory.
OrExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The OR logical operator chains multiple criteria together.
OrExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Creates a new OrExpressionStateObject.
OrExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Creates a new OrExpressionStateObject.
OrExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Creates a new OrExpressionStateObject.
org.eclipse.persistence.jpa.jpql - package org.eclipse.persistence.jpa.jpql
This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools.
org.eclipse.persistence.jpa.jpql.parser - package org.eclipse.persistence.jpa.jpql.parser
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
org.eclipse.persistence.jpa.jpql.tools - package org.eclipse.persistence.jpa.jpql.tools
 
org.eclipse.persistence.jpa.jpql.tools.model - package org.eclipse.persistence.jpa.jpql.tools.model
The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.
org.eclipse.persistence.jpa.jpql.tools.model.query - package org.eclipse.persistence.jpa.jpql.tools.model.query
This package contains the StateObject classes that represents a JPQL query.
org.eclipse.persistence.jpa.jpql.tools.resolver - package org.eclipse.persistence.jpa.jpql.tools.resolver
 
org.eclipse.persistence.jpa.jpql.tools.spi - package org.eclipse.persistence.jpa.jpql.tools.spi
The Hermes SPI defines how the parser and its related features can retrieve information about the JPA managed types from the application.
org.eclipse.persistence.jpa.jpql.tools.utility - package org.eclipse.persistence.jpa.jpql.tools.utility
 
org.eclipse.persistence.jpa.jpql.tools.utility.filter - package org.eclipse.persistence.jpa.jpql.tools.utility.filter
 
org.eclipse.persistence.jpa.jpql.tools.utility.iterable - package org.eclipse.persistence.jpa.jpql.tools.utility.iterable
 
org.eclipse.persistence.jpa.jpql.tools.utility.iterator - package org.eclipse.persistence.jpa.jpql.tools.utility.iterator
 
org.eclipse.persistence.jpa.jpql.utility - package org.eclipse.persistence.jpa.jpql.utility
Contains utility classes used by Hermes.
org.eclipse.persistence.jpa.jpql.utility.filter - package org.eclipse.persistence.jpa.jpql.utility.filter
 
org.eclipse.persistence.jpa.jpql.utility.iterable - package org.eclipse.persistence.jpa.jpql.utility.iterable
 
org.eclipse.persistence.jpa.jpql.utility.iterator - package org.eclipse.persistence.jpa.jpql.utility.iterator
 
orParse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Parses the given JPQL fragment as the right side of an OR expression.
OUTER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OUTER'.
outerVariableName - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
The identification variable coming from the parent identification variable declaration.
OwningClauseVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Creates a new OwningClauseVisitor.
OwningStatementVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 

P

parameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
parameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
 
parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
 
parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
 
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
The concrete instance of AbstractFromClauseStateObject where the new identification variable declaration is added.
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
The parent StateObject of the StateObject to create.
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
The virtual IManagedType.
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 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.
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(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(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
 
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
 
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
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.
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
 
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, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
 
parse(WordParser, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
 
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, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
 
parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
 
parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
 
parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
 
parse(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
 
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
 
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
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
 
parseEncapsulatedExpression(WordParser, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
 
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() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Parses the JPQL identifier identifier the type of union.
parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
 
parseIdentifier(WordParser) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
 
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
 
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(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(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.
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 - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
The name of the path for which its type will be retrieved.
path(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
path(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
path(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new state field path expression.
PATH_EXPRESSION_ALL_PATH - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the entire state field path or collection-valued path expression.
PATH_EXPRESSION_IDENTIFICATION_VARIABLE - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the identification variable name of a path expression.
PATH_EXPRESSION_LAST_PATH - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the last path of a state field path or collection-valued path expression.
pathExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
The AbstractPathExpression being scanned for its location within the JPQL query.
PathExpression_NotRelationshipMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
pathExpressionUpdater - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
The RefactoringTool.StateObjectUpdater that updates the state field path expression when notified.
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(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
plus(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
plus(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression + x.
PLUS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for for the plus sign '+'.
pop() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
Retrieves the StateObject that is on the stack.
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
 
populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
 
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() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the current position of the cursor.
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(Expression, int...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
POSITION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'POSITION', which is an unused keyword.
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(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
preExpressionLength(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
preExpressionLength(AbstractOrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
preExpressionLength(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
preExpressionLength(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
preExpressionLength(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
preExpressionLength(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
preExpressionLength(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
preExpressionLength(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
preExpressionLength(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
preExpressionLength(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
 
preExpressionLength(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
preExpressionLength(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
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.
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
The file name of the .properties file that is equivalent to this ListResourceBundle.
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.

Q

QualifiedIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a qualified identification variable expression.
QualifiedIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
Creates a new QualifiedIdentificationVariableBNF.
qualifyRangeDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
 
QualifyRangeDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
 
QUERY_STATEMENT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Notifies the query statement has changed.
queryBNF(AbstractDoubleEncapsulatedExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
queryBNF(AbstractFromClause, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
 
queryBNF(AbstractOrderByClause, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
 
queryBNF(AbstractTripleEncapsulatedExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
queryBNF(ConcatExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
 
queryBNF(ConstructorExpression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
 
queryBNF(DeleteClause, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
queryBNF(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
 
queryBNF(GroupByClause, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
 
queryBNF(IdentificationVariableDeclaration, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
 
queryBNF(UpdateClause, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
queryBNF(T, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
queryBNF(T, int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
Returns the JPQLQueryBNF that defines the fragment at the given position.
queryContext - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
The context used to query information about the JPQL query.
QueryExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
 
queryPosition - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
This QueryPosition has the position of each Expression within the valid fragment of the JPQL query.
queryPosition - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Contains the position of the cursor within the parsed Expression from the root node up to the deepest leaf node.
QueryPosition - Class in org.eclipse.persistence.jpa.jpql.parser
This object contains the cursor position within the parsed tree and within each of the Expression from the root to the deepest leaf.
QueryPosition(int) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Creates a new QueryPosition.
QUOTATION_MARK_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for quotation mark: ".
quote(String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Returns the given string literal by wrapping it with single quotes.
QUOTE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for single quote.

R

RANGE - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps to an entity.
RangeDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This RangeDeclaration represents an identification variable declaration that was declared in the FROM clause of a SELECT top-level query or subquery.
RangeDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
Creates a new RangeDeclaration.
RangeDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
 
RangeDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
Creates a new RangeDeclarationBNF.
RangeDeclarationBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.RangeDeclarationBuilder
 
RangeDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
RangeDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
Creates a new RangeDeclarationFactory.
RangeVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
Range variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.
RangeVariableDeclaration(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Creates a new RangeVariableDeclaration, which is used as a virtual declaration.
RangeVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Creates a new RangeVariableDeclaration.
RangeVariableDeclaration_InvalidRootObject - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RangeVariableDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RangeVariableDeclaration_MissingRootObject - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RangeVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a range variable declaration expression.
RangeVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
Creates a new SubselectIdentificationVariableDeclarationBNF.
RangeVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
RangeVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
Creates a new RangeVariableDeclarationFactory.
RangeVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Range variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.
RangeVariableDeclarationStateObject(AbstractModifyClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
RangeVariableDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
 
rebuildActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Rebuilds the actual parsed text if it has been cached.
rebuildParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Rebuilds the parsed parsed text if it has been cached.
RefactoringDelta - Interface in org.eclipse.persistence.jpa.jpql.tools
A refactoring delta contains an ordered collection of TextEdit.
RefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
The abstract implementation providing refactoring support for JPQL queries.
RefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Creates a new RefactoringTool.
RefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Creates a new RefactoringTool.
RefactoringTool.ClassNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor renames a fully qualified class name.
RefactoringTool.EntityNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor renames an entity name.
RefactoringTool.EnumConstantRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor renames an enum constant.
RefactoringTool.FieldNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor renames any segment of a path expression.
RefactoringTool.ResultVariableNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor renames all the result variables found in the JPQL query.
RefactoringTool.StateObjectUpdater<T extends StateObject> - Interface in org.eclipse.persistence.jpa.jpql.tools
This interface is used to transparently push the new value into the StateObject.
RefactoringTool.VariableNameRenamer - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor renames all the identification variables found in the JPQL query.
REGEXP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'REGEXP'.
RegexpExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The REGEXP condition is used to specify a search for a pattern.
RegexpExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Creates a new LikeExpression.
RegexpExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_InvalidPatternValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_InvalidStringExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_MissingPatternValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_MissingStringExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a REGEXP expression.
RegexpExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
Creates a new RegexpExpressionBNF.
RegexpExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This RegexpExpressionFactory creates a new RegexpExpression when the portion of the query to parse starts with REGEXP.
RegexpExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
Creates a new RegexpExpressionFactory.
registerBNF(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Registers the given JPQLQueryBNF.
registerBNF(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the given JPQLQueryBNF.
registerChild(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Registers the unique identifier of the BNF rule as a child of this BNF rule.
registerExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Registers a unique identifier of the ExpressionFactory to register with this BNF rule.
registerFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Registers a unique identifier that will be used to create the Expression representing this BNF rule.
registerFactory(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Registers the given ExpressionFactory by storing it for all its identifiers.
registerFactory(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the given ExpressionFactory by storing it for all its identifiers.
registerHelper(Class<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Registers the given helper associated with the given helper class.
registerHelper(String, Object) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Registers the given helper.
registerIdentificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
This flag is used to register the IdentificationVariables that are used throughout the query (top-level query and subqueries), except the identification variables defining an abstract schema name or a collection-valued path expression.
registerIdentifierRole(String, IdentifierRole) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Registers the IdentifierRole for the given JPQL identifier.
registerIdentifierRole(String, IdentifierRole) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the IdentifierRole for the given JPQL identifier.
registerIdentifierVersion(String, JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Registers the JPAVersion for which the given JPQL identifier was defined.
registerIdentifierVersion(String, JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the JPAVersion for which the given JPQL identifier was defined.
registerQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Registers the unique identifier of the BNF rule as a child of this BNF rule.
remove() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
 
remove() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
 
remove() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
 
remove() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
 
remove() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
remove(int) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
 
remove(int) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
Remove the element at the specified index from the original list.
remove(int) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
remove(int) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
Remove the specified object from the original list.
remove(int) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Remove the specified element from the original list.
remove(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable.DefaultRemover
 
remove(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable
Remove the specified element from the original collection.
remove(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Remove the specified element from the original collection.
remove(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
 
remove(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover
Remove the specified object from the original collection.
removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Makes sure the AS identifier is not specified.
removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Makes sure the AS identifier is not used.
removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Makes sure the AS identifier is not specified.
removeCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Removes the case operand.
REMOVED - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the list changed by having items removed.
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
 
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Removes the encapsulated Expression that was parsed, it should not be part of this one.
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
 
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
 
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
removeEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
 
removeGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Removes the GROUP BY clause.
removeHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Removes the HAVING clause.
removeIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Removes the given JPQL identifier.
removeItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Removes the single path at the given index.
removeItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
removeItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Removes the given item from the list of children.
removeItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
removeItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
removeItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
removeItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
removeItem(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
removeItem(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
removeItems(Collection<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
removeItems(Collection<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
removeItems(Collection<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
removeItems(Collection<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
removeItems(Collection<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
removeItems(Collection<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Removes the given StateObject from the list of children.
removeItems(ListHolderStateObject<T>, List<? extends T>, String, Collection<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Removes the given items from the list of children.
removeListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
removeListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
removeListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
removeListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
removeListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
removeListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
 
removeListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListener(Map<String, List<T>>, Class<?>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Unregisters the given listener that was registered for the specified name.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Makes sure the AS identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Makes sure the NOT identifier is not specified.
removeOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the OF identifier is not specified.
removeOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Removes the ORDER BY clause.
removeOrdering() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Removes the ordering if it's specified, otherwise do nothing.
removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Unregisters the given IPropertyChangeListener that was registered for the specified property.
removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Unregisters the given IPropertyChangeListener that was registered for the specified property.
removeSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Removes the trim specification.
removeTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Removes the trim character if it is defined.
removeVirtualSpace() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Removes the last virtual space from the stack.
removeWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Removes the WHERE clause.
removeWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Removes the WHERE clause.
rename(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
Performs the rename on the path expression.
rename(AbstractPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
Performs the rename on the path expression.
renameAttribute(Class<?>, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames the attribute (persistent field or persistent property) from the given type.
renameAttribute(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames the attribute (persistent field or persistent property) from the given type.
renameAttribute(IType, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames the attribute (persistent field or persistent property) from the given type.
renameClassName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a fully qualified class name.
renameClassName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a fully qualified class name.
renameEntityName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a given entity name.
renameEntityName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a given entity name.
renameEnumConstant(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames an enum constant, which has to be fully qualified.
renameEnumConstant(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames an enum constant, which has to be fully qualified.
renameEnumConstant(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
 
renameEnumConstant(AbstractPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
 
renameField(Class<?>, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a field from the given type.
renameField(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a field from the given type.
renameField(IType, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a field from the given type.
renameIdentificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
Makes sure an identification variable is renamed only when it's used by an order by item.
renameIdentificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
Makes sure an identification variable is renamed only when it's used by an order by item.
renameResultVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a result variable name.
renameResultVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a result variable name.
renameVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a variable name.
renameVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a variable name.
REPLACED - org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Specifies the list changed by having a single item replaced.
replaceItem(ListHolderStateObject<T>, List<T>, String, int, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Replaces the item at the given position by a new one.
replaceItems(ListHolderStateObject<T>, List<T>, String, List<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Replaces the given list by removing any existing items and adding the items contained in the second list.
reposition(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
Repositions the given position that is based on the generated JPQL query to be the position from the JPQL fragment that was parsed.
reposition(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Re-adjusts the given positions, which is based on the non-escaped version of the given query, by making sure it is pointing at the same position within query, which contains references (escape characters).
reposition(CharSequence, int[], CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Adjusts the positions contained by the given array of either one or two elements, which is based on the given query1, by translating those positions to be at the equivalent position within query2.
repositionCursor(CharSequence, int, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Adjusts the position, which is based on the given query1, by translating it to be at the equivalent position within query2.
repositionJava(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Re-adjusts the given positions, which is based on the non-escaped version of the given query, by making sure it is pointing at the same position within query, which contains references (escape characters).
resolveDerivePathResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Creates the Resolver for a unqualified derived path expression.
resolveEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Resolves the abstract schema name and retrieve the associated IEntity.
resolveManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Resolves
resolveManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
 
resolveManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Retrieves the IManagedType that is mapped to the identification variable, if and only if the identification variable is used to declare an entity.
resolveManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Retrieves the IManagedType that is mapped to the identification variable, if and only if the identification variable is used to declare an entity.
resolveManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
 
resolveManagedType(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Resolves this path's IManagedType by using the given IMapping.
resolveManagedType(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
 
resolveManagedType(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
 
resolveMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Resolves
resolveMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Retrieves the IMapping for the given property name.
resolveMapping(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the mapping that should be a persistence field from the entity defined by the given identification variable.
resolveMapping(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
resolveMapping(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the mapping for the field represented by the given Expression.
resolveMapping(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
 
resolveMappings() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Resolves the IMapping objects that constitutes the path expression.
resolver - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
This resolver is used to retrieve the managed type, which is the parent path of this one.
resolver - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.RootObjectExpressionVisitor
The Resolver of the "root" object.
resolver - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
The Resolver for the Expression that was visited.
Resolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
A Resolver is responsible to resolve a property by retrieving either the managed type, the mapping, the type and the type declaration depending on the type of resolver.
Resolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Creates a new Resolver.
ResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor creates a Resolver that gives information about the visited Expression.
ResolverBuilder(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Creates a new ResolverBuilder.
ResolverBuilder.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor is used to check if the expression visited is a CollectionExpression.
resolveRootObject(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Resolves the "root" object represented by the given Expression.
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Resolves the IType of the property handled by this object.
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
 
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Resolves the actual IType based on the class name.
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Resolves the IType of the property handled by this object.
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Resolves the IType of the property handled by this object.
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
 
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
 
resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
 
resolveTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Resolves the ITypeDeclaration of the property handled by this object.
resolveTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Resolves the ITypeDeclaration of the property handled by this object.
resolveTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Resolves the ITypeDeclaration of the property handled by this object.
result - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
result - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.ResultVariableInOrderByVisitor
 
RESULT_VARIABLE - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the result variable.
RESULT_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Notifies the result variable property has changed.
ResultQuery - Interface in org.eclipse.persistence.jpa.jpql.tools
This is used to retrieve the new JPQL query when a content assist item needs to be insert at a certain position.
resultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
 
resultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
resultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
 
resultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariable(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
ResultVariable - Class in org.eclipse.persistence.jpa.jpql.parser
A result variable may be used to name a select item in the query result.
ResultVariable(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Creates a new ResultVariable.
ResultVariable_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ResultVariable_MissingResultVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ResultVariable_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
resultVariableAs(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
 
resultVariableAs(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
resultVariableAs(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
 
resultVariableAs(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
ResultVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a result variable expression.
ResultVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
Creates a new ResultVariableBNF.
ResultVariableFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ResultVariableFactory creates a new ResultVariable when the portion of the query to parse starts with or without AS.
ResultVariableFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
Creates a new ResultVariableFactory.
ResultVariableInOrderByVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.ResultVariableInOrderByVisitor
 
ResultVariableNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
Creates a new ResultVariableNameRenamer.
ResultVariableNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
Creates a new ResultVariableNameRenamer.
ResultVariableStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A result variable may be used to name a select item in the query result.
ResultVariableStateObject(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Creates a new ResultVariableStateObject.
ResultVariableStateObject(SelectClauseStateObject, StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Creates a new ResultVariableStateObject.
ResultVariableStateObject(SelectClauseStateObject, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Creates a new ResultVariableStateObject.
ResultVariableVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
 
RIGHT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '}'.
RIGHT_PARENTHESIS - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for ')'.
RIGHT_PARENTHESIS - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
The constant for the right parenthesis: ')'.
RIGHT_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Notifies the right state object property has changed.
rightIdentificationVariable - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
rightIdentificationVariableValid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
rightParenthesisMissingKey(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
Returns the message key for the problem describing that the right parenthesis is missing.
rightStateFieldPathExpression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
rightStateFieldPathExpressionValid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
RootObjectExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.RootObjectExpressionVisitor
 
rootPath - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
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.

S

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
Notifies the second StateObject property has changed.
SECOND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Notifies the second StateObject property has changed.
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
This SelectClauseFactory creates a new SelectClause when the portion of the query to parse starts with SELECT.
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
 
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
 
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
This SelectStatementFactory creates a new SelectStatement when the portion of the query to parse starts with SELECT.
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
This helper is used by AbstractSemanticValidator in order to retrieve JPA information.
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, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
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.tools.utility.iterator.SingleElementListIterator
 
set(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
SET - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SET'.
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
Sets the case operand to be the given StateObject.
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(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) - 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.AbstractModifyClauseStateObject
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.AbstractModifyStatementStateObject
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.
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) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the abstract schema name to the given value.
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.AbstractModifyClauseStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
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(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.
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
Sets the IEntity as the "root".
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(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.
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.
setEscapeCharacter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
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(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Manually sets the encapsulated Expression to become the given one.
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(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(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(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(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Sets the deepest leaf where the cursor is located.
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(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(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(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(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(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) - 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.
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.
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.
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.
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
Sets the IJPQLQueryFormatter that creates an accurate representation of the StateObject, i.e.
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(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.
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.
setHandleNestedArray(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets whether this BNF supports nested array or not.
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.
setHandleSubExpression(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets whether this BNF handles parsing a sub-expression, i.e.
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.
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(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.
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.
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(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.
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
Sets the left StateObject to become the given object.
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
Sets the new value to be the given StateObject.
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
 
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
Re-parents this Expression to be a child of the given Expression.
setParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
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(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(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(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(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.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.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(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.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.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.
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
Sets the right StateObject to become the given object.
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
 
setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
 
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(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Parses the given JPQL fragment and create the select item.
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.
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
 
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
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
 
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
 
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
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
 
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
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
 
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
 
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
Sets the text of this Expression.
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
 
setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
 
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) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
The state field path expression is not qualified by the identification variable.
setVirtualIdentificationVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Sets a virtual identification variable to qualify the "root" object.
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
 
shortType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Short.
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
 
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
 
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
 
shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
 
shouldParseWithFactoryFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
 
shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
 
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
 
shouldSkipLiteral(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
 
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
This SimpleSelectStatementFactory creates a new SimpleSelectStatement when the portion of the query to parse starts with SELECT.
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
This StateObject simply holds onto a string.
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
A SingleElementListIterable returns a ListIterator that holds a single element and returns it with the first call to ListIterator.next(), at which point it will return false to any subsequent call to ListIterator.hasNext().
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
A SingleElementListIterator holds a single element and returns it with the first call to SingleElementListIterator.next(), at which point it will return false to any subsequent call to SingleElementListIterator.hasNext().
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
 
size() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
Returns the number of TextEdit objects that have been added.
size(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
size(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
size(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SIZE(collection_valued_path_expression).
SIZE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SIZE'.
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
This SizeExpressionFactory creates a new SizeExpression when the portion of the query to parse starts with SIZE.
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, String) - 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.
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(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(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.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(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
 
SOME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SOME'.
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(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
sqrt(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
sqrt(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SQRT(x).
SQRT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SQRT'.
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
This SqrtExpressionFactory creates a new SqrtExpression when the portion of the query to parse starts with SQRT.
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, String) - 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.
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
Notifies the encapsulated StateObject has changed.
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, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Creates a new StateFieldPathExpression.
StateFieldPathExpression(AbstractExpression, AbstractExpression) - 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
This StateFieldPathExpressionFactory is meant to handle the parsing of a portion of the query when it's expected to be a state field path.
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
This visitor is responsible to retrieve the visited Expression if it is a StateFieldPathExpression.
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
The concrete instance of IdentificationVariableDeclarationStateObject that represents the visited IdentificationVariableDeclaration.
stateObject - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
The concrete class of AbstractSelectStatementStateObject.
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
The StateObject that was created based on the visited Expression.
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
The list of select items, which were added by invoking AbstractSelectExpressionStateObjectBuilder.append().
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
 
string(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
string(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new string literal.
STRING_LITERAL - org.eclipse.persistence.jpa.jpql.LiteralType
Retrieves the string literal only.
STRING_LITERAL - org.eclipse.persistence.jpa.jpql.WordParser.WordType
The word being scanned is a string literal, it starts with either ''' or '"'.
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
This StringLiteralFactory is responsible to parse a sub-query starting with a single quote.
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
 
stringType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for String.
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(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
sub(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
sub(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
sub(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
sub(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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 - 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 - 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_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, String, String) - 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.
SUBQUERY - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps to a subquery.
SUBQUERY - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Determines whether the JPQL identifiers identifying a subquery (eg: SELECT) can be appended as valid proposals.
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
This Declaration uses a subquery as the "root" object.
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() - 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.
substring(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
substring(T, T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
substring(T, T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
SUBSTRING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SUBSTRING'.
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
This SubstringExpressionFactory creates a new SubstringExpression when the portion of the query to parse starts with SUBSTRING.
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, 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.
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.
subtract(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
subtract(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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, String, String) - 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.
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(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.AbstractConditionalStateObjectBuilderWrapper
 
sum(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
sum(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SUM(path).
SUM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SUM'.
sumDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
sumDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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
This SumFunctionFactory creates a new SumFunction when the portion of the query to parse starts with SUM.
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, String) - 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, 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.

T

TABLE - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps directly to a database table.
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() - 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
 
tableNames(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the names of the database tables filtered by the given prefix.
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
 
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
Notifies the third StateObject property has changed.
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
 
timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Timestamp.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
 
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
 
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
 
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
 
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
 
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
 
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
 
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
 
toActualText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Returns a string representation of this Expression and its children.
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
 
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
 
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
 
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
 
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
 
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() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
 
toParsedText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
 
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
 
toParsedText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Generates a string representation of this CollectionExpression.
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.AbstractConditionalClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
 
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
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
 
toParsedText(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
 
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
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
 
toParsedTextEncapsulatedExpression(StringBuilder, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
 
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
 
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() - 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() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
 
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
 
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() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
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
 
toString(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
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(StringBuilder) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Adds to the given builder more information about this JPQLQueryBNF.
toString(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
 
toString(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter
Creates a string representation of the given StateObject.
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) - 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
 
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(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
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.
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.
toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
 
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
 
toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
 
toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
 
toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
 
toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
 
toTextEncapsulatedExpression(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
 
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
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
 
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
 
TRAILING - org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Only the trailing part of the string will be trimmed.
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
This TreatExpressionFactory creates a new TreatExpression when the portion of the query to parse starts with TREAT.
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(TrimExpression.Specification, String, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
trim(TrimExpression.Specification, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
trim(TrimExpression.Specification, String, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
trim(TrimExpression.Specification, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
trim(TrimExpression.Specification, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
trim(TrimExpression.Specification, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
TRIM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TRIM'.
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_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
 
TrimExpression.Specification - Enum in org.eclipse.persistence.jpa.jpql.parser
The possible ways to trim the string.
TrimExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This TrimExpressionFactory creates a new TrimExpression when the portion of the query to parse starts with TRIM.
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, String) - 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.
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
The LiteralType helps to determine when traversing an Expression what to retrieve.
type - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
The well defined type, which does not have to be calculated.
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
 
type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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).
TYPE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TYPE'.
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
This TypeExpressionFactory creates a new TypeExpression when the portion of the query to parse starts with TYPE.
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, String) - 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.
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
 

U

UNDEFINED - org.eclipse.persistence.jpa.jpql.WordParser.WordType
No word was scanned, this is usually set when the cursor is at the end of the text.
UNDERSCORE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '_'.
unescape(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Converts the string representation of the escape characters contained by the given CharSequence into the actual escape characters.
unescape(String, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Converts the references (escape characters) the given string may have into their corresponding Unicode characters.
UNION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UNION'.
unionClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
 
UnionClause - Class in org.eclipse.persistence.jpa.jpql.parser
The UNION clause allows the results of two queries to be combined.
UnionClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Creates a new UnionClause.
UnionClause_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UnionClause_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UnionClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order by clause.
UnionClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
Creates a new UnionClauseBNF.
UnionClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UnionClauseFactory creates a new UnionClause when the portion of the query to parse starts with UNION, INTERSECT or EXCEPT.
UnionClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
Creates a new UnionClauseFactory.
UnionClauseStatementHelper() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
UNKNOWN - org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object maps to an unknown expression.
UNKNOWN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UNKNOWN', which is an unused keyword.
UnknownDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Declaration represents an unknown (invalid/incomplete) declaration.
UnknownDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
Creates a new UnknownDeclaration.
UnknownExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression contains a portion of the query that is unknown to the parser.
UnknownExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Creates a new UnknownExpression.
UnknownExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UnknownExpressionFactory creates a new UnknownExpression when the portion of the query to parse is unknown.
UnknownExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
Creates a new UnknownExpressionFactory.
UnknownExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject holds onto an unknown portion of a JPQL query that could not be parsed.
UnknownExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
Creates a new UnknownExpressionStateObject.
unknownType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} that represents an unknown type.
unknownType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
unknownType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType that represents an unknown type.
unknownTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Returns the;@link Object } for the;@link IType} representing an unknown type.
unknownTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
 
unknownTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the ITypeDeclaration for the IType representing an unknown type.
unquote(String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Returns the string literal without the single or double quotes.
unregisterBNF(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Unregisters the given JPQLQueryBNF.
UNRESOLVABLE_TYPE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Special constant used to specify this IType represents an unresolvable type, or simply an unknown type.
UNUSED - org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Indicates the identifier is not part of the language but it has been reserved for future use.
update(T, CharSequence) - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.StateObjectUpdater
Updates the given StateObject by updating its state with the given new value.
UPDATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UPDATE'.
UPDATE_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Notify the list of StateObjects representing the update items.
updateClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
UpdateClause - Class in org.eclipse.persistence.jpa.jpql.parser
This is the update clause of the update statement.
UpdateClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Creates a new UpdateClause.
UpdateClause_MissingRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_MissingSet - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_MissingUpdateItems - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_UpdateItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_UpdateItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
updateClauseAbstractSchemaNameFinder - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
This finder is responsible to retrieve the abstract schema name from the UPDATE range declaration expression.
UpdateClauseAbstractSchemaNameFinder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
UpdateClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the update clause.
UpdateClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
Creates a new UpdateClauseBNF.
UpdateClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateClauseFactory creates a new UpdateClause when the portion of the query to parse starts with UPDATE.
UpdateClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
Creates a new UpdateClauseFactory.
UpdateClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
UpdateClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the UPDATE clause of the UPDATE statement.
UpdateClauseStateObject(UpdateStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Creates a new UpdateClauseStateObject.
updateItem - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
UpdateItem - Class in org.eclipse.persistence.jpa.jpql.parser
The new_value specified for an update operation must be compatible in type with the field to which it is assigned.
UpdateItem(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Creates a new UpdateItem.
UpdateItem_MissingEqualSign - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_MissingNewValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_MissingStateFieldPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_NotAssignable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_NullNotAssignableToPrimitive - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_RelationshipPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the update item expression.
UpdateItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
Creates a new UpdateItemBNF.
UpdateItemCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
 
UpdateItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateItemFactory creates a new UpdateItem.
UpdateItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
Creates a new UpdateItemFactory.
UpdateItemStateFieldPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a state field path expression used in an update item.
UpdateItemStateFieldPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
Creates a new UpdateItemStateFieldPathExpressionBNF.
UpdateItemStateFieldPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateItemStateFieldPathExpressionFactory is meant to handle the parsing of a portion of the query when it's expected to be a state field path.
UpdateItemStateFieldPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
Creates a new UpdateItemStateFieldPathExpressionFactory.
UpdateItemStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The new_value specified for an update operation must be compatible in type with the field to which it is assigned.
UpdateItemStateObject(UpdateClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates a new UpdateItemStateObject.
UpdateItemStateObject(UpdateClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates a new UpdateItemStateObject.
UpdateItemStateObject(UpdateClauseStateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates a new UpdateItemStateObject.
updateStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
UpdateStatement - Class in org.eclipse.persistence.jpa.jpql.parser
The UPDATE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
UpdateStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Creates a new UpdateStatement.
UpdateStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the update statement.
UpdateStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
Creates a new UpdateStatementBNF.
UpdateStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
UpdateStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateStatementFactory creates a new UpdateStatement when the portion of the query to parse starts with UPDATE.
UpdateStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
Creates a new UpdateStatementFactory.
UpdateStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The UPDATE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
UpdateStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Creates a new UpdateStatementStateObject.
updateStatus(int, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Updates the validation status of an expression at a specified position.
upper(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
upper(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
upper(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
UPPER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UPPER'.
UPPER_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the StateObject representing the upper bound expression has changed.
UPPERCASE - org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
The JPQL identifiers are written out with uppercase letters.
UpperExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The UPPER function converts a string to upper case and it returns a string.
UpperExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
Creates a new UpperExpression.
UpperExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpperExpressionFactory creates a new UpperExpression when the portion of the query to parse starts with UPPER.
UpperExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
Creates a new UpperExpressionFactory.
upperExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
UpperExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The UPPER function converts a string to upper case and it returns a string.
UpperExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Creates a new UpperExpressionStateObject.
UpperExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Creates a new UpperExpressionStateObject.
UpperExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Creates a new UpperExpressionStateObject.
usedIdentificationVariables - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
The IdentificationVariables that are used throughout the query (top-level query and subqueries), except the identification variables defining an abstract schema name or a collection-valued path expression.

V

valid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
true if the Expression being visited is a TableExpression.
valid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
valid - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Determines whether the visited Expression's BNF is valid based on the BNF that was used for validation.
valid - Variable in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor
Determines whether the left expression of an IN expression is a nested array when the IN item is a subquery.
valid - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
Determines whether '<', '<=', '>=', '>' are valid comparison operators.
valid - Variable 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.
valid - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NullValueVisitor
Determines whether the Expression visited represents Expression.NULL.
valid - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
Determines whether the expression that was visited returns a number.
valid - Variable in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.TableExpressionVisitor
true if the Expression being visited is a TableExpression.
VALID_IDENTIFIER_FILTER - Static variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
This Filter is used to say the Expression is valid without doing anything.
validate() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by introspecting it grammatically and semantically.
validate(Expression, List<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by introspecting it grammatically and semantically.
validate(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Validates the given JPQLQueryBNF by making sure it is the one expected or one of the children from the "root" BNF passed to this validator's constructor.
validateAbsExpression(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given ABS expression.
validateAbsExpression(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateAbstractConditionalClause(AbstractConditionalClause, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateAbstractDoubleEncapsulatedExpression(T, AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Validates the content of an AbstractDoubleEncapsulatedExpression, which encapsulates two expressions separated by a comma.
validateAbstractFromClause(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateAbstractFromClause(AbstractFromClause, AbstractSemanticValidator.FirstDeclarationVisitor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given FROM clause.
validateAbstractSchemaName(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given AbstractSchemaName.
validateAbstractSelectClause(AbstractSelectClause, boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Validates the select expression of the given SELECT clause.
validateAbstractSelectClause(AbstractSelectClause, boolean) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
validateAbstractSelectStatement(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateAbstractSingleEncapsulatedExpression(T, AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateAbstractTripleEncapsulatedExpression(T, AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateAdditionExpression(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given addition expression.
validateAggregateFunctionLocation(T, AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateAllOrAnyExpression(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given AllOrAnyExpression.
validateAndExpression(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given AndExpression.
validateArithmeticExpression(ArithmeticExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateArithmeticExpression(ArithmeticExpression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the type of the left and right expressions defined by the given ArithmeticExpression.
validateArithmeticExpression(ArithmeticExpression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateArithmeticExpression(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the arithmetic factor expression.
validateAvgFunction(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given AVG expression.
validateAvgFunction(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateBetweenExpression(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given BetweenExpression.
validateBetweenExpression(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateBooleanType(Expression, String) - 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; The Expression's type is a boolean type.
validateCaseExpression(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given CaseExpression.
validateCoalesceExpression(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given CoalesceExpression.
validateCollectionMemberDeclaration(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given CollectionMemberDeclaration.
validateCollectionMemberExpression(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given CollectionMemberExpression.
validateCollectionMemberExpression(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateCollectionSeparatedByComma(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Validates the given Expression by making sure each child is separated by a comma.
validateCollectionSeparatedBySpace(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Validates the given Expression by making sure each child is separated by a whitespace.
validateCollectionValuedPathExpression(Expression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given Expression and makes sure it's a valid collection value path expression.
validateComparisonExpression(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the left and right expressions of the given ComparisonExpression.
validateComparisonExpression(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateCompoundExpression(CompoundExpression, String, String, String, String, String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateConcatExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given CONCAT expression.
validateConcatExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateConstructorExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given ConstructorExpression.
validateConstructorExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateCountFunction(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given CountFunction.
validateCountFunction(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateDateTime(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given DateTime.
validateDeleteClause(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given DeleteClause.
validateDeleteStatement(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given DeleteStatement.
validateDivisionExpression(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given division expression.
validateEndsWithComma(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
 
validateEntityTypeLiteral(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
validateEntryExpression(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given EntryExpression.
validateEntryExpression(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateExistsExpression(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given ExistsExpression.
validateFirstDeclaration(AbstractFromClause, JPQLQueryDeclaration, AbstractSemanticValidator.FirstDeclarationVisitor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
validateFromClause(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given FromClause.
validateFunctionExpression(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validateFunctionExpression(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given FunctionExpression.
validateFunctionPathExpression(AbstractSingleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given AbstractSingleEncapsulatedExpression's encapsulated expression if it is a state field path expression and makes sure it is mapping to a basic mapping.
validateFunctionPathExpression(CompoundExpression, AbstractSemanticValidator.PathType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the left and right expressions of the given compound expression.
validateGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it grammatically.
validateGrammar(Expression, List<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it grammatically.
validateGroupByClause(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given GroupByClause.
validateHavingClause(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given HavingClause.
validateIdentificationVariable(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given IdentificationVariable.
validateIdentificationVariable(IdentificationVariable, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given identification variable.
validateIdentificationVariable(IdentificationVariable, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateIdentificationVariableDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateIdentificationVariableDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given InExpression.
validateIdentificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the identification variables: Assures those used throughout the query have been defined in the FROM clause in the current subquery or in a superquery. They have been defined only once.
validateIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
 
validateIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
 
validateIdentifier(Expression, String, int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Validates the given variable name to make sure: It is not a JPQL reserved identifier; It is a valid Java identifier.
validateIndexExpression(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given IndexExpression.
validateInExpression(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validateInExpression(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given InExpression.
validateInputParameters(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateIntegralType(Expression, String, String) - 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 integral value; The Expression's type is an integral type (long or integer).
validateJoin(Join) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given Join.
validateJoinCollectionValuedPathExpression(Expression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given Expression and makes sure it's a valid collection value path expression.
validateJoins(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateJoinsIdentificationVariable(AbstractFromClause, List<JPQLQueryDeclaration>, JPQLQueryDeclaration, int) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
validateJoinType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Validates the given join type.
validateKeyExpression(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given KeyExpression.
validateKeyExpression(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateLengthExpression(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given LENGTH expression.
validateLengthExpression(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateLikeExpression(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the string expression of the given LIKE expression.
validateLikeExpressionEscapeCharacter(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateLocateExpression(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given LOCATE expression.
validateLocateExpression(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateLogicalExpression(LogicalExpression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateLowerExpression(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given LOWER expression.
validateLowerExpression(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateMapIdentificationVariable(EncapsulatedIdentificationVariableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateMaxFunction(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given MAX expression.
validateMinFunction(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given MIN expression.
validateModExpression(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given MOD expression.
validateModExpression(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateMultiplicationExpression(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given multiplication expression.
validateNotExpression(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given NotExpression.
validateNotExpression(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateNullComparisonExpression(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given NullComparisonExpression.
validateNullComparisonExpression(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateNullIfExpression(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given NullIfExpression.
validateNumericType(Expression, String) - 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; The Expression's type is an numeric type.
validateObjectExpression(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given ObjectExpression.
validateOnClause(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given OnClause.
validateOrderByClause(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given OrderByItem.
validateOrderByItem(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given OrderByItem.
validateOrExpression(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given OrExpression.
validateOwningClause(InputParameter, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validatePathExpression(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateRangeVariableDeclaration(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given RangeVariableDeclaration.
validateRangeVariableDeclarationRootObject(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validateRangeVariableDeclarationRootObject(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the "root" object of the given RangeVariableDeclaration.
validateResultVariable(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given ResultVariable.
validateSelectClause(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given SelectClause.
validateSelectStatement(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given SelectStatement.
validateSemantic() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it semantically.
validateSemantic(Expression, List<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it semantically.
validateSeparation(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
 
validateSimpleFromClause(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given SimpleFromClause.
validateSimpleSelectClause(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given SimpleSelectClause.
validateSimpleSelectStatement(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
validateSimpleSelectStatement(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
validateSizeExpression(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given SizeExpression.
validateSqrtExpression(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given SQRT expression.
validateSqrtExpression(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateStateFieldPathExpression(StateFieldPathExpression, AbstractSemanticValidator.PathType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given StateFieldPathExpression.
validateStringType(Expression, String) - 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 String value; The Expression's type is a String type.
validateSubstringExpression(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given SUBSTRING expression.
validateSubstringExpression(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateSubtractionExpression(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given subtraction expression.
validateSumFunction(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given MOD expression.
validateSumFunction(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateThirdPartyStateFieldPathExpression(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validateThirdPartyStateFieldPathExpression(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given StateFieldPathExpression, which means the path does not represent a mapping, or an enum constant.
validateTreatExpression(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given TreatExpression.
validateTrimExpression(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given TRIM expression.
validateTypeExpression(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given TypeExpression.
validateUpdateClause(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given UpdateClause.
validateUpdateItem(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given UpdateItem by validating the traversability of the path expression.
validateUpdateItem(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateUpdateItemTypes(UpdateItem, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateUpdateStatement(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given UpdateStatement.
validateUpperExpression(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the encapsulated expression of the given UPPER expression.
validateUpperExpression(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateValueExpression(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given ValueExpression.
validateValueExpression(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
 
validateWhenClause(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given WhenClause.
validateWhereClause(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Validates the given WhereClause.
validatingLeftExpression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
validators - Variable in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
The TypeVlidators mapped to their Java class.
validPathExpressionTypeForCountFunction() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validPathExpressionTypeForCountFunction() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Returns the type of path expression that is valid for a count function; which is the left expression in a COUNT expression.
validPathExpressionTypeForInExpression() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validPathExpressionTypeForInExpression() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Returns the type of path expression that is valid for the expression being tested by an IN expression; which is the left expression.
validPathExpressionTypeForInItem() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validPathExpressionTypeForInItem() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Returns the type of path expression that is valid for an IN items; which is the left expression in a IN expression.
validPathExpressionTypeForStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
validPathExpressionTypeForStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Returns the type of path expression that is valid for a string expression; which is the left expression in a LIKE expression.
value(String) - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Retrieves the enumeration constant for the given value.
value(String) - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Retrieves the enumeration constant for the given value.
VALUE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'VALUE'.
ValueExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable qualified by the VALUE operator is a path expression.
ValueExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
Creates a new ValueExpression.
ValueExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ValueExpressionFactory creates a new ValueExpression when the portion of the query to parse starts with VALUE.
ValueExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
Creates a new ValueExpressionFactory.
valueExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
ValueExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that maps the values of a Map.
ValueExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Creates a new ValueExpressionStateObject.
ValueExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Creates a new ValueExpressionStateObject.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.LiteralType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.WordParser.WordType
Returns the enum constant of this type with the specified name.
ValueResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to return the map value, which means that for identification variables referring to an instance of an association or collection represented as a Map, the identification variable is of the abstract schema type of the map value.
ValueResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
Creates a new ValueResolver.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.LiteralType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.WordParser.WordType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesAreDifferent(Object, Object) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the values are different, with the appropriate null checks.
valuesAreEqual(Object, Object) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the values are equal or equivalent, with the appropriate null checks.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
 
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
 
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
 
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
 
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
 
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
 
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
VARIABLE_DECLARATIONS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Notifies the content of the list of VariableDeclarationStateObject has changed.
VARIABLE_ONE_TO_ONE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
The constant for a variable one to one mapping.
VariableDeclarationStateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
This defines a variable declaration, which has a "root" object and an identification variable.
VariableNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.VariableNameRenamer
Creates a new VariableNameRenamer.
VariableNameRenamer(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
Creates a new VariableNameRenamer.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
The EclipseLink version, which is 1.x.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
The EclipseLink version, which is 2.0.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
The EclipseLink version, which is 2.1.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
The EclipseLink version, which is 2.2.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
The EclipseLink version, which is 2.3.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
The EclipseLink version, which is 2.4.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
The EclipseLink version, which is 2.5.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
The EclipseLink version, which is 2.6.
VERSION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a version mapping.
VERSION_1_0 - org.eclipse.persistence.jpa.jpql.JPAVersion
The constant for the Java Persistence specification 1.0.
VERSION_1_x - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 1.x release.
VERSION_2_0 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.0 release.
VERSION_2_0 - org.eclipse.persistence.jpa.jpql.JPAVersion
The constant for the Java Persistence specification 2.0.
VERSION_2_1 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.1 release.
VERSION_2_1 - org.eclipse.persistence.jpa.jpql.JPAVersion
The constant for the Java Persistence specification 2.1.
VERSION_2_2 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.2 release.
VERSION_2_3 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.3 release.
VERSION_2_4 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.4 release.
VERSION_2_5 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.5 release.
VERSION_2_6 - org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
The constant for the EclipseLink 2.6 release.
versions() - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
versions() - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns the list of JPAVersion excluding JPAVersion.DEFAULT_VERSION.
virtualIdentificationVariableFinder - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
This finder is responsible to retrieve the virtual identification variable from the UPDATE range declaration since it is optional.
VirtualJPQLQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLQueryBNF can be used as a virtual BNF, which can wrap another BNF or BNFs and modify the default behavior.
VirtualJPQLQueryBNF(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Creates a new VirtualJPQLQueryBNF.
VirtualManagedType() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
VirtualMapping(IManagedType, String, Resolver, FromSubqueryResolver.MappingType) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMapping
 
VirtualMappingBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
Creates a new VirtualMappingBuilder.
virtualSpace - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
Indicates whether a virtual space should be added to the stack or not.
virtualSpaces - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
A virtual space is used to move the position of the cursor by adding an extra space in order to find some proposals within an expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(AbsExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AbsExpression expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.TopLevelFirstDeclarationVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(AbstractSchemaName) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AbstractSchemaName expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.RangeDeclarationBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(AdditionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AdditionExpression expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(AllOrAnyExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AllOrAnyExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(AndExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AndExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ArithmeticFactor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ArithmeticFactor expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(AsOfClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the AsOfClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(AvgFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AvgFunction expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(BadExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the BadExpression expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(BetweenExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the BetweenExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CaseExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CaseExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(CastExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the CastExpression expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CoalesceExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CoalesceExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CollectionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
 
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CollectionMemberDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CollectionMemberExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionMemberExpression expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.SubqueryFirstDeclarationVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CollectionValuedPathExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionValuedPathExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleRangeDeclarationBuilder
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
 
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.ComparisonExpressionVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ComparisonExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ComparisonExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ConcatExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ConcatExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(ConnectByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the ConnectByClause expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ConstructorExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ConstructorExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(CountFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CountFunction expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(DatabaseType) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the DatabaseType expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(DateTime) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DateTime expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(DeleteClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DeleteClause expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(DeleteStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DeleteStatement expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(DivisionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DivisionExpression expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(EmptyCollectionComparisonExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(EntityTypeLiteral) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the EntityTypeLiteral expression.
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(EntryExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the EntryExpression expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ExistsExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ExistsExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.InItemsVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Blindly visit the given Expression.
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitorWrapper
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.VisitParentVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionExpressionVisitor
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
 
visit(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.RootObjectExpressionVisitor
 
visit(Expression, String, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
Visits the given and if its value is the same as the old class name or if the value represents an inner class of that old class name, then the given StateObjectUpdater will be notified to replace the value.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(ExtractExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the ExtractExpression expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(FromClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the FromClause expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(FunctionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the FunctionExpression expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(GroupByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the GroupByClause expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(HavingClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the HavingClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(HierarchicalQueryClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the HierarchicalQueryClause expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(IdentificationVariable) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the IdentificationVariable expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EntityNameRenamer
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.VariableNameRenamer
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.ResultVariableInOrderByVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper.IdentificationVariableVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.CollectionMemberDeclarationBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(IdentificationVariableDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the IdentificationVariableDeclaration expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleSelectStatementBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
 
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(IndexExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the IndexExpression expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(InExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the InExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.VisitParentVisitor
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(InputParameter) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the InputParameter expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.InputParameterVisitor
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(Join) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the Join expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(JPQLExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the JPQLExpression expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(KeyExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the KeyExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(KeywordExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the KeywordExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NullValueVisitor
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(LengthExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LengthExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(LikeExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LikeExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(LocateExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LocateExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(LowerExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LowerExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(MaxFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the MaxFunction expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(MinFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the MinFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ModExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ModExpression expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(MultiplicationExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the MultiplicationExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(NotExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NotExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(NullComparisonExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NullComparisonExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.NullExpressionVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(NullExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NullExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(NullIfExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NullIfExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(NumericLiteral) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NumericLiteral expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ObjectExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ObjectExpression expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(OnClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OnClause expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(OrderByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OrderByClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.ResultVariableInOrderByVisitor
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(OrderByItem) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OrderByItem expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.ResultVariableInOrderByVisitor
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(OrderSiblingsByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the OrderSiblingsByClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(OrExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OrExpression expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.BooleanTypeValidator
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.FirstDeclarationVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(RangeVariableDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the RangeVariableDeclaration expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.QualifyRangeDeclarationVisitor
 
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(RegexpExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the RegexpExpression expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ResultVariable) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ResultVariable expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectItemBuilder
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SelectClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SelectClause expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SelectStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SelectStatement expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ResultVariableNameRenamer
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SelectStatementBuilder
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SimpleFromClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SimpleFromClause expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleSelectStatementBuilder
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SimpleSelectClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SimpleSelectClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleSelectStatementBuilder
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.SubqueryVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator.InExpressionWithNestedArrayVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SimpleSelectStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SimpleSelectStatement expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.InputParameterVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleSelectStatementBuilder
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.RootObjectExpressionVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver.DeclarationVisitor
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SizeExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SizeExpression expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SqrtExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SqrtExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(StartWithClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the StartWithClause expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparisonExpressionVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.InItemsVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(StateFieldPathExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the StateFieldPathExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.ClassNameRenamer
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.EnumConstantRenamer
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(StringLiteral) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the StringLiteral expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.NestedArrayVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SubExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SubExpression expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.TypeValidator
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.RootObjectExpressionVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver.DeclarationVisitor
 
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SubstringExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SubstringExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SubtractionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SubtractionExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(SumFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SumFunction expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.NumericTypeValidator
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.TableExpressionVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(TableExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the TableExpression expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.TableExpressionVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(TableVariableDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the TableVariableDeclaration expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver.DeclarationVisitor
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(TreatExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the TreatExpression expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.JoinBuilder
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(TrimExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the TrimExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(TypeExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the TypeExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
visit(UnionClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the UnionClause expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AppendableExpressionVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.EndingQueryPositionBuilder
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
 
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(UnknownExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UnknownExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(UpdateClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpdateClause expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(UpdateItem) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpdateItem expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(UpdateStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpdateStatement expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(UpperExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpperExpression expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator.StringTypeValidator
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualMappingBuilder
 
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(ValueExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ValueExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(WhenClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the WhenClause expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.WhenClauseBuilder
 
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
visit(WhereClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the WhereClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.UpdateStatementBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
 
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
 
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(AbsExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given AbsExpressionStateObject.
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(AbstractSchemaNameStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
 
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(AdditionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(AllOrAnyExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(AndExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given AndExpressionStateObject.
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ArithmeticFactorStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ArithmeticFactorStateObject.
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(AvgFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given AvgFunctionStateObject.
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(BadExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given BadExpressionStateObject.
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(BetweenExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(CaseExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given CaseExpressionStateObject.
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(CoalesceExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(CollectionMemberDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(CollectionMemberExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(CollectionValuedPathExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
 
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
 
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
 
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ComparisonExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ConcatExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ConcatExpressionStateObject.
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ConstructorExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
 
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(CountFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given CountFunctionStateObject.
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(DateTimeStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given DateTimeStateObject.
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(DeleteClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given DeleteClauseStateObject.
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(DeleteStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given DeleteStatementStateObject.
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(DerivedPathVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(DivisionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(EmptyCollectionComparisonExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(EntityTypeLiteralStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
 
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(EntryExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given EntryExpressionStateObject.
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(EnumTypeStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given EnumTypeStateObject.
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ExistsExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ExistsExpressionStateObject.
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(FromClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given FromClauseStateObject.
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(FunctionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(GroupByClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given GroupByClauseStateObject.
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(HavingClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given HavingClauseStateObject.
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(IdentificationVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(IdentificationVariableStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
 
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
 
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
 
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(IndexExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given IndexExpressionStateObject.
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(InExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given InExpressionStateObject.
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(InputParameterStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given InputParameterStateObject.
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(JoinStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given JoinStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
 
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
 
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(JPQLQueryStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given JPQLQueryStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
 
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(KeyExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given KeyExpressionStateObject.
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(KeywordExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(LengthExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LengthExpressionStateObject.
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(LikeExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LikeExpressionStateObject.
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(LocateExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LocateExpressionStateObject.
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(LowerExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LowerExpressionStateObject.
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(MaxFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given MaxFunctionStateObject.
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(MinFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given WhereClauseStateObject.
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ModExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ModExpressionStateObject.
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(MultiplicationExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(NotExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given NotExpressionStateObject.
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(NullComparisonExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(NullIfExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given NullIfExpressionStateObject.
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(NumericLiteralStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given NumericLiteralStateObject.
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ObjectExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ObjectExpressionStateObject.
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(OrderByClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given OrderByClauseStateObject.
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(OrderByItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given OrderByItemStateObject.
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
 
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(OrExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given OrExpressionStateObject.
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(RangeVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ResultVariableStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ResultVariableStateObject.
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
 
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SelectClauseStateObject.
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SelectStatementStateObject.
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ResultVariableNameRenamer
 
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SimpleFromClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SimpleFromClauseStateObject.
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SimpleSelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SizeExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SizeExpressionStateObject.
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SqrtExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SqrtExpressionStateObject.
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(StateFieldPathExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
 
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EnumConstantRenamer
 
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.FieldNameRenamer
 
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.VariableNameRenamer
 
visit(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
 
visit(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
 
visit(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
 
visit(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
 
visit(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Blindly visit the given StateObject.
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(StringLiteralStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given StringLiteralStateObject.
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SubExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SubExpressionStateObject.
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SubstringExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SubtractionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(SumFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SumFunctionStateObject.
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(TreatExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given TreatExpressionStateObject.
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.EntityNameRenamer
 
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(TrimExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given TrimExpressionStateObject.
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(TypeExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given TypeExpressionStateObject.
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(UnknownExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(UpdateClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpdateClauseStateObject.
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(UpdateItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpdateItemStateObject.
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(UpdateStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpdateStatementStateObject.
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(UpperExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpperExpressionStateObject.
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(ValueExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ValueExpressionStateObject.
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(WhenClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given WhenClauseStateObject.
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
 
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
 
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
visit(WhereClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given WhereClauseStateObject.
visit(IEmbeddable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
Visits the given IEmbeddable object.
visit(IEntity) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
Visits the given IEntity object.
visit(IMappedSuperclass) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
Visits the given IMappedSuperclass object.
visit(T, String, RefactoringTool.StateObjectUpdater<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
Visits the given StateObject and if its value is the same as the old class name or if the value represents an inner class of that old class name, then the given RefactoringTool.StateObjectUpdater will be notified to replace the value.
visitAbstractConditionalClause(AbstractConditionalClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visitAbstractDoubleEncapsulatedExpression(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visitAbstractFromClause(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visitAbstractPathExpression(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
 
visitAbstractSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visitAbstractTripleEncapsulatedExpression(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visitAggregateFunction(AggregateFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given AggregateFunction and attempts to find valid proposals.
visitArithmeticExpression(ArithmeticExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given ArithmeticExpression and attempts to find valid proposals.
visitArithmeticExpression(ArithmeticExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the given ArithmeticExpression and create the appropriate Resolver.
visitCollectionEquivalentExpression(Expression, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the given Expression and creates a Resolver that will check the type for each of its children.
visitCollectionExpression(T, String, AbstractContentAssistVisitor.CollectionExpressionHelper<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the possible proposals for the given expression based on the location of the cursor and the content of the expression.
visitCompoundExpression(CompoundExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visitCompoundExpression(CompoundExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
 
visitDeclaration(Expression, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
 
visitDoubleEncapsulatedExpression(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visitDoubleExpressions(Expression, Expression, Expression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
 
visited - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
Internal flag that prevent infinite recursion.
visitedExpressions - Variable in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
This is used to prevent an infinite loop.
visitEndingExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visitEnumConstant(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visitInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
 
visitLogicalExpression(LogicalExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given LogicalExpression and attempts to find valid proposals.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
The visitor that will visit the Expression.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
The ExpressionVisitor that will visit the Expression.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
Enclosing visitor instance.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
Enclosing visitor instance.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
Enclosing visitor instance.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.VisitParentVisitor
Enclosing visitor instance.
VisitParentVisitor(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.VisitParentVisitor
 
visitPathExpression(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given AbstractPathExpression and attempts to find valid proposals.
visitPathExpression(AbstractPathExpression, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given AbstractPathExpression by attempting to resolve the path.
visitSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression, AbstractContentAssistVisitor.IdentificationVariableType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the possible proposals for the given expression based on the location of the cursor and the content of the expression.
visitSingleEncapsulatedExpression(AbstractSingleEncapsulatedExpression, AbstractContentAssistVisitor.IdentificationVariableType, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the possible proposals for the given expression based on the location of the cursor and the content of the expression.
visitStatement(T, AbstractContentAssistVisitor.StatementHelper<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given AbstractSelectStatement and checks to see if the identifiers of the following clauses can be added a valid proposals.
visitThirdPartyPathExpression(AbstractPathExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the given AbstractPathExpression and attempts to find valid proposals that is not provided by the default implementation.
visitThirdPartyPathExpression(AbstractPathExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
 

W

when(ICaseExpressionStateObjectBuilder, ICaseExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
 
when(ICaseExpressionStateObjectBuilder, ICaseExpressionStateObjectBuilder) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ICaseExpressionStateObjectBuilder
Creates a single WHEN expression.
WHEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'WHEN'.
WHEN_CLAUSE_STATE_OBJECT_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Notify the list of StateObjects representing the when clauses that follow the WHEN has changed.
WhenClause - Class in org.eclipse.persistence.jpa.jpql.parser
A WHEN predicate is used to calculate a condition and when it's true, its THEN will be executed.
WhenClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Creates a new WhenClause.
WhenClause_MissingThenExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhenClause_MissingThenIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhenClause_MissingWhenExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhenClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the when clause of the case expression.
WhenClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
Creates a new WhenClauseBNF.
whenClauseBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Returns the IBuilder that is responsible to visit each WhenClause and to create the corresponding WhenClauseStateObject.
WhenClauseBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.WhenClauseBuilder
 
WhenClauseConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper
 
WhenClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This WhenClauseFactory creates a new WhenClause when the portion of the query to parse starts with WHEN.
WhenClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
Creates a new WhenClauseFactory.
WhenClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A WHEN predicate is used to calculate a condition and when it's true, its THEN will be executed.
WhenClauseStateObject(CaseExpressionStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Creates a new WhenClauseStateObject.
WhenClauseStateObject(CaseExpressionStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Creates a new WhenClauseStateObject.
WhenClauseStateObject(CaseExpressionStateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Creates a new WhenClauseStateObject.
WhenClauseStateObject_MissingThenStateObject - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectProblem
 
WhenClauseStateObject_MissingWhenStateObject - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectProblem
 
WHERE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'WHERE'.
WHERE_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Notify the state object representing the WHERE clause has changed.
WHERE_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Notify the state object representing the WHERE clause has changed.
whereClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
WhereClause - Class in org.eclipse.persistence.jpa.jpql.parser
The WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
WhereClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhereClause
Creates a new WhereClause.
WhereClause_InvalidConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhereClause_MissingConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhereClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the where clause.
WhereClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
Creates a new WhereClauseBNF.
WhereClauseDeleteStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
WhereClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This WhereClauseFactory creates a new WhereClause when the portion of the query to parse starts with WHERE.
WhereClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
Creates a new WhereClauseFactory.
WhereClauseSelectStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseSelectStatementHelper
 
WhereClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
WhereClauseStateObject(AbstractModifyStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Creates a new WhereClauseStateObject.
WhereClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Creates a new WhereClauseStateObject.
WhereClauseUpdateStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
whitespaceCount() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Calculates the number of whitespace that are in the query.
whitespaceCount(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Calculates the number of whitespace that are in the query.
withinInvalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
Determines whether the visited Expression is an descendant of either a bad or invalid expression.
WithinInvalidExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
 
word - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
The current word, which was retrieved from the JPQL query based on the position of the cursor.
word() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the first word starting at the current position.
WORD - org.eclipse.persistence.jpa.jpql.WordParser.WordType
The word being scanned anything else other than an input parameter, numeric literal or string literal.
wordEndPosition() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the position a word would end based on the current cursor position.
wordEndPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the position a word would end based on the given start position.
wordParser - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
This is used to retrieve words from the actual JPQL query.
WordParser - Class in org.eclipse.persistence.jpa.jpql
This "parser/scanner" holds onto the string version of the JPQL query that is parsed into a parsed tree.
WordParser(CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.WordParser
Creates a new WordParser.
WordParser.WordType - Enum in org.eclipse.persistence.jpa.jpql
This enumeration determines the type of word that was scanned.
wrap(BasicStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
If a subclass needs to wrap the given BasicStateObjectBuilder with another visitor can do so by simply overriding this method.
writer - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
The holder of the string representation of the JPQL query.

X

XmlEscapeCharacterConverter - Class in org.eclipse.persistence.jpa.jpql.tools.utility
This converter handles references when dealing with text or markup in an XML document.

Z

ZERO - org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
No parameters are allowed.
ZERO_OR_MANY - org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
[0, n] are allowed.
ZERO_OR_ONE - org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
[0, 1] are allowed.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages