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
All Classes All Packages
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
AbsExpressionFactorycreates a newAbsExpressionwhen 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
ABSfunction 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
- 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
IJPQLQueryFormatteris used to generate a string representation of aStateObjectbased on how it was parsed, which means this formatter can only be used when theStateObjectwas created by parsing a JPQL query because it needs to retrieve parsing information from the correspondingExpression. - 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
ICaseExpressionStateObjectBuilderadds support for creating aCASEexpression. - 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
IConditionalExpressionStateObjectBuilderthat 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
Expressionand 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.AppendableExpressionVisitorshould 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
CollectionExpressionif 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
QueryPositionby 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.MappingCollectorreturns 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
Expressionis 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
Filterbased on the type of theExpression. - AbstractContentAssistVisitor.MappingTypeFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
This
Filteris 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
Expressionis 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
Expressionin 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
Expressiontakes 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
StateObjectrepresents 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
ExpressionVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenExpression. - AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenStateObject. - 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
EclipseLinkExpressionVisitortraverses up the hierarchy. - AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitortraverses 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
FROMclause, which is either theFROMclause 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.AbstractSingleEncapsulatedExpressionHelperwhich implements some of the methods since the behavior is the same for all subclasses ofAbstractSingleEncapsulatedExpression. - 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
CollectionExpressionif it is visited. - AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator validates a
CollectionExpressionby making sure each item is separated by a comma. - AbstractGrammarValidator.CollectionSeparatedBySpaceValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator validates a
CollectionExpressionby 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
IJPQLQueryBuilderthat parses a JPQL query or any JPQL fragments and creates theStateObjectrepresentation by delegating the creation to an instance ofBasicStateObjectBuilder. - 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 anStateObjectinto 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 ofTextEditobjects.AbstractJPQLQueryHelper.buildRefactoringTool()provides support for refactoring the JPQL query through the editableStateObjectand once all refactoring operations have been executed, theIJPQLQueryFormatterwill 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
StateObjectthat holds onto a list of children, the methods defined inListHolderStateObjectare 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
Resolveris 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
-
This
AbstractSchemaNameFactorycreates a newAbstractSchemaName. - 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
SELECTclause, which is either theSELECTclause 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
SELECTclause and aFROMclause. - 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
CollectionValuedPathExpressionif the visitedExpressionis 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.StateFieldPathExpressionVisitorif the visitedExpressionis 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
ISimpleSelectExpressionStateObjectBuilderthat 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
StateObjectrepresents 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
StateObjecthierarchy 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
ExpressionVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenExpression. - AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitortraverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenStateObject. - 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
ExpressionVisitortraverses up the hierarchy. - AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitortraverses 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
Expressiontakes 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
CollectionExpressionin order to properly validate theExpression. - AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is responsible to traverse the parent hierarchy and to skip
SubExpressionif it's a parent. - AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor gathers the children of a
CollectionExpressionor a single visitedExpression. - AbstractValidator.JPQLQueryBNFValidator - Class in org.eclipse.persistence.jpa.jpql
-
This visitor validates any
Expressionby 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
Expressionat the given position by the givenvisitor. - 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
Expressionby the givenvisitor. - 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
StateObjectby the givenvisitor. - 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
ExpressionVisitorneeds 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
ExpressionVisitorneeds 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
StateObjectVisitorneeds 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
StateObjectVisitorneeds 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
StateObjectto the stack for future use, which will be removed from the stack to complete the creation of anotherStateObject. - 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.AGGREGATEand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.AGGREGATEand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.AGGREGATEand 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
Collectionthe 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
Collectionthe items contained in theIterable. - addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Adds to the given
Collectionthe items returned by the givenIterator. - 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
ASidentifier is specified. - addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Makes sure the
ASidentifier is specified. - addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Makes sure the
ASidentifier 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
ASidentifier is used. - addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Makes sure the
ASidentifier 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
ExpressionFactoryto 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
ExpressionFactoryto 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
StateObjectto 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
AbstractExpressionto 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.CLAUSEand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.CLAUSEand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.CLAUSEand 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
FROMclause. - addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the
FROMclause. - addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new collection declaration to the
FROMclause. - addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the
FROMclause. - 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_FUNCTIONand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.COMPOUND_FUNCTIONand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.COMPOUND_FUNCTIONand the beginning starts with the current word. - addDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Adds the given
Declarationat 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
DELETEstatement. - addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the
FROMclause. - addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the
FROMclause. - addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the
FROMclause. - addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the
FROMclause. - addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the
FROMclause. - addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the
FROMclause. - addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the
FROMclause. - addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the
FROMclause. - addDistinctSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
SELECTstatement. - 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
IEntityas 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
ExpressionFactorywith 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.FUNCTIONand 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
JPQLQueryBNFas valid proposals if their role isIdentifierRole.FUNCTIONand 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
FUNCTIONby determining theJPQLQueryBNFthat represents the fragment for which the givenExpressionwas parsed. - addFunctionIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNFas valid proposals if their role isIdentifierRole.FUNCTIONand the beginning starts with the current word. - addGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
GROUP BYclause. - addGroupByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
GROUP BYclause 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
HAVINGclause. - addHavingClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
HAVINGclause 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 JOINexpression to this declaration. - addInnerJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
INNER JOIN FETCHexpression 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 BYitem to this clause. - addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATEitem 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 BYitem 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
UPDATEitem to this clause. - addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the
UPDATEclause. - addItem(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BYitem to this clause. - addItem(String[], String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATEitem to this clause. - addItem(String[], StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATEitem 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
UPDATEitem to this clause. - addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the
UPDATEclause. - addItem(String, OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BYitem to this clause. - addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATEitem to this clause. - addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the
UPDATEclause. - addItem(ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATEitem to this clause. - addItem(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATEitem to this clause. - addItem(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BYitem 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
StateObjectas 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
StateObjectas 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
StateObjectas a select item. - addItemAsc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BYitem to this clause withASC. - addItemDesc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BYitem to this clause withDESC. - 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
StateObjectsas 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
JOINexpression to this declaration. - addJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
JOINexpression to this declaration. - addJoin(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
JOINexpression to this declaration. - addJoin(String, ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
JOINexpression 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 FETCHexpression to this declaration. - addJoinFetch(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
JOIN FETCHexpression to this declaration. - addJoinFetch(String, ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
JOIN FETCHexpression to this declaration. - addJoinFetchType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
JOIN FETCHexpression 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 JOINexpression to this declaration. - addLeftJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
LEFT JOIN FETCHexpression to this declaration. - addLeftOuterJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
LEFT OUTER JOINexpression to this declaration. - addLeftOuterJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
LEFT OUTER JOIN FETCHexpression to this declaration. - addListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Registers the given
IListChangeListenerfor 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
IListChangeListenerfor 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
ANDandOR. - 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
NOTidentifier is specified. - addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the
NOTidentifier is specified. - addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Makes sure the
NOTidentifier is specified. - addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Makes sure the
NOTidentifier is specified. - addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Makes sure the
NOTidentifier is specified. - addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Makes sure the
NOTidentifier is specified. - addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Makes sure the
NOTidentifier is specified. - addOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the
OFidentifier is specified. - addOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the
ORDER BYclause. - addOrderByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the
ORDER BYclause 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 BYitem 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
AbstractExpressionto 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
Expressionsrepresenting the encapsulatedExpression. - 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
IPropertyChangeListenerfor the specified property. - addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Registers the given
IPropertyChangeListenerfor the specified property. - addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new range variable declaration to the
FROMclause. - addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new range variable declaration to the
FROMclause. - 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
-
Creates the concrete instance of an
AbstractIdentificationVariableDeclarationStateObjectfor the givenIdentificationVariableDeclaration. - 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
SELECTclause 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
StateObjectas a select item. - addSelectItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given
StateObjectas 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
StateObjectas a select item. - addSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
SELECTstatement. - addSelectStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
SELECTstatement. - addTextEdit(Expression, int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Adds a new
TextEditwith the given information. - addTextEdit(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Adds a new
TextEditwith the given information. - addTextEdit(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Adds the given
TextEditat the right position. - addTextEdits(Iterable<? extends TextEdit>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Adds the given collection of
TextEditobjects. - 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
Expressionat the given position. - addUpdateStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
UPDATEstatement. - addUpdateStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
UPDATEstatement. - 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
WHENclause. - addWhenClause(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the given two
StateObjectsas theWHENexpression and theTHENexpression of the newWHENclause. - addWhenClause(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the given two
StateObjectsas theWHENexpression and theTHENexpression of the newWHENclause. - addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Adds the
WHEREclause. - addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
WHEREclause. - addWhereClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
WHEREclause 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
SELECTclause 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
trueif the comparison operation istruefor 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
AllOrAnyExpressionFactorycreates a newAllOrAnyExpressionwhen 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
ALLconditional expression is a predicate that istrueif the comparison operation istruefor 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
ANDFilterthat 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
AndExpressioncreates a newAdditionExpressionwhen 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
ANDlogical 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
AndFilterthat 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
ANDexpression. - 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 visitedexpressions. - 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 visitedItateObjects. - 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 visitedItateObjects. - 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: '.
- 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
Expressioncan 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
StateObjectare 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
StateObjectare 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
StateObjectare 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
StateObjectare 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
StateObjectare 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
StateObjectare 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
Expressioncan 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
StateObjectare 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
Expressioncan 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
ExpressionFactorycreates 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
- 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
ArrayIteratorprovides aIteratorfor an array of objects. - ArrayIterator(T...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
-
Creates a new
ArrayIteratorfor the specified array. - ArrayIterator(T[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
-
Creates a new
ArrayIteratorfor 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
ASidentifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Notifies the visibility of the
ASidentifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Notifies the visibility of the
ASidentifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Notifies the visibility of the
ASidentifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Notifies the visibility of the
ASidentifier 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 OFclause 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 OFclause. - 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
AsOfClauseFactorycreates a newAsOfClausewhen 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.AssertExceptionis 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
AvgFunctionFactorycreates a newAvgFunctionwhen 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
Expressionwhere the cursor is located was flagged to be invalid. - BadExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This wraps another
Expressionthat 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
BadExpressionFactorycreates a newBadExpressionwhen 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
IdentificationVariabledefined in the base range variable declaration for the top-level statement if and only if the query is aDELETEorUPDATEquery. - 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
TextEditobjects 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 aStateObjectrepresentation of theExpressionbeing 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
FROMclause. - 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
StateObjectrepresentation of theSELECTstatement. - 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
StateObjectrepresentation of theDELETEquery 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
FROMclause 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
SELECTclause. - BasicStateObjectBuilder.SelectStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObjectrepresentation of theSELECTquery 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
FROMclause of a subquery. - BasicStateObjectBuilder.SimpleSelectStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObjectrepresentation of theSELECTsubquery. - BasicStateObjectBuilder.UpdateStatementBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
StateObjectrepresentation of theUPDATEquery statement. - BasicStateObjectBuilder.WhenClauseBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder is responsible to create the
WHENclauses for aCASEexpression. - 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
BetweenExpressionFactorycreates a newBetweenExpressionwhen 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
ITypeforBigDecimal. - 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
ITypeforBigInteger. - 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
- 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
JPQLGrammarthis 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
CASEexpression 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
StateObjectrepresentation 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
CollectionExpressionthat will wrap the single select item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Creates a new
CollectionExpressionthat will wrap the first and second expressions. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Creates a new
CollectionExpressionthat will wrap the single declaration. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Creates a new
CollectionExpressionthat will wrap the single order by item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Creates a new
CollectionExpressionthat will wrap the single select item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Creates a new
CollectionExpressionthat will wrap the first, second and third expressions. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
Creates a new
CollectionExpressionthat will wrap the single constructor item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
Creates a new
CollectionExpressionthat will wrap the single constructor item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
Creates a new
CollectionExpressionthat will wrap the single range variable declaration. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
Creates a new
CollectionExpressionthat will wrap the single group by item. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
Creates a new
CollectionExpressionthat will wrap the single join expression. - buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
Creates a new
CollectionExpressionthat 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 aCollectionExpressionor requests this helper to return a "virtual"CollectionExpressionthat is wrapping the single element. - buildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a visitor that collects the
CollectionExpressionif 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
CollectionExpressionif 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
Resolverfor 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
AbstractExpressionto 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
QueryPositioncontaining the corrected positions starting at the givenExpressionand 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
StateObjectrepresentation 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
StateObjectrepresentation 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
Resolverthat 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
AbstractExpressionthis 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
Expressionwith the content ofWordParser, this method will retrieve the fallbackExpressionFactorydefined in the givenBNF. - buildExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new
ExpressionRegistrythat 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
StateObjectrepresentation 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
StateObjectrepresentation 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
FROMclause. - 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.JPQLQueryBNFValidatorthat can be used to validate anExpressionby making sure its BNF is part of the given BNF. - buildJPQLQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Creates a new
JPQLQueryContextthat 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
JPQLQueryContextthat 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
Expressionbased on the desiredLiteralType. - 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
AbstractModifyClauseStateObjectthat 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
Expressionand 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-Expressionparented with this one. - buildNullExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a visitor that collects the
NullExpressionif 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
Resolverthat 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
Comparatorthat can sortITypesbased 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
Expressionand stops at the firstExpressionthat 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
Expressionand stops at the firstExpressionthat 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
Expressionof 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
Problemdescribing a single issue found with the information contained in thisStateObject. - buildProblem(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new
Problemdescribing a single issue found with the information contained in thisStateObject. - 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
IJPQLQueryBuilderbased on the JPQL grammar. - buildQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
-
Creates the right
IJPQLQueryBuilderbased 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
StateObjectrepresentation 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
SELECTclause. - 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
Resolverfor 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
StateObjectrepresentation 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
StateObjectrepresentation 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
StateObjectrepresentation of the givenExpression. - buildStateObjectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates the builder that creates the
StateObjectfor eachExpression. - 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
Expressionand returned itsStateObject. - 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
Expressionwrapping the given character value. - buildStringExpression(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new
Expressionwrapping 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
TextEditfor the given refactoring information. - buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
- buildTopLevelFirstDeclarationVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
- buildTrimExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- buildTripleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
- buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionEquivalentResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
- buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Resolves the
ITypeDeclarationof the property handled by thisResolver. - 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
Expressionthat 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
StateObjectrepresentation 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
CollectionExpressionthat will wrap the singleWHENexpression. - 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
C
- calculateInsertionPosition(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Calculates the insertion position for the given
TextEditbased on those already registered - calculatePosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Calculates the position of the given
Expressionby 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
StateObjectcan 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
StateObjectcan 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
CASEexpression. - CASE_OPERAND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Notify the
StateObjectrepresenting the case operand that follows theCASEidentifier has changed. - CaseExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
BNF:
general_case_expression ::= CASE when_clause {when_clause}* ELSE scalar_expression ENDor 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
CaseExpressionFactorycreates a newCaseExpressionwhen 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
CASEpredicate is used to calculate a condition and when it'strue, itsTHENexpression 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
CastExpressionFactorycreates a newCastExpressionwhen 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
ChangeSupportis responsible to notifies registered listeners upon changes made to aStateObject, 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
- checkBuilder(IScalarExpressionStateObjectBuilder<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Makes sure the given
builderis this one. - checkBuilders(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Makes sure the given
builderis 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
IdentificationVariableStateObjectare 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
nullor 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
- 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
Resolversimply 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
CloneIteratoriterates 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
CloneIteratorto 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
CloneListIteratoriterates 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
CloneListIteratorto 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
nullif all its arguments evaluate tonull, and the value of the first non-nullargument 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
CoalesceExpressionFactorycreates a newCoalesceExpressionwhen 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
COALESCEexpression returnsnullif all its arguments evaluate tonull, and the value of the first non-nullargument 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
FROMclause 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
CollectionDeclarationrepresents a collection member declaration that was declared in theFROMclause of aSELECTtop-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
Resolvercompares eachITyperetrieved from the list ofResolversthat were gathered for a givenExpressionand returns that type if they are all the same type otherwise theITypeforObjectis 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
CollectionExpressionso a child could use it. - CollectionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
A
CollectionExpressionwraps 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
StateObjectis a temporary object used to store a list ofStateObjects. - 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
CollectionMemberDeclarationFactorycreates a newCollectionMemberDeclarationwhen 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_declarationranges 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
CollectionMemberExpressionFactorycreates a newCollectionMemberExpressionwhen 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
ITypeforCollection. - CollectionValuedFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolveris 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_fieldis 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
Expressionif it is aCollectionValuedPathExpression. - 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
FROMclause 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
IdentificationVariableto 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
ComparisonExpressionFactorycreates a newComparisonExpressionwhen 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
Expressionthat was visited is complete or if some part is missing. - COMPLETE - org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Determines whether the visited
Expressionis 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
StateObjecthas 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
CompoundFilterthat 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
ConcatExpressionFactorycreates a newConcatExpressionwhen 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
CONCATfunction 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
Expressionbeing 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 BYclause. - 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
ConnectByClauseFactorycreates a newConnectByClausewhen 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
StateObjectsrepresenting 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
ConstructorExpressionFactorycreates a newConstructorExpressionwhen 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
SELECTclause a constructor may be used in theSELECTlist 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.StateObjectUpdaterthat 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
ITypeof 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
Declarationfrom 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
Declarationfrom 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
CountFunctionFactorycreates a newCountFunctionwhen 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
JPQLQueryContextis 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
Declarationbeing 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
ExpressionisDateTimeor not. - DateTime - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expressionrepresents 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
DateTimeFactorycreates a newDateTimewhen 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
DateTimeStateObjectrepresents 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
- declaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
-
Indicates if the visited
CollectionValuedPathExpressionis 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
IdentificationVariableDeclarationor aCollectionMemberDeclarationwhen part of a FROM clause, otherwise it's either theDeleteClauseor theUpdateClause. - DeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolveris 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
VariableDeclarationStateObjectdefining 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
FROMclause 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
StateObjectwith 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
IJPQLQueryFormatteris used to generate a string representation of aStateObjectbased on how it was parsed, which means this formatter can only be used when theStateObjectwas created by parsing a JPQL query because it needs to retrieve parsing information from the correspondingExpression. - 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
ContentAssistProposalswhich 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 grammarprovides 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
IJPQLQueryBuilderthat 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 grammarprovides 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
IJPQLQueryBuilderthat 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 ofTextEditobjects.DefaultJPQLQueryHelper.buildRefactoringTool()provides support for refactoring the JPQL query through the editableStateObjectand once all refactoring operations have been executed, theIJPQLQueryFormatterwill 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
Expressionand 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
RefactoringDeltawhich contains theTextEditthat 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
Expressionis 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 aStateObjectrepresentation of anyExpression. - 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
Expressionthat 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
DeleteClauseFactorycreates a newDeleteClausewhen 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
DELETEclause of theDELETEstatement. - 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
DeleteStatementFactorycreates a newDeleteStatementwhen 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
DerivedDeclarationrepresents an identification variable declaration that was declared in theFROMclause of aSELECTsubquery. - 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
DISTINCTidentifier 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
Patternrepresenting 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
E
- EclipseLinkActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This
IJPQLQueryFormatteris used to generate a string representation of aStateObjectbased on how it was parsed, which means this formatter can only be used when theStateObjectwas created by parsing a JPQL query because it needs to retrieve parsing information from the correspondingExpression. - 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 visitedexpressionsincluding 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
DeclarationResolverthat 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
ExpressionVisitorthat 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 grammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
IJPQLQueryBuilderthat 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
IJPQLQueryFormatterthat 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 ofTextEditobjects.EclipseLinkJPQLQueryHelper.buildRefactoringTool()provides support for refactoring the JPQL query through the editableStateObjectand once all refactoring operations have been executed, theIJPQLQueryFormatterwill 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
Expressionand 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
ResolverBuilderthat 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
StateObjecthierarchy 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
StateObjectrepresenting the else expression that follows theELSEidentifier 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
EmptyIterableis just that. - EmptyIterator - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
-
A
nullinstance of anIterator. - encapsulated - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
-
Determines whether the visited
Expressionis 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
Expressionrepresents an identification variable that maps aMapproperty, either the key, the value or aMap.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
CollectionExpressionends with a comma, which means the lastExpressionis 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
CollectionExpressionends with a space, which means the lastExpressionis 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
Resolverretrieves 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
Expressionwraps 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
StateObjectwraps 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
ENTRYoperator 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
EntryExpressionFactorycreates a newEntryExpressionwhen 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
- 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
Resolverretrieves 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
ITyperepresenting 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
- EnumTypeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectwraps the name of anEnumconstant. - 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
CharSequenceto 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
StateObjectshould reflect the exact string that was parsed:truewill use every bit of information contained in the correspondingExpressionto perfectly match what was parsed;falsewill 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
trueonly if the result of the subquery consists of one or more values and that isfalseotherwise. - 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
ExistsExpressionFactorycreates a newExistsExpressionwhen 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
EXISTSexpression is a predicate that istrueonly if the result of the subquery consists of one or more values and that isfalseotherwise. - 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
Expressionbeing visited. - expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.CollectionExpressionVisitor
-
The
CollectionExpressionif it is theExpressionthat was visited. - expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.NullExpressionVisitor
-
The
NullExpressionif it is theExpressionthat was visited. - expression - Variable in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.CollectionValuedPathExpressionVisitor
-
The
CollectionValuedPathExpressionthat was visited;nullif 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
StateFieldPathExpressionthat was visited;nullif it was not. - expression - Variable in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
-
The
IdentificationVariableused 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
Expressionthat will help to determine the type of the input parameter. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
-
The
CollectionExpressionif it is theExpressionthat was visited. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
-
The
Expressionused to determine if it follows an invalid fragment or not. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
- expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
-
The
RangeVariableDeclarationif it was visited otherwisenull. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
-
The
ResultVariableif it was visited otherwisenull. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
-
The subquery
Expressionif 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
Expressionbeing visited. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext.QueryExpressionVisitor
-
The
Expressionthat is the beginning of a query. - expression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder.CollectionExpressionVisitor
-
The
CollectionExpressionthat was visited, otherwisenull. - 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
ExpressionFactoryis 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
ExpressionFactorythat is responsible for creating theExpressionobject 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
Expressionthat was visited or the children ofCollectionExpression. - 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
ExpressionVisitorwraps anotherExpressionVisitorand 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
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
-
Extends the given
JPQLGrammarwith the information of this one without instantiating the baseJPQLGrammar. - 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
EXTRACTfunction. - 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
ExtractExpressionFactorycreates a newExtractExpressionwhen 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.AssertExceptionimmediately. - 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
Filterused 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
- 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
Filterused to accept the value. - filter2 - Variable in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
The second
Filterused 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
ExpressionFactoryfrom the givenJPQLQueryBNFby following the path of fallbackJPQLQueryBNFsand then returns theExpressionFactoryfrom the leafJPQLQueryBNF. - 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
IdentificationVariableStateObjectrepresenting the given identification variable. - findInputParameters(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves all the
InputParameterswith 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
IManagedTypefor 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
JPQLQueryBNFthat represents the fragment of thisExpressionthat was used when parsing the givenExpression. - 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
RangeVariableDeclarationthat defines the entity name and identification variable for the givenUpdateClause. - findVirtualIdentificationVariable(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Returns the
IdentificationVariablethat defines the identification variable for either aDELETEor anUPDATEquery. - 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
IPropertyChangeListenersthat 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
IPropertyChangeListenersthat 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
StateObjectproperty has changed. - FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Notifies the first
StateObjectproperty 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
Patternrepresenting 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
- 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
Expressionis 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
FromClauseFactorycreates a newFromClausewhen 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
FROMclause 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
Resolverwraps 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
IManagedTyperepresents 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
IMappingwraps one of the select items. - FromSubqueryResolver.VirtualMappingBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This visitor will traverse the
SELECTclause 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
FunctionExpressionFactorycreates a newFunctionExpressionwhen 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
FunctionExpressioncan 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
ValueExpressionFactorycreates 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
JPQLQueryBNFcan 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
SemanticValidatorHelperthat usesJPQLQueryContextto 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
ITypeHelperwrapsITypeHelperand 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
AbstractSchemaNameStateObjectholding onto the abstract schema name. - getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the
AbstractSchemaNameStateObjectholding 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
ITypethat any type should be assignable. - getActualAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Returns the actual
ALLfound 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
Expressionbeing manipulated, which is either the top-level query or a subquery. - getActualDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the
DeclarationResolverof 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
nullordering 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'sFROMclause. - 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
Expressionrepresenting 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
JPQLGrammarthis 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
IConditionalExpressionStateObjectBuilderthat can be used to programmatically create a conditional expression and once the expression is complete,IConditionalExpressionStateObjectBuilder.commit()will push theStateObjectrepresentation 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
ISelectExpressionStateObjectBuilderthat can be used to programmatically create a single select expression and once the expression is complete,ISelectExpressionStateObjectBuilder.commit()will push theStateObjectrepresentation 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
ISimpleSelectExpressionStateObjectBuilderthat can be used to programmatically create a single select expression and once the expression is complete,ISimpleSelectExpressionStateObjectBuilder.commit()will push theStateObjectrepresentation 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
INewValueStateObjectBuilderthat can be used to programmatically create a new value expression and once the expression is complete,INewValueStateObjectBuilder.commit()will push theStateObjectrepresentation 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
CASEexpression, which requires aIConditionalExpressionStateObjectBuilderto build theWHENclauses. - getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expressionthat represents the CASE operand. - getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Returns the
StateObjectrepresenting 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
Expressionat the given position. - getChild(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Retrieves the child of this
Resolverthat has the given variable name. - getChildren(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns a list containing either the given
Expressionif it's not aCollectionExpressionor the children of the givenCollectionExpression. - 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
Expressionto aCollectionExpressionif it is actually an object of that type. - getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Casts the given
Expressionto aCollectionExpressionif it is actually an object of that type. - getCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Casts the given
Expressionto aCollectionExpressionif it is actually an object of that type. - getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Returns the visitor that collects the
CollectionExpressionif it's been visited. - getCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Returns the visitor that collects the
CollectionExpressionif 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
CollectionExpressionif 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
Expressionrepresenting the collection member, which is declared by an identification variable. - getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expressionrepresenting the collection-valued path expression. - getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
Returns the
Expressionthat 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
ContentAssistExtensionto filter the column names if the table name is notnull. - 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
Expressionrepresenting 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
Expressionbeing 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
Expressionthat 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
Declarationfor 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
Declarationfor 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
IdentificationVariableDeclarationor aCollectionMemberDeclarationwhen part of a FROM clause, otherwise it's either theDeleteClauseor theUpdateClause. - 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
DeclarationResolverof the current query's declaration. - getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Returns the
DeclarationResolverof the current query's declaration. - getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the
DeclarationResolverof the current query's declaration. - getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Returns the
DeclarationResolverof the current query's declaration. - getDeclarationResolverImp() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the
DeclarationResolverof 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'sFROMclause. - 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
StateObjectdecorating this one if one has been set, which means the behavior of thisStateObjectis 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
ExpressionVisitorthat 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
Expressionrepresenting 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()istrue) 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
StateObjectrepresenting theELSEscalar expression. - getElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
Returns the
Expressionthat 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
IEmbeddablefor the given fully qualified type name. - getEmbeddable(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEmbeddablewith the givenIType. - 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
IEntitythat has the abstract schema name. - getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the actual
IEntitythat 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
IEntitythat 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
IEntitywith the given name. - getEntity(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
- getEntityExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
Returns the
Expressionrepresenting 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
IEntitywith 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
Expressionthat 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
- getEnumConstants(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
-
Returns the constant names for the given
Enumtype. - 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
ITyperepresenting the possible given enum type. - getEnumType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
-
Returns the
ITyperepresenting 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
Expressionthat 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
Expressionthat is encapsulated within parenthesis. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Returns the
Expressionrepresenting the arithmetic primary. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Returns the
Expressionrepresenting the timestamp or change number. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
Returns the
Expressionthat was parsed but grammatically, it is not a valid location. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expressionrepresenting the expression to be tested for a range of values. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
Returns the
Expressionrepresenting the relationship expression. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
Returns the
Expressionthat represents the collection-valued path expression if it was parsed. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
Returns the
Expressionthat represents the state field path expression or type discriminator. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
Returns the
Expressionrepresenting 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
Expressionthat represents the order by expression. - getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Returns the child
Expressionwhere 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
StateObjectrepresentation 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
Expressionfor 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
INexpression. - getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Retrieves the registered
ExpressionFactorythat was registered for the given unique identifier. - getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Retrieves the registered
ExpressionFactorythat was registered for the given unique identifier. - getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Retrieves the
ExpressionFactorythat 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
ExpressionFactorythat was registered for the given unique identifier. - getExpressionFactoryIds() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the unique identifiers of the
ExpressionFactoryhandled 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
JPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query. - getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Returns the registry containing the
JPQLQueryBNFsand theExpressionFactoriesthat 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
JPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query. - getExpressionRegistry() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
-
Returns the registry containing the
JPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query. - getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
Returns the registry containing the
JPQLQueryBNFsand theExpressionFactoriesthat are used to properly parse a JPQL query. - getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the registry containing the
JPQLQueryBNFsand theExpressionFactoriesthat 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
JPQLQueryBNFscan 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
ExpressionFactoryto use when the fall back BNF ID is notnull. - 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
Filterof this compound filter. - getFilter2() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
-
Returns the second
Filterof this compound filter. - getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Returns the
StateObjectrepresenting the first expression. - getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObjectrepresenting the first expression. - getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expressionthat represents the first expression. - getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expressionthat 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
IJPQLQueryFormatterthat creates an accurate representation of theStateObject, i.e. - getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expressionrepresenting the FROM clause. - getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Returns the
AbstractFromClauseStateObjectrepresenting the FROM clause. - getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the
FROMclause. - 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
JPQLGrammarthat 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
JPQLGrammarthat 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
JPQLGrammarthat 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
JPQLGrammarthat is associated with this builder. - getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the
JPQLGrammarthat 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
JPQLGrammarthat 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
JPQLGrammarthat 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
Expressionrepresenting the GROUP BY clause. - getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the
GROUP BYclause. - 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
Expressionthat represents the list of group by items if any was parsed. - getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expressionrepresenting the HAVING clause. - getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the
HAVINGclause. - 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
Expressionrepresenting 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
Expressionrepresenting the identification variable, which maps the collection-valued path expression. - getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
Returns the
Expressionthat represents the identification variable. - getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expressionthat represents the identification variable. - getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
Returns the
Expressionthat 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
StateObjectrepresenting 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
IdentificationVariableused 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
IdentificationVariableStateObjectholding onto the identification variable. - getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the
IdentificationVariableStateObjectholding onto the identification variable. - getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the
IdentificationVariableStateObjectholding onto the identification variable. - getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Returns the
IdentificationVariableStateObjectholding 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
IdentifierRoleof 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
Expressionthat 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
StateObjectat 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
StateObjectrepresenting 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
StateObjectrepresenting 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
Expressionthat represents the join association path expression. - getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Returns the
CollectionValuedPathExpressionStateObjectrepresenting the join association path. - getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Returns the
CollectionValuedPathExpressionStateObjectrepresenting 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
JOINexpressions 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
JPAVersionof 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.JPQLQueryBNFValidatorthat can be used to validate anExpressionby making sure its BNF is part of the given BNF. - getJPQLQueryBNFValidator(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Returns the
AbstractValidator.JPQLQueryBNFValidatorthat can be used to validate anExpressionby 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
StateObjectrepresentation 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
StateObjectthat represents the left expression. - getLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expressionthat 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
JPQLQueryBNFfor 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 byExpression.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
StateObjectrepresenting the lower bound of the range. - getLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expressionrepresenting 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
IManagedTypeassociated with the field handled by this object. - getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
IManagedTypeassociated 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
IManagedTypeassociated with the field handled by thisResolver. - 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
IManagedTypefor 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
IManagedTypefor 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
IManagedTypefor the given identification variable. - getManagedType(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IManagedTypefor the givenIType. - 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
IMappedSuperclassfor the given fully qualified type name. - getMappedSuperclass(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
-
Retrieves the
IEmbeddablewith the givenIType. - 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
IMappingfor 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
IMappingfor the path at the given position. - getMapping(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Returns the
IMappingfor the field represented by the givenExpression. - 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
IMappingwith 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
DELETEclause. - getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Returns the state object representing the
UPDATEclause. - 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
Expressionrepresents a nested array. - getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
Returns the
Expressionrepresenting 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
StateObjectrepresenting 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.StatementHelperthat 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
Expressionwithin 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
Expressionthat represents the ON clause if present. - getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expressionrepresenting the ORDER BY clause. - getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Returns the state object representing the
ORDER BYclause. - 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
Expressionrepresenting 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
Expressionrepresenting 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
Expressionand stops at the firstExpressionthat 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
Expressionand stops at the firstExpressionthat 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
FunctionExpressioncan 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
JPQLQueryBNFto 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
ITypeDeclarationrepresenting 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
IMappingof 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
Expressionthat represents the pattern value. - getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expressionthat 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
Expressionrepresenting 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
JPQLQueryBNFthat 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
JPQLQueryBNFthat 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
IJPQLQueryBuilderthat is responsible to create various part of theStateObjecthierarchy. - getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Returns the
JPQLQueryContextthat contains information about the JPQL query. - getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
-
Returns the
JPQLQueryContextthat 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
JPQLQueryContextthat is used by this visitor. - getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Returns the
JPQLQueryContextthat contains information related to the JPQL query. - getQueryExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the
Expressionrepresenting the query statement (either the top-level queryJPQLExpressionor the subquerySimpleSelectStatement) owning the givenExpression. - 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
QueryPositionthat was created. - getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
Returns the
Expressionrepresenting 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
Expressionrepresenting 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
Expressionrepresenting the range variable declaration. - getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the
StateObjectrepresenting the range variable declaration portion. - getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Returns the
StateObjectthat defines the range variable declaration. - getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the
StateObjectthat 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
Resolverused to resolve anExpression. - getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Retrieves the
Resolvermapped with the given identification variable. - getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Retrieves the
Resolvermapped with the given identification variable. - getResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Creates or retrieved the cached
Resolverfor the givenExpression. - 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
Resolvermapped 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
Expressionrepresenting 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 BYclause. - 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
StateObjectthat represents the right expression. - getRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Returns the
Expressionthat 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
JPQLQueryBNFfor 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
StateObjecthierarchy. - getRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
Returns the
Expressionthat 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
nullif thisDeclarationis a collection member declaration. - getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Returns the
StateObjectrepresenting 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
StateObjectholding 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
StateObjectrepresenting the second expression. - getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObjectrepresenting the second expression. - getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Returns the
Expressionthat represents the second expression. - getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expressionthat 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
ISelectExpressionStateObjectBuilderthat can be used to programmatically create a single select expression and once the expression is complete,ISelectExpressionStateObjectBuilder.commit()will push theStateObjectrepresentation 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
ISimpleSelectExpressionStateObjectBuilderthat can be used to programmatically create a single select expression and once the expression is complete,ISimpleSelectExpressionStateObjectBuilder.commit()will push theStateObjectrepresentation of that expression as this clause's select expression. - getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
AbstractSelectClauserepresenting the SELECT clause. - getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the
SELECTclause. - 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
Expressionrepresenting the select items. - getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
Returns the
Expressionrepresenting 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
JPQLQueryBNFfor 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
Expressionrepresenting 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
Expressionrepresenting 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
StateObjectthat was created based on the visitedExpression. - 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
StateObjectwhere 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
StateObjectthat represents the arithmetic primary expression. - getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Returns the
StateObjectrepresenting 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
CollectionValuedPathExpressionStateObjectrepresenting 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
StateObjectrepresenting the negated expression. - getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Returns the
StateObjectrepresenting the collection-valued path expression. - getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Returns the
StateObjectrepresenting the value used for ordering. - getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Returns the
StateObjectrepresenting a single select expression. - getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Returns the
StateObjectrepresentation 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
StateObjectfor eachExpression. - getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
Returns the
Expressionthat represents the string expression. - getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
Returns the
Expressionthat 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()istrue, 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
TableExpressionthat 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
ContentAssistExtensionto 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
StateObjectrepresenting the scalar expression that is following theTHENidentifier. - getThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expressionrepresenting the expression following the identifier THEN. - getThird() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Returns the
StateObjectrepresenting the third expression. - getThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Returns the
Expressionthat 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
StateObjectrepresenting 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
ITypeof the field handled by this object. - getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Returns the actual
ITypethat was resolved ornullif it could not be resolved. - getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the
ITypeof the field handled by this object. - getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
ITypeof 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
- 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
ITyperepresenting 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
ITypeof 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
ITypeof 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
ITypeof the givenExpression. - getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Returns the
ITypeDeclarationof the field handled by this object. - getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Returns the
ITypeDeclarationof the field handled by this object. - getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Returns the
ITypeDeclarationof 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
ITypeDeclarationof the field handled by thisResolver. - 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
ITypeDeclarationof the field handled by thisResolver. - 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
ITypeDeclarationsthat represent the variables declared by the generic declaration represented by thisITypeDeclaration. - 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
ITypeRepositoryused by this helper - getUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
Returns the
Expressionrepresenting 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
Expressionthat 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
UpdateClauserepresenting 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
Expressionrepresenting 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
StateObjectrepresenting the upper bound of the range. - getUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
Returns the
Expressionrepresenting 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
IdentificationVariableof theRangeVariableDeclaration. - 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
Expressionthat represents the WHEN clauses. - getWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
Returns the
Expressionrepresenting the conditional predicate of the clause. - getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Returns the
Expressionrepresenting the WHERE clause. - getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Returns the
Expressionrepresenting the WHERE clause. - getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
Returns the
Expressionrepresenting the WHERE clause. - getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Returns the state object representing the
WHEREclause. - getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the
WHEREclause. - 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 BYclause has changed. - GROUP_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Notify the list of
StateObjectsrepresenting theGROUP BYitems. - 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
GroupByClauseFactorycreates a newGroupByClausewhen 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 BYconstruct 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
GroupByItemFactoryis 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
Expressionhandles 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
JPQLQueryBNFhandles 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
Expressionhandles 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
JPQLQueryBNFhandles 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
FROMidentifier has changed. - hasAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether
ALLwas 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
ASidentifier is used or not. - hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Determines whether the
ASidentifier is used or not. - hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Determines whether the
ASidentifier is used or not. - hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Determines whether the
ASidentifier is used. - hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Determines whether the
ASidentifier 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
StateObjectrepresenting 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
StateObjectrepresenting 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
DISTINCTkeyword 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
DISTINCTkeyword 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
StateObjectrepresenting theELSEscalar 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
Expressionrepresenting 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
StateObjectrepresenting the first encapsulated expression is present or not. - hasFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Determines whether the
StateObjectrepresenting 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
FROMclause 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 BYclause. - 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
HAVINGclause. - 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
StateObjecthas 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
StateObjectthat 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
AbstractEncapsulatedExpressionhas 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
IListChangeListenerregistered 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
StateObjectrepresenting 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
StateObjectrepresenting 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
NOTidentifier is used or not. - hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Determines whether the
NOTidentifier is used or not. - hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Determines whether the
NOTidentifier is used or not. - hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Determines whether the
NOTidentifier is used or not. - hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Determines whether the
NOTidentifier is used or not. - hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Determines whether the
NOTidentifier is used or not. - hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Determines whether the
NOTidentifier is used or not. - hasNulls() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
Determines whether the
NULLSidentifier 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 BYclause. - 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
ASCorDESCwas 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
IPropertyChangeListenerregistered 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
StateObjectthat 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
AbstractEncapsulatedExpressionhas 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
ASidentifier. - 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
StateObjectrepresenting the second encapsulated expression is present or not. - hasSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Determines whether the
StateObjectrepresenting 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
SELECTclause has a select item defined (only one can be set for a subquery'sSELECTclause 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 BYclause. - 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
trueif it's followed by either the hierarchical query clause or theAS OFclause. - 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
INidentifier 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
NULLSidentifier. - 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 WITHclause. - 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
StateObjectrepresenting the encapsulated expression is present or not. - hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Determines whether an
StateObjectrepresenting the arithmetic primary expression exists. - hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Determines whether the
StateObjectrepresenting 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
StateObjectrepresenting 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
StateObjectrepresenting the collection-valued path expression. - hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Determines whether the
StateObjectrepresenting 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
StateObjectsis 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
TextEditwas 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
StateObjectrepresenting 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
StateObjectrepresenting 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
StateObjectrepresenting 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
WHEREclause. - hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Returns the state object representing the
WHEREclause. - 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
HAVINGclause 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
HavingClauseFactorycreates a newHavingClausewhen 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
HAVINGconstruct 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
HierarchicalQueryClauseFactorycreates a newHierarchicalQueryClausewhen the portion of the query to parse starts with eitherVERSIONSorAS 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
CASEexpression. - 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.IDin 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
IdentificationVariableDeclarationFactoryhandles parsing the JPQL fragment within theFROMclause. - 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
FROMclause 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
-
This
IdentificationVariableFactorycreates a newIdentificationVariable. - 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
Resolveris 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
IdentificationVariableStateObjectsholding onto the identification variables, which are the variables defined in theFROMclause. - 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
IdentificationVariableStateObjectsholding onto the identification variables, which are the variables defined in theFROMclause. - 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
IdentificationVariableStateObjectthat 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
Filterthat 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
StateObjectrepresentation of a JPQL query. - IJPQLQueryFormatter - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
A
IJPQLQueryFormatterhelps to write a string representation of aStateObject. - 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
IListChangeListenercan be registered with aStateObjectin 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
IndexExpressionFactorycreates a newIndexExpressionwhen 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
INDEXfunction 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
INexpression. - 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
InExpressionFactorycreates a newInExpressionwhen 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
JPQLQueryBNFsandExpressionFactories. - 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
ExpressionFactoriesrequired 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
InputParameterfor 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
InputParametersthat 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
JPQLGrammarwhich 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
JPQLGrammarwhich 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
JPQLGrammarwhich 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
Patternrepresenting 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
- 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
FROMdeclaration, basically what follows theFROMidentifier. - 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
LENGTHexpression. - 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
LOCATEexpression. - 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
LOCATEexpression. - 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
LOWERexpression. - 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
MODexpression. - 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
-
This
InternalOrderByItemFactorycreates either aStateFieldPathExpressionor anIdentificationVariable. - 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
SQRTexpression. - 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
SUBSTRINGexpression. - 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
LENGTHexpression. - 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
UPPERexpression. - 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
Filteris used to say theExpressionis invalid without doing anything. - invalidExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
-
The
Expressioncontaining 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
IPropertyChangeListenercan be registered with aStateObjectin 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
Expressionis a parent of the givenExpression. - 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
Expressionis of the correct type based on these rules: TheExpressionreturns a boolean value; - isBooleanType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- IScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder can be used to easily create a scalar expression without having to create each object manually.
- isChildOfComparisonExpession(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- isClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given JPQL identifier used in a clause; for instance SELECT.
- isClauseAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the identifiers identifying clauses can be appended to the JPQL query based on the given
Expression. - isClauseComplete(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
IMappingis a collection type mapping. - isCollectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expressionis aCollectionExpression. - 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
INexpressions 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
INexpressions 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
ITypeis an instance ofCollection. - 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
Expressionthat 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
Expressionis 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
Expressioncan 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
DateTimerepresents the JPQL identifierCURRENT_DATE. - isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Determines whether this
DateTimerepresents the JPQL identifierCURRENT_DATE. - isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Determines whether this
DateTimerepresents the JPQL identifierCURRENT_TIME. - isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Determines whether this
DateTimerepresents the JPQL identifierCURRENT_TIME. - isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
Determines whether this
DateTimerepresents the JPQL identifierCURRENT_TIMESTAMP. - isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Determines whether this
DateTimerepresents the JPQL identifierCURRENT_TIMESTAMP. - isDateTimeConstant(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expressionrepresents 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
- 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
AbstractPathExpressionis 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
StateObjectis being decorated by anotherStateObject, 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
IMappingis 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
Expressionis being encapsulated or not. - isEncapsulated(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionis 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
IEntityhas been resolved. - isEnum() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
- isEnumAllowed(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
AbstractPathExpressioncould 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
- 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
StateObjectis 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
UnionClauseuses theEXCEPTidentifier. - IsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
IsExpressionFactorycreates 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
falseortrueand if it istruethen anAssert.AssertExceptionis 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
ITypeis an instance of a floating type, which is eitherFloat,Double, float or double. - isFollowingInvalidExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
-
Determines whether the visited
Expressionis preceded by an invalid expression. - isFollowingInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionis 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
INexpression 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
Expressionis 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
Expressionis 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
Expressionis of the correct type based on these rules: TheExpression'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
ITypeis an instance of a floating type, which is eitherInteger,Long, int or float. - isIntersect() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
Determines whether this
UnionClauseuses theINTERSECTidentifier. - isInvalid() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
-
Determines whether the visited
Expressionrepresents an invalid fragment. - isInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionrepresents 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
DateTimerepresents 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
DateTimerepresents the JDBC escape syntax for date, time, timestamp formats. - isJoinFetchIdentifiable() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether a
JOIN FETCHexpression 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 FETCHexpression 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
Joinis a left join, i.e. - isLocked(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionhas 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
- isMultipleSubquerySelectItemsAllowed(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given subquery
SELECTclause 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
Expressionrepresents 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
Expressionbeing visited isNotExpressionor not. - isNotExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionrepresents 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
nullExpressionor 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
Expressionto be created, which wraps the attribute or query key name allows the target of the 1:1 relationship to benullif 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
Expressionis of the correct type based on these rules: TheExpressionreturns a numeric value; - isNumericType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- 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
- 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
ComparisonExpressioncompares two expression using one of the following operators: '<', '<=', '>', '>='. - isOwnedByConditionalClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Determines whether the given
Expressionis 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
Expressionis 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
Expressionis a child of the FROM clause of a subquery. - isOwnedByUnionClause(Expression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
-
Determines whether the given
Expressionis 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
ITyperepresents 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
IMappingis 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
IMappingis 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
INidentifier 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
INidentifier is a single input parameter. - isStringType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Determines whether the given;@link IType} represents the
Stringclass. - 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
Expressionis of the correct type based on these rules: TheExpression's type is a string type. - isStringType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
-
Determines whether the given
ITyperepresents theStringclass. - isSubquery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
-
Determines whether this
JPQLQueryContextcurrently 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
Expressionis 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 givenExpressionwhich 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
IMappingis 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
trueorfalseand if it isfalsethen anAssert.AssertExceptionis 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
UnionClauseuses theUNIONidentifier. - isUnknown() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Determines whether this expression is an unknown
Expressionor 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
StateObjectshould reflect the exact string that was parsed. - isValid() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
-
Determines whether the visited
Expressionis valid or not based on theJPQLQueryBNFthat 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
Expressionis of the correct type by using theDefaultSemanticValidator.TypeValidator. - isValid(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expressionis valid by checking itsJPQLQueryBNFwith theJPQLQueryBNFassociated with the given unique identifier. - isValid(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionpart is an expression of the given query BNF. - isValid(Expression, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expressionis valid by checking itsJPQLQueryBNFwith the list ofJPQLQueryBNFassociated with the given unique identifiers. - isValid(Expression, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expressionis valid by checking itsJPQLQueryBNFwith the givenJPQLQueryBNF. - isValid(Expression, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionpart 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
JPQLQueryBNFpart is the given parentJPQLQueryBNF. - isValid(JPQLQueryBNF, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
JPQLQueryBNFpart is the given parentJPQLQueryBNF. - isValid(JPQLQueryBNF, JPQLQueryBNF, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
JPQLQueryBNFpart is the given parentJPQLQueryBNF. - 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
Expressionpart 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
AbstractExpressionis 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
Expressionis part of an invalid fragment - isWithinInvalidExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expressionis part of an invalid fragment - isWithinSubquery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expressionis part of a subquery. - isWithinTopLevelQuery(Expression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Determines whether the given
Expressionis 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
ListIterableover 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
JoinFactorycreates a newJoinwhen 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
JoinStateObjecthas changed. - JoinStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
A
JOINenables 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
JPQLExpressionis 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
JPQLExpressionthat 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
JPQLGrammarprovides 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
IJPQLQueryBuilderthat 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
IJPQLQueryBuilderthat 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
IJPQLQueryBuilderthat 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
InputParameterswith a certain parameter name. - JPQLQueryContext.QueryExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is responsible to retrieve the
Expressionthat is the beginning of a query. - JPQLQueryDeclaration - Interface in org.eclipse.persistence.jpa.jpql
-
A
JPQLQueryDeclarationrepresents 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
JPQLQueryProblemswhen 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
StateObjecthierarchy 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
KEYoperator 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
KeyExpressionFactorycreates a newKeyExpressionwhen 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
- 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,FALSEorNULL. - 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
KeywordExpressionFactorycreates a newKeywordExpressionwhen the portion of the JPQL query to parse isFALSE,TRUEorNULL. - 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,FALSEorNULL. - 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
LengthExpressionFactorycreates a newLengthExpressionwhen 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
LENGTHfunction 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
LikeExpressionFactorycreates a newLikeExpressionwhen 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
LIKEcondition 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
Listand adds the items returned by the givenListIterator. - ListChangeEvent<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The default implementation of
IListChangeListenerwhere 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
ListHolderStateObjectis aStateObjecthaving 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
ListIterablesimply forces the returned object to be an instance ofListIterator. - 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
LiteralExpressionFactoryis 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
Expressioncan have a "literal", this enumeration is used to visit anExpressionand to retrieve the right value. - LiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor traverses an
Expressionand 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
LocateExpressionFactorycreates a newLocateExpressionwhen 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
LOCATEfunction 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 (
ANDandOR) 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
ANDor theORoperator. - 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
Patternrepresenting 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
- longType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive long, into the
Longtype. - 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 theLongtype. - 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
StateObjectrepresenting 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
LowerExpressionFactorycreates a newLowerExpressionwhen 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
LOWERfunction 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
mappingsdefined 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
- 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
expressionstheExpressionallows. - 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
MaxFunctionFactorycreates a newMaxFunctionwhen 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
MinFunctionFactorycreates a newMinFunctionwhen 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
ModExpressionFactorycreates a newModExpressionwhen 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
StateObjectdown 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
StateObjectdown 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
StateObjectup 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
Expressiondoes 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
Expressionrepresents 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
NOTidentifier has changed. - NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Notifies the visibility of the
NOTidentifier has changed. - NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Notifies the visibility of the
NOTidentifier has changed. - NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Notifies the visibility of the
NOTidentifier has changed. - NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Notifies the visibility of the
NOTidentifier has changed. - NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Notifies the visibility of the
NOTidentifier has changed. - NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Notifies the visibility of the
NOTidentifier 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
NotExpressionFactorycreates a newNotExpressionwhen 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
NULLkeyword. - 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
nullinstance ofContentAssistExtension. - 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
NULLvalue. - 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
nullExpressionis used instead of a truenull, which allows operations to be performed without doing anullcheck 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
nullimplementation of aFilter. - 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
NullIfExpressionFactorycreates a newNullIfExpressionwhen 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
-
NULLIFreturns 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
Expressionvisited representsExpression.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
- 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
- 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
Comparatoris used to sortITypesbased 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
ObjectExpressionFactorycreates a newObjectExpressionwhen 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
SELECTclause may optionally be qualified by theOBJECToperator. - 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
- objectTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Returns the;@link Object } for the;@link IType} representing the
Objectclass. - objectTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
- objectTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
- 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
OFidentifier 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
Declarationbeing 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
OnClauseFactorycreates a newOnClausewhen 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 BYclause has changed. - ORDER_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Notify the list of
StateObjectsrepresenting theORDER BYitems. - 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
OrderByClauseFactorycreates a newOrderByClausewhen 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 BYclause 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_expressionthat 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 Astate_field_path_expressionthat evaluates to the same state field of the same entity or embeddable abstract schema type as astate_field_path_expressionin the SELECT clause Aresult_variablethat refers to an orderable item in the SELECT clause for which the sameresult_variablehas 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
OrderByItemFactorycreates a newOrderByItem. - 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 BYitem must be one of the following: Astate_field_path_expressionthat evaluates to an orderable state field of an entity or embeddable class abstract schema type designated in theSELECTclause by one of the following: A general_identification_variable A single_valued_object_path_expression Astate_field_path_expressionthat evaluates to the same state field of the same entity or embeddable abstract schema type as astate_field_path_expressionin the SELECT clause Aresult_variablethat refers to an orderable item in theSELECTclause for which the sameresult_variablehas 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
Expressionand 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 BYclause 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
OrderSiblingsByClauseFactorycreates a newOrderSiblingsByClausewhen 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
OrExpressionFactorycreates a newOrExpressionwhen 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
ORlogical 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
StateObjectclasses 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
ORexpression. - 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
AbstractFromClauseStateObjectwhere the new identification variable declaration is added. - parent - Variable in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
The parent of the
SELECTstatement. - 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
StateObjectof theStateObjectto 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
StateObjecthas this one as its parent. - parent(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Makes sure the given
StateObjecthas 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
StateObjecthas 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
StateObjectequivalent. - 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
ELSEexpression. - 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
JOINexpression. - 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
THENexpression. - 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
ExpressionFactoryfor the first word that is extracted fromWordParserat 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
WHENclause. - 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
AbstractPathExpressionbeing 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.StateObjectUpdaterthat 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
StateObjectthat 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
Expressionlocated 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
ITypefor 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
ITypefor 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
ITypefor 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
ITypefor 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
ITypefor 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
ITypefor 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
ITypefor 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
ITypefor 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
IPropertyChangeEventwhere 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
JPQLQueryBNFthat 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
QueryPositionhas the position of eachExpressionwithin 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
Expressionfrom 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
Expressionfrom 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
RangeDeclarationrepresents an identification variable declaration that was declared in theFROMclause of aSELECTtop-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
-
This
RangeVariableDeclarationcreates a newRangeVariableDeclaration. - 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
RegexpExpressionFactorycreates a newRegexpExpressionwhen 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
ExpressionFactoryto 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
Expressionrepresenting this BNF rule. - registerFactory(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Registers the given
ExpressionFactoryby storing it for all its identifiers. - registerFactory(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Registers the given
ExpressionFactoryby 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
IdentificationVariablesthat 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
IdentifierRolefor the given JPQL identifier. - registerIdentifierRole(String, IdentifierRole) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Registers the
IdentifierRolefor the given JPQL identifier. - registerIdentifierVersion(String, JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Registers the
JPAVersionfor which the given JPQL identifier was defined. - registerIdentifierVersion(String, JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Registers the
JPAVersionfor 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
ASidentifier is not specified. - removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Makes sure the
ASidentifier is not used. - removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Makes sure the
ASidentifier 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
Expressionthat 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 BYclause. - removeHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Removes the
HAVINGclause. - 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
StateObjectfrom 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
StateObjectfrom 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
IListChangeListenerthat 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
IListChangeListenerthat 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
NOTidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the
NOTidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Makes sure the
NOTidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Makes sure the
NOTidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Makes sure the
NOTidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Makes sure the
ASidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Makes sure the
NOTidentifier is not specified. - removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Makes sure the
NOTidentifier is not specified. - removeOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the
OFidentifier is not specified. - removeOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Removes the
ORDER BYclause. - 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
IPropertyChangeListenerthat was registered for the specified property. - removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Unregisters the given
IPropertyChangeListenerthat 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
WHEREclause. - removeWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Removes the
WHEREclause. - 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
Resolverfor 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
IManagedTypethat 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
IManagedTypethat 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
IManagedTypeby using the givenIMapping. - 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
IMappingfor 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
IMappingobjects 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
Resolverof the "root" object. - resolver - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
The
Resolverfor theExpressionthat was visited. - Resolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
A
Resolveris 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
Resolverthat gives information about the visitedExpression. - 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
ITypeof 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
ITypebased on the class name. - resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Resolves the
ITypeof the property handled by this object. - resolveType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Resolves the
ITypeof 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
ITypeDeclarationof the property handled by this object. - resolveTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
-
Resolves the
ITypeDeclarationof the property handled by this object. - resolveTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Resolves the
ITypeDeclarationof 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
ResultVariableFactorycreates a newResultVariablewhen 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
nullif thisDeclarationis 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
StateObjectproperty has changed. - SECOND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Notifies the second
StateObjectproperty 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
SelectClauseFactorycreates a newSelectClausewhen 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
SELECTclause. - 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
SELECTstatement 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
SELECTquery 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
SelectStatementFactorycreates a newSelectStatementwhen 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
SELECTclause and aFROMclause. - 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
AbstractSemanticValidatorin 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
ASidentifier is used or not. - setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Sets whether the
ASidentifier is used or not. - setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Sets whether the
ASidentifier is used or not. - setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Sets whether the
ASidentifier should be used. - setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Sets whether the
ASidentifier 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
StateObjectto be the conditional expression of this clause. - setConditionalStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the given
StateObjectto be the conditional expression of theWHEREclause. - 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
DISTINCTkeyword 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
DISTINCTkeyword 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
ELSEscalar expression to be the givenStateObject. - setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Sets the actual
IEntityand updates the abstract schema name. - setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Sets the actual
IEntityand updates the abstract schema name. - setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Sets the actual
IEntityand updates the abstract schema name. - setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Sets the
IEntityas the "root". - setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Sets the actual
IEntityand 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 objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Manually sets the encapsulated
Expressionto become the given one. - setExpression(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - 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
StateObjectrepresentation 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 objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Keeps a reference of the
parsed objectobject, which should only be* done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setExpression(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
Keeps a reference of the
parsed objectobject, which should only be done when this object is instantiated during the conversion of a parsed JPQL query intoStateObjects. - setFallbackBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
-
When parsing the query and no
JPQLQueryBNFscan 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
JPQLQueryBNFscan 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
JPQLQueryBNFscan 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
ExpressionFactoryto use when the fall back BNF ID is notnull. - setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Sets the unique identifier of the
ExpressionFactoryto use when the fall back BNF ID is notnull. - setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Sets the unique identifier of the
ExpressionFactoryto use when the fall back BNF ID is notnull. - setFirst(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Sets the given
StateObjectto represent the first encapsulated expression. - setFirst(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Sets the given
StateObjectto represent the first encapsulated expression. - setFormatter(IJPQLQueryFormatter) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
-
Sets the
IJPQLQueryFormatterthat creates an accurate representation of theStateObject, 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
Expressionhandles 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
Expressionhandles 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
Expressionhandles 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
Expressionhandles 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
StateObjectrepresenting 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
StateObjectrepresenting 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
StateObjectrepresenting 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
StateObjectto become the given object. - setLeftExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Sets the given
Expressionto be the first expression of this compound one. - setLowerBound(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets the
StateObjectrepresenting 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
NOTidentifier 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
NOTidentifier 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
NOTidentifier 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
NOTidentifier 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
NOTidentifier 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
NOTidentifier 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
NOTidentifier should be part of the expression or not. - setNullAllowed(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
Sets whether the
Expressionto be created, which wraps the attribute or query key name allows the target of the 1:1 relationship to benullif 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
FunctionExpressioncan 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
Expressionto be a child of the givenExpression. - 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
StateObjectto 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
problemsthis 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
JPQLQueryBNFthat 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 BYclause. - setRight(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Sets the right
StateObjectto become the given object. - setRightExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
Sets the given
Expressionto 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
StateObjectto represent the second encapsulated expression. - setSecond(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Sets the given
StateObjectto 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
StateObjectas this clause's select item. - setSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Sets the given
StateObjectas theSELECTclause's select item. - setSingleInputParameter(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Sets whether what was parsed after the
INidentifier 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
StateObjectto 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
StateObjectthat represents the arithmetic primary expression. - setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets the
StateObjectrepresenting 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
StateObjectas the new negated expression. - setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Sets the given
StateObjectas the collection-valued path expression. - setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Sets the
StateObjectrepresenting the value used for ordering. - setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Sets the
StateObjectrepresenting 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
StateObjectto 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
ITypeand updates the class name. - setUpperBound(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Sets the
StateObjectrepresenting 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
- 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
HAVINGclause 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
factoriesfirst 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
FROMclause 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
SimpleSelectStatementFactorycreates a newSimpleSelectStatementwhen 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
SELECTclause and aFROMclause. - 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
StateObjectsimply 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
SingleElementListIterablereturns aListIteratorthat holds a single element and returns it with the first call toListIterator.next(), at which point it will returnfalseto any subsequent call toListIterator.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
SingleElementListIteratorholds a single element and returns it with the first call toSingleElementListIterator.next(), at which point it will returnfalseto any subsequent call toSingleElementListIterator.hasNext(). - SingleElementListIterator(E) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
-
Creates a new
SingleElementListIteratorthat 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
TextEditobjects 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
SizeExpressionFactorycreates a newSizeExpressionwhen 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
SIZEfunction 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
SnapshotCloneIterablereturns 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
SnapshotCloneListIterablereturns 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
SqrtExpressionFactorycreates a newSqrtExpressionwhen 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
SQRTfunction takes a numeric argument and returns aDouble. - 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 WITHclause 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 WITHclause. - 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
StartWithClauseFactorycreates a newStartWithClausewhen 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
StateObjecthas 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
StateObjectrepresenting 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_fieldis 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
StateFieldPathExpressionFactoryis 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
Expressionif it is aStateFieldPathExpression. - StateFieldPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.StateFieldPathExpressionVisitor
- StateFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolveris 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
IdentificationVariableDeclarationStateObjectthat represents the visitedIdentificationVariableDeclaration. - 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
StateObjectthat was created based on the visitedExpression. - 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
StateObjectis 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
StateObjectsthat were previously created. - stateObjects(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Returns a list of the
StateObjectsthat were previously created. - StateObjectVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The visitor is used to traverse the
StateObjecthierarchy 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
StateObjectrepresenting 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
StringLiteralFactoryis 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
nullchecks 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
nullchecks 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
- 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
Expressionbeing visited is encapsulated by parenthesis. - subExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor
-
For a subquery
SELECTclause identifier to be appendable, it has to be encapsulated by aSubExpression. - 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
Declarationuses 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
Resolverretrieves 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
SubstringExpressionFactorycreates a newSubstringExpressionwhen 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
SUBSTRINGfunction 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
SumFunctionFactorycreates a newSumFunctionwhen 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
Resolveris 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
Declarationuses 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
-
This
TableExpressionFactorycreates a newTableExpression. - 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
-
This
TableVariableDeclarationFactorycreates a newTableVariableDeclaration. - 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
TextEditcontains 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
TextEditobjects 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
TextEditobjects 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
StateObjectrepresenting the scalar expression that follows theTHENidentifier has changed. - THIRD_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Notifies the third
StateObjectproperty 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
- 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
Expressionand 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
Booleantype. - 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 theBooleantype. - toByteType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive byte, into the
Bytetype. - 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 theBytetype. - 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
Doubletype. - 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 theDoubletype. - toFloatType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive float, into the
Floattype. - 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 theFloattype. - 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
ASidentifier. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Toggles the usage of the
ASidentifier. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Toggles the usage of the
ASidentifier. - toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Toggles the visibility of the
ASidentifier; 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
ASidentifier; 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
DISTINCTidentifier; 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
DISTINCTidentifier. - toggleGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the
GROUP BYclause. - toggleHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the
HAVINGclause. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Changes the visibility state of the
NOTidentifier. - toggleOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Changes the visibility state of the
OFidentifier. - toggleOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Either adds or removes the
ORDER BYclause. - toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Either adds or removes the state object representing the
WHEREclause. - toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Either adds or removes the state object representing the
WHEREclause. - toIntegerType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
-
Converts the given;@link IType}, if it's the primitive int, into the
Integertype. - 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 theIntegertype. - 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
Expressionand 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
Shorttype. - 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 theShorttype. - 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 atruestring 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 atruestring 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
StateObjectand 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
truestring 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 atruestring 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
RangeVariableDeclarationshould 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
TREATexpression. - 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
TreatExpressionFactorycreates a newTreatExpressionwhen 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
Resolverresolves 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
TrimExpressionFactorycreates a newTrimExpressionwhen 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
TRIMfunction 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
LiteralTypehelps to determine when traversing anExpressionwhat 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
TypeExpressionFactorycreates a newTypeExpressionwhen 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
ITypeand 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
CharSequenceinto 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
UnionClauseFactorycreates a newUnionClausewhen the portion of the query to parse starts with UNION,INTERSECTorEXCEPT. - 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
Declarationrepresents 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
UnknownExpressionFactorycreates a newUnknownExpressionwhen 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
StateObjectholds 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
ITypethat 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
ITypeDeclarationfor theITyperepresenting 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
ITyperepresents 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
StateObjectby 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
StateObjectsrepresenting 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
UpdateClauseFactorycreates a newUpdateClausewhen 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
UPDATEclause of theUPDATEstatement. - 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_valuespecified 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
UpdateItemFactorycreates a newUpdateItem. - 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
UpdateItemStateFieldPathExpressionFactoryis 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_valuespecified 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
UpdateStatementFactorycreates a newUpdateStatementwhen 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
UPDATEclause 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
StateObjectrepresenting 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
UpperExpressionFactorycreates a newUpperExpressionwhen 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
UPPERfunction 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
IdentificationVariablesthat 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
- 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
INexpression is a nested array when theINitem 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
Expressionvisited representsExpression.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
- VALID_IDENTIFIER_FILTER - Static variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
This
Filteris used to say theExpressionis 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
JPQLQueryBNFby 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
ABSexpression. - 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
FROMclause. - 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
SELECTclause. - 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
AVGexpression. - 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
Expressionis of the correct type based on these rules: TheExpressionreturns a boolean value; TheExpression'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
Expressionby 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
Expressionby making sure each child is separated by a whitespace. - validateCollectionValuedPathExpression(Expression, boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Validates the given
Expressionand 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
CONCATexpression. - 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
FROMclause 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
Expressionis of the correct type based on these rules: TheExpressionreturns a integral value; TheExpression'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
Expressionand 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
LENGTHexpression. - 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
LIKEexpression. - 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
LOCATEexpression. - 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
LOWERexpression. - 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
MAXexpression. - validateMinFunction(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Validates the encapsulated expression of the given
MINexpression. - validateModExpression(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Validates the encapsulated expression of the given
MODexpression. - 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
Expressionis of the correct type based on these rules: TheExpressionreturns a numeric value; TheExpression'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
SQRTexpression. - 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
Expressionis of the correct type based on these rules: TheExpressionreturns a String value; TheExpression's type is a String type. - validateSubstringExpression(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Validates the encapsulated expression of the given
SUBSTRINGexpression. - 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
MODexpression. - 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
TRIMexpression. - 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
UpdateItemby 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
UPPERexpression. - 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
TypeVlidatorsmapped 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
COUNTexpression. - 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
INexpression; 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
INitems; which is the left expression in aINexpression. - 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
LIKEexpression. - 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
VALUEoperator 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
ValueExpressionFactorycreates a newValueExpressionwhen 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
- 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
nullchecks. - valuesAreEqual(Object, Object) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
-
Determines whether the values are equal or equivalent, with the appropriate
nullchecks. - 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
VariableDeclarationStateObjecthas 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
-
Returns the list of
EclipseLinkVersionexcludingEclipseLinkVersion.DEFAULT_VERSION. - versions() - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
-
Returns the list of
JPAVersionexcludingJPAVersion.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
JPQLQueryBNFcan 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
AbsExpressionexpression. - 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
AbstractSchemaNameexpression. - 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
AdditionExpressionexpression. - 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
AllOrAnyExpressionexpression. - 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
AndExpressionexpression. - 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
ArithmeticFactorexpression. - 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
AsOfClauseexpression. - 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
AvgFunctionexpression. - 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
BadExpressionexpression. - 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
BetweenExpressionexpression. - 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
CaseExpressionexpression. - 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
CastExpressionexpression. - 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
CoalesceExpressionexpression. - 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
CollectionExpressionexpression. - 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
CollectionMemberDeclarationexpression. - 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
CollectionMemberExpressionexpression. - 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
CollectionValuedPathExpressionexpression. - 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
ComparisonExpressionexpression. - 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
ConcatExpressionexpression. - 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
ConnectByClauseexpression. - 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
ConstructorExpressionexpression. - 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
CountFunctionexpression. - 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
DatabaseTypeexpression. - 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
DateTimeexpression. - 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
DeleteClauseexpression. - 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
DeleteStatementexpression. - 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
DivisionExpressionexpression. - 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
-
Visits the
EmptyCollectionComparisonExpressionexpression. - 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
EntityTypeLiteralexpression. - 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
EntryExpressionexpression. - 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
ExistsExpressionexpression. - 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
StateObjectUpdaterwill 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
ExtractExpressionexpression. - 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
FromClauseexpression. - 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
FunctionExpressionexpression. - 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
GroupByClauseexpression. - 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
HavingClauseexpression. - 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
HierarchicalQueryClauseexpression. - 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
IdentificationVariableexpression. - 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
IdentificationVariableDeclarationexpression. - 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
IndexExpressionexpression. - 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
InExpressionexpression. - 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
InputParameterexpression. - 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
Joinexpression. - 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
JPQLExpressionexpression. - 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
KeyExpressionexpression. - 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
KeywordExpressionexpression. - 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
LengthExpressionexpression. - 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
LikeExpressionexpression. - 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
LocateExpressionexpression. - 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
LowerExpressionexpression. - 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
MaxFunctionexpression. - 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
MinFunctionexpression. - 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
ModExpressionexpression. - 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
MultiplicationExpressionexpression. - 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
NotExpressionexpression. - 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
NullComparisonExpressionexpression. - 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
NullExpressionexpression. - 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
NullIfExpressionexpression. - 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
NumericLiteralexpression. - 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
ObjectExpressionexpression. - 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
OnClauseexpression. - 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
OrderByClauseexpression. - 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
OrderByItemexpression. - 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
OrderSiblingsByClauseexpression. - 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
OrExpressionexpression. - 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
RangeVariableDeclarationexpression. - 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
RegexpExpressionexpression. - 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
ResultVariableexpression. - 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
SelectClauseexpression. - 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
SelectStatementexpression. - 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
SimpleFromClauseexpression. - 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
SimpleSelectClauseexpression. - 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
SimpleSelectStatementexpression. - 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
SizeExpressionexpression. - 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
SqrtExpressionexpression. - 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
StartWithClauseexpression. - 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
StateFieldPathExpressionexpression. - 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
StringLiteralexpression. - 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
SubExpressionexpression. - 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
SubstringExpressionexpression. - 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
SubtractionExpressionexpression. - 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
SumFunctionexpression. - 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
TableExpressionexpression. - 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
TableVariableDeclarationexpression. - 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
TreatExpressionexpression. - 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
TrimExpressionexpression. - 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
TypeExpressionexpression. - 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
UnionClauseexpression. - 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
UnknownExpressionexpression. - 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
UpdateClauseexpression. - 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
UpdateItemexpression. - 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
UpdateStatementexpression. - 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
UpperExpressionexpression. - 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
ValueExpressionexpression. - 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
WhenClauseexpression. - 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
WhereClauseexpression. - 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
-
Visits the given
AbstractSchemaNameStateObject. - 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
-
Visits the given
AdditionExpressionStateObject. - 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
-
Visits the given
AllOrAnyExpressionStateObject. - 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
-
Visits the given
BetweenExpressionStateObject. - 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
-
Visits the given
CoalesceExpressionStateObject. - 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
-
Visits the given
CollectionMemberDeclarationStateObject. - 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
-
Visits the given
CollectionMemberExpressionStateObject. - 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
-
Visits the given
CollectionValuedPathExpressionStateObject. - 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
-
Visits the given
ComparisonExpressionStateObject. - 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
-
Visits the given
ConstructorExpressionStateObject. - 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
-
Visits the given
DerivedPathIdentificationVariableDeclarationStateObject. - 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
-
Visits the given
DerivedPathVariableDeclarationStateObject. - 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
-
Visits the given
DivisionExpressionStateObject. - 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
-
Visits the given
EmptyCollectionComparisonExpressionStateObject. - 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
-
Visits the given
EntityTypeLiteralStateObject. - 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
-
Visits the given
FunctionExpressionStateObject. - 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
-
Visits the given
IdentificationVariableDeclarationStateObject. - 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
-
Visits the given
IdentificationVariableStateObject. - 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
-
Visits the given
KeywordExpressionStateObject. - 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
-
Visits the given
MultiplicationExpressionStateObject. - 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
-
Visits the given
NullComparisonExpressionStateObject. - 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
-
Visits the given
RangeVariableDeclarationStateObject. - 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
-
Visits the given
SimpleSelectClauseStateObject. - 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
-
Visits the given
SimpleSelectStatementStateObject. - 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
-
Visits the given
StateFieldPathExpressionStateObject. - 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
-
Visits the given
SubstringExpressionStateObject. - 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
-
Visits the given
SubtractionExpressionStateObject. - 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
-
Visits the given
UnknownExpressionStateObject. - 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
IEmbeddableobject. - visit(IEntity) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
-
Visits the given
IEntityobject. - visit(IMappedSuperclass) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
-
Visits the given
IMappedSuperclassobject. - visit(T, String, RefactoringTool.StateObjectUpdater<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool.ClassNameRenamer
-
Visits the given
StateObjectand 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 givenRefactoringTool.StateObjectUpdaterwill 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
AggregateFunctionand attempts to find valid proposals. - visitArithmeticExpression(ArithmeticExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Visits the given
ArithmeticExpressionand attempts to find valid proposals. - visitArithmeticExpression(ArithmeticExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Visits the given
ArithmeticExpressionand create the appropriateResolver. - visitCollectionEquivalentExpression(Expression, Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
-
Visits the given
Expressionand creates aResolverthat 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
expressionbased 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
LogicalExpressionand 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
ExpressionVisitorthat will visit theExpression. - 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
AbstractPathExpressionand attempts to find valid proposals. - visitPathExpression(AbstractPathExpression, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Visits the given
AbstractPathExpressionby 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
expressionbased 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
expressionbased 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
AbstractSelectStatementand 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
AbstractPathExpressionand 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
WHENexpression. - 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
StateObjectsrepresenting the when clauses that follow theWHENhas 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
IBuilderthat is responsible to visit eachWhenClauseand to create the correspondingWhenClauseStateObject. - 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
WhenClauseFactorycreates a newWhenClausewhen 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
WHENpredicate is used to calculate a condition and when it's true, itsTHENwill 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
WHEREclause has changed. - WHERE_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Notify the state object representing the
WHEREclause 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
WhereClauseFactorycreates a newWhereClausewhen 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
WHEREclause 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
Expressionis 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
BasicStateObjectBuilderwith 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.
All Classes All Packages