- aboutToDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- aboutToDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised before an object is deleted from the database.
- AboutToDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- aboutToInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- aboutToInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised before a new object is inserted to the database.
- AboutToInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- aboutToUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- aboutToUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
-
This event is raised before an object is updated in the database.
- AboutToUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
- abs(Expression<N>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
Create an expression that returns the absolute value
of its argument.
- abs(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Abs - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- abs() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ABS'.
- abs(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression ABS(x)
.
- abs(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression ABS(x)
.
- abs(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression ABS(x)
.
- AbsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The ABS function removes the minus sign from a specified argument and returns the absolute
value, which is always a positive number or zero.
- AbsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
Creates a new AbsExpression
.
- AbsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
-
Creates a new AbsExpressionFactory
.
- absExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
- AbsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The ABS
function removes the minus sign from a specified argument and returns
the absolute value, which is always a positive number or zero.
- AbsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new AbsExpressionStateObject
.
- AbsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new AbsExpressionStateObject
.
- AbsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new AbsExpressionStateObject
.
- AbsFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver
is responsible to calculate the
IType
based on the type of the
ABS expression.
- AbsFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
-
Creates a new AbsFunctionResolver
.
- absolute(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Moves the cursor to the given row number in the result set
- AbstractActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This
IJPQLQueryFormatter
is used to generate a string representation of a
StateObject
based on how it was parsed, which means this formatter can only be used when the
StateObject
was created by parsing a JPQL query because it needs to retrieve parsing
information from the corresponding
Expression
.
- AbstractActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Creates a new AbstractActualJPQLQueryFormatter
.
- AbstractActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Creates a new AbstractActualJPQLQueryFormatter
.
- AbstractAppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
-
- AbstractCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
-
Creates a new AbstractCaseExpressionStateObjectBuilder
.
- AbstractCollectionValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
-
- AbstractColumnMapping - Class in org.eclipse.persistence.mappings.foundation
-
Purpose: Maps an attribute or some other property to the corresponding
database field type.
- AbstractColumnMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
-
Default constructor.
- AbstractCompositeCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
-
Define an embedded collection of objects.
- AbstractCompositeCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
Default constructor.
- AbstractCompositeDirectCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
-
AbstractCompositeDirectCollectionMapping
consolidates the behavior of mappings that
map collections of "native" data objects (e.g.
- AbstractCompositeDirectCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
Default constructor.
- AbstractCompositeObjectMapping - Class in org.eclipse.persistence.mappings.foundation
-
Chunks of data from non-relational data sources can have an
embedded component objects.
- AbstractCompositeObjectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
-
Default constructor.
- AbstractConditionalClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
Conditional expressions are composed of other conditional expressions, comparison operations,
logical operations, path expressions that evaluate to boolean values, boolean literals, and
boolean input parameters.
- AbstractConditionalClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
Creates a new AbstractConditionalClause
.
- AbstractConditionalClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
- AbstractConditionalClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
Conditional expressions are composed of other conditional expressions, comparison operations,
logical operations, path expressions that evaluate to boolean values, boolean literals, and
boolean input parameters.
- AbstractConditionalClauseStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Creates a new AbstractConditionalClauseStateObject
.
- AbstractConditionalClauseStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Creates a new AbstractConditionalClauseStateObject
.
- AbstractConditionalExpressionStateObjectBuilder<T extends IAbstractConditionalExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractConditionalExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates a new AbstractStateObjectBuilder
.
- AbstractConditionalStateObjectBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder wraps another builder and delegates the calls to it.
- AbstractConditionalStateObjectBuilderWrapper(IConditionalExpressionStateObjectBuilder) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new AbstractConditionalStateObjectBuilderWrapper
.
- AbstractContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
The visitor provides support for finding the possible proposals within a JPQL query at a certain
position.
- AbstractContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Creates a new AbstractContentAssistVisitor
.
- AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper<T extends Expression> - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helper handles adding proposals within a conditional expression that might be parsed as
a single expression or has a collection of expression, which means the fragment is either
incomplete or invalid.
- AbstractContentAssistVisitor.AbstractFromClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper<T extends AbstractSelectClause> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor retrieves the permitted type from the path expression's parent.
- AbstractContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor scans the visited
Expression
and determines if a JPQL identifier can be
added ("appended") when the position of the cursor is at the end of the expression.
- AbstractContentAssistVisitor.AppendableType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.CollectionExpressionHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This helper is used to determine how to add proposals within a collection of expressions.
- AbstractContentAssistVisitor.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.CollectionMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ConcatExpressionCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ConstrutorCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DefaultMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DeleteClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DeleteClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DifferentComparisonFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.EncapsulatedExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.EndingQueryPositionBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
This builder populates a
QueryPosition
by traversing the valid portion of the JPQL
query.
- AbstractContentAssistVisitor.EnumVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines whether a path expression can be resolved as a fully qualified enum
type and an enum constant.
- AbstractContentAssistVisitor.FilteringMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FollowingClausesVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.FromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.GroupByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.GroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.HavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.IdentificationVariableType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
The various ways of retrieving identification variables from the declaration expression.
- AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is used when a clause or a compound expression was parsed with a collection of
expressions representing an invalid fragment.
- AbstractContentAssistVisitor.InvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines if the visited
Expression
is one of the two that represents
an invalid expression.
- AbstractContentAssistVisitor.JoinCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.MappingCollector - Interface in org.eclipse.persistence.jpa.jpql.tools
-
A collector is responsible to retrieve the possible proposals by using the mappings that can
complete a path expression.
- AbstractContentAssistVisitor.MappingFilterBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is responsible to create the right
Filter
based on the type of the
Expression
.
- AbstractContentAssistVisitor.MappingTypeFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
This
Filter
is responsible to filter out the mappings that can't have their type
assignable to the one passed in.
- AbstractContentAssistVisitor.NotExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.OrderByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.OrderByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.PropertyMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.RangeVariableDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.ResultVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleFromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleSelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.StatementHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This helper helps to add JPQL identifiers for the clauses that make up a query statement and
also chains the clauses within the query.
- AbstractContentAssistVisitor.SubqueryAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines if an
Expression
is in a subquery.
- AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.UpdateClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.UpdateItemCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.VisitParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is meant to adjust the corrections stack when traversing an
Expression
in
order to increase the list of valid proposals.
- AbstractContentAssistVisitor.WhenClauseConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helpers handles adding proposals for
WhenClause
.
- AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.WhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractContentAssistVisitor.WithinInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
-
Purpose: Allows customization of how an object is cloned.
- AbstractCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
-
- AbstractDirectMapping - Class in org.eclipse.persistence.mappings.foundation
-
Purpose: Maps an attribute to the corresponding database field type.
- AbstractDirectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
Default constructor.
- AbstractDoubleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression
takes care of parsing an expression that encapsulates two expressions
separated by a comma.
- AbstractDoubleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Creates a new AbstractDoubleEncapsulatedExpression
.
- AbstractDoubleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
-
- AbstractDoubleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject
represents a JPQL expression that has a JPQL identifier followed by
two an encapsulated expression with parenthesis, the two expression are separated by a comma.
- AbstractDoubleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new AbstractDoubleEncapsulatedExpressionStateObject
.
- AbstractDoubleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new AbstractDoubleEncapsulatedExpressionStateObject
.
- AbstractDoubleEncapsulatedExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new AbstractDoubleEncapsulatedExpressionStateObject
.
- AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractEclipseLinkExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
-
- AbstractEclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor calculates the type of an input parameter.
- AbstractEclipseLinkParameterTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
-
Creates a new AbstractEclipseLinkParameterTypeVisitor
.
- AbstractEclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractEclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
-
Creates a new AbstractEclipseLinkSelectExpressionStateObjectBuilder
.
- AbstractEclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator is responsible to gather the problems found in a JPQL query by validating the
content to make sure it is semantically valid for EclipseLink.
- AbstractEclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Creates a new AbstractEclipseLinkSemanticValidator
.
- AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the clause owning the visited
Expression
.
- AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractEclipseLinkSemanticValidator.TableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Creates a new AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
.
- AbstractEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkStateObjectVisitor
-
- AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionVisitor
traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given
Expression
.
- AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
-
- AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
-
- AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
-
- AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
-
- AbstractEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression handles parsing the identifier followed by an expression encapsulated within
parenthesis.
- AbstractEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Creates a new AbstractEncapsulatedExpression
.
- AbstractEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression handles parsing the identifier followed by an expression encapsulated within
parenthesis.
- AbstractEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
-
Creates a new AbstractEncapsulatedExpressionStateObject
.
- AbstractEntityResource - Class in org.eclipse.persistence.jpa.rs.resources.common
-
Base class for entity resource.
- AbstractEntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
-
- AbstractExceptionMapper - Class in org.eclipse.persistence.jpa.rs.exceptions
-
- AbstractExceptionMapper() - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.AbstractExceptionMapper
-
- AbstractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This is the abstract definition of all the parts used to create the tree hierarchy representing
the parsed JPQL query.
- AbstractExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new AbstractExpression
.
- AbstractExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Creates a new AbstractExpression
.
- AbstractExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
The abstract definition of
ExpressionVisitor
, which implements all the methods but does
nothing.
- AbstractExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
-
- AbstractFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The FROM clause of a query defines the domain of the query by declaring identification
variables.
- AbstractFromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
Creates a new AbstractFromClause
.
- AbstractFromClause_IdentificationVariableDeclarationEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_IdentificationVariableDeclarationIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_InvalidFirstIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_MissingIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClause_WrongOrderOfIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractFromClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
- AbstractFromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the abstract definition of a FROM
clause, which
is either the FROM
clause of the query or of a sub-query expression.
- AbstractFromClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Creates a new AbstractFromClauseStateObject
.
- AbstractGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
-
The base validator responsible to gather the problems found in a JPQL query by validating it
against the provided JPQL grammar.
- AbstractGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
-
Creates a new AbstractGrammarValidator
.
- AbstractGrammarValidator.AbstractCollectionValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validate is responsible to validate the collection of
Expressions
:
Making sure they are all separated by a comma or by a space (depending on which one is
required);
Making sure it does not end with a comma;
There is no empty expression between two commas.
- AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T extends AbstractDoubleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper<T extends AbstractEncapsulatedExpression> - Interface in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T extends AbstractSingleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T extends AbstractTripleEncapsulatedExpression> - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.CollectionSeparatedBySpaceValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator validates a
CollectionExpression
by making sure each item is not
separated by a comma.
- AbstractGrammarValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.DateTimeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractGrammarValidator.NullExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor checks to see if the visited expression is
NullExpression
.
- AbstractGroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
- AbstractHavingClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
- AbstractIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Creates a new AbstractIdentificationVariableDeclarationStateObject
.
- AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Creates a new AbstractIdentificationVariableDeclarationStateObject
.
- AbstractJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractJPQLGrammar() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new AbstractJPQLGrammar
.
- AbstractJPQLGrammar(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new AbstractJPQLGrammar
.
- AbstractJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a new AbstractJPQLQueryBuilder
.
- AbstractJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
Creates a new AbstractJPQLQueryFormatter
.
- AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
- AbstractJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a new AbstractJPQLQueryHelper
.
- AbstractJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a new AbstractJPQLQueryHelper
.
- AbstractListHolderStateObject<T extends StateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractListHolderStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new AbstractListHolderStateObject
.
- AbstractListHolderStateObject(StateObject, List<? extends T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new AbstractListHolderStateObject
.
- AbstractListHolderStateObject(StateObject, T...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new AbstractListHolderStateObject
.
- AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This factory is responsible to return the right literal expression.
- AbstractLiteralExpressionFactory(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Creates a new AbstractLiteralExpressionFactory
.
- AbstractMarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Marshaller implementation.
- AbstractMarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractMarshallerImpl
-
- 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
.
- AbstractNullPolicy - Class in org.eclipse.persistence.oxm.mappings.nullpolicy
-
PUBLIC: Description: This node null policy allows for the handling of
various representations of null in XML documents.
- AbstractNullPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- AbstractOrderByClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
An ordering clause allows the objects or values that are returned by the query to be ordered.
- AbstractOrderByClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
Creates a new AbstractOrderByClause
.
- AbstractPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable followed by the navigation operator (.) and a state field or
association field is a path expression.
- AbstractPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new AbstractPathExpression
.
- AbstractPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new AbstractPathExpression
.
- AbstractPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new AbstractPathExpression
.
- AbstractPathExpression_CannotEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractPathExpression_InvalidIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractPathExpression_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An identification variable followed by the navigation operator (.) and a state field or
association field is a path expression.
- AbstractPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Creates a new AbstractPathExpressionStateObject
.
- AbstractPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Creates a new AbstractPathExpressionStateObject
.
- AbstractPathResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver
is responsible to resolve a single path of a path expression (state field
path expression, singled valued object field, or a collection-valued path expression).
- AbstractPathResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Creates a new AbstractPathResolver
.
- AbstractPersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources.common
-
Base class for persistent unit resources.
- AbstractPersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
-
- AbstractPersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources.common
-
- AbstractPersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
-
- AbstractQuery<T> - Interface in javax.persistence.criteria
-
The AbstractQuery
interface defines functionality that is common
to both top-level queries and subqueries.
- AbstractQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.common
-
Base class for query resource.
- AbstractQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
-
- 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
.
- AbstractResource - Class in org.eclipse.persistence.jpa.rs.resources.common
-
Base class for all resources.
- AbstractResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
- AbstractScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This abstract definition of a builder provides the support for creating expressions defined by a
scalar expression
.
- AbstractScalarExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new AbstractScalarExpressionStateObjectBuilder
.
- AbstractSchemaName - Class in org.eclipse.persistence.jpa.jpql.parser
-
An abstract schema name designates the abstract schema type over which the query ranges.
- AbstractSchemaName(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Creates a new AbstractSchemaName
.
- AbstractSchemaName_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSchemaNameBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an abstract schema name.
- AbstractSchemaNameBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
Creates a new AbstractSchemaNameBNF
.
- AbstractSchemaNameFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
-
Creates a new AbstractSchemaNameFactory
.
- AbstractSchemaNameStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An abstract schema name designates the abstract schema type over which the query ranges.
- AbstractSchemaNameStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new AbstractSchemaNameStateObject
.
- AbstractSchemaNameStateObject(StateObject, IEntity) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new AbstractSchemaNameStateObject
.
- AbstractSchemaNameStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new AbstractSchemaNameStateObject
.
- abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the collection of possible abstract schema types.
- abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Returns the collection of possible abstract schema types.
- AbstractSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT clause denotes the query result.
- AbstractSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Creates a new SelectClause
.
- AbstractSelectClause_InvalidSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
- AbstractSelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
- AbstractSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the abstract definition of a SELECT
clause,
which is either the SELECT
clause of the top-level query or of a subquery.
- AbstractSelectClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
-
Creates a new AbstractSelectClauseStateObject
.
- AbstractSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
-
Creates a new AbstractSelectExpressionStateObjectBuilder
.
- AbstractSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
-
A query is an operation that retrieves data from one or more tables or views.
- AbstractSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
Creates a new AbstractSelectStatement
.
- AbstractSelectStatement_FromClauseMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AbstractSelectStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
-
- AbstractSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the select statement, which has at least a SELECT
clause and a FROM
clause.
- AbstractSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates a new AbstractSelectStatementStateObject
.
- AbstractSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
-
The base validator responsible to gather the problems found in a JPQL query by validating the
content to make sure it is semantically valid, i.e. based on the information contained in the
JPA application.
- AbstractSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Creates a new AbstractSemanticValidator
.
- AbstractSemanticValidator.CollectionValuedPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor compares the left and right expressions of a comparison expression and gathers
information about those expressions if they are an identification variable or a path expression.
- AbstractSemanticValidator.FirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.InItemsVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.PathType - Enum in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.SubqueryFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractSerializer - Class in org.eclipse.persistence.sessions.serializers
-
Abstract Serializer class.
- AbstractSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.AbstractSerializer
-
- AbstractSessionLog - Class in org.eclipse.persistence.logging
-
Represents the abstract log that implements all the generic logging functions.
- AbstractSessionLog() - Constructor for class org.eclipse.persistence.logging.AbstractSessionLog
-
PUBLIC:
Create a new AbstractSessionLog
- AbstractSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
- AbstractSimpleSelectExpressionStateObjectBuilder(AbstractSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
-
Creates a new AbstractSimpleSelectExpressionStateObjectBuilder
.
- AbstractSingleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression handles parsing a JPQL identifier followed by an expression encapsulated within
parenthesis.
- AbstractSingleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Creates a new EncapsulatedExpression
.
- AbstractSingleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
-
- AbstractSingleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject
represents a JPQL expression that has a JPQL identifier followed by
an encapsulated expression with parenthesis.
- AbstractSingleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new AbstractSingleEncapsulatedExpressionStateObject
.
- AbstractSingleEncapsulatedExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new AbstractSingleEncapsulatedExpressionStateObject
.
- AbstractSingleEncapsulatedExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new AbstractSingleEncapsulatedExpressionStateObject
.
- AbstractSingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.common
-
Base class for all single result query resources.
- AbstractSingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource
-
- AbstractStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new AbstractStateObject
.
- AbstractStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The abstract definition of a builder of a
StateObject
hierarchy based on a JPQL fragment
that is manually created.
- AbstractStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Creates a new AbstractStateObjectBuilder
.
- AbstractStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The abstract definition of
StateObjectVisitor
, which implements all the methods but does
nothing.
- AbstractStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
-
- AbstractSynchronizationListener - Class in org.eclipse.persistence.transaction
-
Purpose: Abstract Synchronization Listener class
Description: This abstract class is paired with the
AbstractTransactionController class.
- AbstractSynchronizationListener() - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
INTERNAL:
- AbstractSynchronizationListener(UnitOfWorkImpl, AbstractSession, Object, AbstractTransactionController) - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
INTERNAL:
- AbstractTransactionController - Class in org.eclipse.persistence.transaction
-
Purpose: Abstract implementation of an ExternalTransactionController.
- AbstractTransactionController() - Constructor for class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL:
Return a new controller.
- AbstractTransformationMapping - Class in org.eclipse.persistence.mappings.foundation
-
Purpose: A transformation mapping is used for a specialized translation between how
a value is represented in Java and its representation on the databae.
- AbstractTransformationMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Default constructor.
- AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionVisitor
traverses the entire hierarchy of the JPQL parsed tree by going
down into each of the children of any given
Expression
.
- AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
-
- AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
-
- AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
- AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
-
- AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
- AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
-
- AbstractTripleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression
takes care of parsing an expression that encapsulates three expressions
separated by a comma.
- AbstractTripleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Creates a new AbstractTripleEncapsulatedExpression
.
- AbstractTripleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
-
- AbstractTripleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object takes care of parsing an expression that encapsulates three expressions
separated by a comma.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new AbstractTripleEncapsulatedExpressionStateObject
.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new AbstractTripleEncapsulatedExpressionStateObject
.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new AbstractTripleEncapsulatedExpressionStateObject
.
- AbstractUnmarshallerImpl - Class in javax.xml.bind.helpers
-
Partial default Unmarshaller implementation.
- AbstractUnmarshallerImpl() - Constructor for class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- AbstractValidator - Class in org.eclipse.persistence.jpa.jpql
-
The abstract definition of a validator, which provides helper methods and visitors.
- AbstractValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates a new AbstractValidator
.
- AbstractValidator.BypassChildCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is responsible to traverse the parent hierarchy and to skip
SubExpression
if it's a parent.
- AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractValidator.JPQLQueryBNFValidator - Class in org.eclipse.persistence.jpa.jpql
-
This visitor validates any
Expression
by checking its BNF against some BNFs.
- AbstractValidator.NestedArrayVisitor - Class in org.eclipse.persistence.jpa.jpql
-
- AbstractValidator.OwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the clause owning the visited
Expression
.
- AbstractValidator.OwningStatementVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the statement owning the visited
Expression
.
- AbstractValidator.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the statement owning the visited
Expression
.
- AbstractWhereClauseSelectStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
- ABYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
-
- accept(FacetVisitor<R, P>, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.Facet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
-
- accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- accept(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
-
- accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunction
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
-
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
-
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
-
Visits this managed type with the given visitor.
- accept(StateObjectVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
-
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
-
Visits this managed type with the given visitor.
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
-
Visits this managed type with the given visitor.
- accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Visits this managed type with the given visitor.
- accept(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
-
Determines whether the specified object is "accepted" by the filter.
- accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
-
Determines whether the specified object is "accepted" by the filter.
- accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
-
Determines whether the specified object is "accepted" by the filter.
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
-
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
-
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AcceptableTypeVisitor
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- acceptUnknownVisitor(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The given
ExpressionVisitor
needs to visit this class but it is defined by a third-
party provider.
- acceptUnknownVisitor(ExpressionVisitor, Class<?>, Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
The given
ExpressionVisitor
needs to visit this class but it is defined by a third-
party provider.
- acceptUnknownVisitor(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
The given
StateObjectVisitor
needs to visit this class but it is defined by a
third-party provider.
- acceptUnknownVisitor(StateObjectVisitor, Class<?>, Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
The given
StateObjectVisitor
needs to visit this class but it is defined by a
third-party provider.
- Access - Annotation Type in javax.persistence
-
Used to specify an access type to be applied to an entity class,
mapped superclass, or embeddable class, or to a specific attribute
of such a class.
- AccessMethods - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- accessor - Variable in class org.eclipse.persistence.eis.EISMappedRecord
-
- accessor - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- ACCESSOR_FACTORY_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- ACCESSOR_FACTORY_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- accessors - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Connection to use for database access, required for server session
connection pooling.
- accessorTree - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
A list of AttributeAccessors in order of access from root to leaf to arrive at current AggregateDescriptor.
- AccessPlatform - Class in org.eclipse.persistence.platform.database
-
Purpose: Provides Microsoft Access specific behavior.
- AccessPlatform() - Constructor for class org.eclipse.persistence.platform.database.AccessPlatform
-
- AccessType - Enum in javax.persistence
-
Used with the
Access
annotation to specify an access
type to be applied to an entity class, mapped superclass, or
embeddable class, or to a specific attribute of such a class.
- acos(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Acos - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- acos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- acquire() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the lock on the cache key object.
- acquire(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the lock on the cache key object.
- acquireAccessor(String, ServerSession, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
-
INTERNAL:
Return an accessor from the pool.
- acquireClientConnection(ClientSession) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Allocate the client's connection resource.
- acquireClientSession() - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(String) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(Login) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(ConnectionPolicy) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(String) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(String, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(Login) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(Login, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSession(ConnectionPolicy, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a client session for this server session.
- acquireClientSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return a session broker that behaves as a client session broker.
- acquireClientSessionBroker(Map<String, ConnectionPolicy>, Map) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return a session broker that behaves as a client session broker.
- acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
INTERNAL:
Wait until a connection is available and allocate the connection for the client.
- acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
INTERNAL:
When we acquire a connection from an ExternalConnectionPool we build
a new connection (retrieve it from the external pool).
- acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ReadConnectionPool
-
INTERNAL:
Wait until a connection is available and allocate the connection for the client.
- acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a deferred lock on the object.
- acquireDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the deferred lock.
- acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
INTERNAL:
Acquires a special historical session for reading objects as of a past time.
- acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
INTERNAL:
Acquires a special historical session for reading objects as of a past time.
- acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL:
Acquires a special historical session for reading objects as of a past time.
- acquireHistoricalSession(AsOfClause) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Returns a light weight read-only session where all
objects are automatically read as of the specified past time.
- acquireIfUnownedNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the lock on the cache key object.
- acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire an active lock on the object.
- acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire an active lock on the object, if not already locked.
- acquireLocks() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the query to lock, this will also turn refreshCache on.
- acquireLocksWithoutWaiting() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Set the query to lock without waiting (blocking), this will also turn refreshCache on.
- acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire an active lock on the object, if not already locked.
- acquireNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the lock on the cache key object.
- acquireNoWait(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the lock on the cache key object.
- acquireReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the read lock on the cache key object.
- acquireReadLockNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the read lock on the cache key object.
- acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a read lock on the object.
- acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a read lock on the object, if not already locked.
- acquireRepeatableWriteUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
PUBLIC:
Return a repeatable write unit of work for this session.
- acquireSession() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Returns the Session active for this specified helper.
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.jboss.JBossTransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.jotm.JotmTransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.JTATransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform.
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.oc4j.Oc4jTransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.sap.SAPNetWeaverTransactionController
-
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform.
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController
-
INTERNAL:
Obtain and return the JTA TransactionManager on this platform
- acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
Return a unit of work for this session broker.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Looks up the active UnitOfWork using either the global JTA TX or acquires
a new one from the active session.
- acquireUnitOfWork(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
Looks up the active UnitOfWork using either the global JTA TX or acquires
a new one from the active session.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
-
PUBLIC:
Return a unit of work for this session.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
PUBLIC:
Return a unit of work for this session.
- acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
PUBLIC:
Return a unit of work for this session.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Return a unit of work for this session.
- acquireUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return a unit of work for this session.
- acquireUnitOfWork(ReferenceMode) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC:
Return a unit of work for this session.
- ACTIVE_LOCK_ALREADY_TRANSITIONED - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
-
- activeLockAlreadyTransitioned(Thread) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
-
- activeUnitOfWorkThreadLocal - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
-
PERF: Cache the active uow in a thread local.
- ADAPTER_CLASS_COULD_NOT_BE_INSTANTIATED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- ADAPTER_CLASS_METHOD_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- ADAPTER_CLASS_NOT_LOADED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- adapterClassCouldNotBeInstantiated(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: An exception occurred while attempting to get a new instance of
the adapter class.
- adapterClassMethodsCouldNotBeAccessed(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: An exception occurred while attempting to get the declared methods from
the adapter class.
- adapterClassNotLoaded(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
PUBLIC:
Cause: The adapter class set on XMLJavaTypeConverter could not be loaded.
- adapters - Variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
- ADD - Static variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
-
- add(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- add(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC:
Return a new expression that applies the function to the given expression.
- Add - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- add(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- add(E) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- add(E) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- add(AbstractContentAssistVisitor, Declaration, Expression) - Method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
-
Adds the identification variables defined in the given
Declaration
.
- add(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates the expression x + y
.
- add(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates the expression x + y
.
- add(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Adds the given
StateObject
to the stack for future use, which will be removed from
the stack to complete the creation of another
StateObject
.
- add(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression x + y
.
- add(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
At the specified index, add the specified element to the original list.
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
-
- add(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Add the specified element to the original list.
- add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
-
Add the specified object to the original list.
- add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
-
- add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL:
Add the field-value pair to the document.
- add(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
Add the field-value pair to the document.
- add(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- add(Node) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- add(FieldResult) - Method in class org.eclipse.persistence.queries.FieldResult
-
INTERNAL:
This method is used to support mapping multiple fields, fields are
concatenated/added to one fieldResult.
- add(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC:
Add is not support for scrollable cursors.
- ADD_ARGS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- addAbstractQueryKey(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This method should only be used for interface descriptors.
- addAddedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
Add an added change set.
- addAddedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Add an added change set.
- addAdditionalField(DatabaseField) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Additional fields can be added to a query.
- addAdditionalField(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
Additional fields can be added to a query.
- addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map
Called when the selection query is being initialized to add the fields for the map key to the query
- addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map.
- addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map
Called when the selection query is being initialized to add the fields for the map key to the query
- addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map.
- addAggregateCollectionMappingLines(NonreflectiveMethodDefinition, String, AggregateCollectionMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addAggregateIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.AGGREGATE
and the beginning starts with the current word.
- addAggregateIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid
proposals if their role is
IdentifierRole.AGGREGATE
and the beginning starts with the
current word.
- addAggregateIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid
proposals if their role is
IdentifierRole.AGGREGATE
and the beginning starts with the
current word.
- addAggregateObjectMapping(String, DynamicType, boolean) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addAggregateObjectMappingLines(NonreflectiveMethodDefinition, String, AggregateObjectMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addAggregateOrderBy(String, String, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Provide order support for queryKeyName in ascending or descending order.
- addAlias(String, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Add an alias for the descriptor.
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectSet
-
- addAll(T, E[]) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Adds to the given Collection
the items contained in the array.
- addAll(T, Iterable<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Adds to the given Collection
the items contained in the Iterable
.
- addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Adds to the given Collection
the items returned by the given Iterator
.
- addAll(NodeList) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
-
- addAllObjectsForAbstractClass(Class, AbstractSession, Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Add all of the objects of the class and all of its subclasses.
- addAllObjectsForAbstractClass(Class, Session, Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Add all of the objects of the class and all of its subclasses.
- addAllObjectsForClass(Class, List) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Add all of the objects of the class.
- addAlternate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'alternate' link.
- addArgument(String) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
PUBLIC:
Define the argument to the interaction for the index argument.
- addArgument(String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
PUBLIC:
Define the argument to the interaction and the field/argument name to be substitute for it.
- addArgument(String, String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
PUBLIC:
Define the argument to the interaction and the field/argument name to be substitute for it.
- addArgument(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argument named argumentName.
- addArgument(String, Class) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argument named argumentName and its class type.
- addArgument(String, Class, DatabaseQuery.ParameterType) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Add the argument named argumentName.
- addArgument(String, Class, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argument named argumentName and its class type.
- addArgument(String, Class, DatabaseQuery.ParameterType, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Add the argument named argumentName.
- addArgument(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argument named argumentName and its class type.
- addArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- addArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- addArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- addArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- addArgumentByTypeName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Add an argument to the query, but do not resolve the class yet.
- addArgumentsNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- addArgumentValue(Object) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
PUBLIC:
Define the argument to the interaction for the index argument.
- addArgumentValue(String, Object) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
-
PUBLIC:
Define the argument to the interaction and the value name to be input for it.
- addArgumentValue(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argumentValue.
- addArgumentValues(List) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argumentValues to the query.
- addArithmeticIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers which correspond to the arithmetic operators as valid proposals.
- addArray() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addArray() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addArray() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Makes sure the AS
identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Makes sure the AS
identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Makes sure the AS
identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
-
Makes sure the AS
identifier is specified.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Makes sure the AS
identifier is used.
- addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Makes sure the AS
identifier is specified.
- addAscendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Provide order support for queryKeyName in ascending order
- addAscendingOrdering() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Provide ascending order support for this direct collection mapping.
- addAscendingOrdering(String) - Method in class org.eclipse.persistence.queries.ReadAllQuery
-
PUBLIC:
Order the query results by the object's attribute or query key name.
- addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addAtTheEndOfChild(Expression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(ConcatExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(ConstructorExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(DeleteClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(GroupByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractOrderByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(SelectClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(UpdateClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAttribute(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Add a basic attribute or nested attribute with each String representing
an attribute on the path to what needs to be included in the
AttributeGroup.
- addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Add an attribute and the corresponding list of AttributeGroups.
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Add a basic attribute or nested attribute with each String representing
an attribute on the path to what needs to be included in the
AttributeGroup.
- addAttribute() - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
-
- addAttribute(String, AttributeGroup) - Method in class org.eclipse.persistence.queries.AttributeGroup
-
Add a basic attribute or nested attribute with each String representing
an attribute on the path to what needs to be included in the
AttributeGroup.
- addAttribute(Expression) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
Method to add an expression to be used to return the parameter that is then passed into the constructor method.
- addAttribute(String, Expression, List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
Add the attribute with joining.
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
-
- addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.queries.FetchGroup
-
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
-
- addAttribute(String, LoadGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
-
- addAttribute(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the attribute from the reference class to be included in the result.
- addAttribute(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the attribute to be included in the result.
- addAttribute(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the attribute to be included in the result.
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
- addAttribute(String, CopyGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
-
- addAttributeGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
-
Adds the attribute group to this descriptor.
- addAttributeKey(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Add a basic attribute or nested attribute with each String representing
the key of an attribute of type Map on the path to what needs to be
included in the AttributeGroup.
- addAttributeKey(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
-
- addAttributeNodes(String...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.EntityGraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(String...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(Attribute<T, ?>...) - Method in interface javax.persistence.Subgraph
-
Add one or more attribute nodes to the entity graph.
- addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
- addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
Add an AttributeNode attribute to the entity graph.
- addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
-
- addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addAttributes(Collection<String>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
Add a set of attributes to the group.
- addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- addAttributeValue(ContainerValue, Object, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- addAverage(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the average value of the attribute to be included in the result.
- addAverage(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the average value of the attribute to be included in the result and
return it as the specified resultType.
- addAverage(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the average value of the attribute to be included in the result.
- addAverage(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the average value of the attribute to be included in the result and
return it as the specified resultType.
- addBasic() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addBasic() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addBasic() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addBatchReadAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the foreign-reference mapped attribute to be optimized in this query.
- addBatchReadAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the foreign-reference mapped attribute to be optimized in this query.
- addCacheIndex(CacheIndex) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Add the cache index to the descriptor's cache settings.
- addCacheIndex(String...) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Add the cache index to the descriptor's cache settings.
- addCacheIndex(DatabaseField[]) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC:
Add the cache index to the descriptor's cache settings.
- addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addCacheInvalidationPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Used to define a store procedure or SQL query.
- addCanonical(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'canonical' link.
- addCanonical(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'canonical' link.
- addCascadeLockingPolicy(CascadeLockingPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL:
Add the cascade locking policy to all children that have a relationship to this descriptor
either by inheritance or by encapsulation/aggregation.
- addChangedMapKeyChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
Add an changed key change set.
- addChangeListener(ChangeListener) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DescriptorBasedDatabaseEventListener
-
- addChild(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
-
- addChild(Setting) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- 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.
- addChildDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Add child descriptor to the parent descriptor.
- addChildDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Add child descriptor to the parent descriptor.
- addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
- addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
-
Adds the children of this
StateObject
to the given list.
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- addChildTableJoinExpression(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
childrenTablesJoinExpressions, childrenTables, allTables and childrenJoinExpression
are created simultaneously and kept in sync.
- addChildTableJoinExpressionToAllParents(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
call addChildTableJoinExpression on all parents
- addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(String, String, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- addClass(String, Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Register a class to be dynamically created using a copy of default
DynamicClassWriter
but specifying a different parent class.
- addClass(String, EclipseLinkClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- addClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
PUBLIC:
Add a class indicator for the root classes subclass.
- addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
Add a type indicator conversion to this mapping.
- addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
-
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
- addClassIndicatorFieldToInsertRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Add abstract class indicator information to the database row.
- addClassIndicatorFieldToRow(ABSTRACT_RECORD) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Add abstract class indicator information to the database row.
- addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Add abstract class indicator information to the database row.
- addClassIndicatorTypeToParent(Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Post initialize the child descriptors
- addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
-
INTERNAL:
Add the class name reference by class name, used by the MW.
- addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Add the class name reference by class name, used by the MW.
- addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
INTERNAL:
Add indicators by classname.
- addClasspath(Path) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
-
Add the dependent classpath in order to load classes from the specified input jar.
- addClassToClassLoader(JavaClass, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- addClauseIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.CLAUSE
and the beginning starts with the current word.
- addClauseIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid
proposals if their role is
IdentifierRole.CLAUSE
and the beginning starts with the
current word.
- addClauseIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid
proposals if their role is
IdentifierRole.CLAUSE
and the beginning starts with the
current word.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addCMPPolicyLines(NonreflectiveMethodDefinition, CMPPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new collection declaration to the FROM
clause.
- addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new collection declaration to the FROM
clause.
- addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the FROM
clause.
- addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the FROM
clause.
- addCollectionToMain(int, int, Collection) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- addColumn() - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
-
- addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.CacheIndex
-
- addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.Index
-
- addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.UniqueConstraint
-
- addColumnResult() - Method in interface org.eclipse.persistence.jpa.config.ConstructorResult
-
- addColumnResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
-
- addColumnResult(ColumnResult) - Method in class org.eclipse.persistence.queries.ConstructorResult
-
Add a column result to this constructor result.
- addComparisonIdentifiers(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers which correspond to the comparison operators as valid proposals.
- addCompositeIdentifier(String, int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the composite JPQL identifier by following the given rules:
If the word is empty and the offset is -1, then use the rule used by
AbstractContentAssistVisitor.addIdentifier(String)
;
Otherwise checks the ending of the JPQL query with a portion of the identifier from the
entire length of the identifier to the given offset by cutting off the trailing characters.
- addCompoundIdentifier(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addCompoundIdentifiers(JPQLQueryBNF, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addCompoundIdentifiers(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
PUBLIC:
Add the connection pool name to the list of pools to rotate queries through.
- addConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
PUBLIC:
Add the connection pool name to the list of pools to rotate queries through.
- addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
-
- addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ReplicationPartitioning
-
- addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
-
- addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
-
- addConnectionPool(String, Login, int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Add the connection pool.
- addConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sessions.server.Server
-
PUBLIC:
Connection are pooled to share and restrict the number of database connections.
- addConnectionPool(String, Login, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Add the connection pool.
- addConnectionPool(ConnectionPool) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC:
Connection are pooled to share and restrict the number of database connections.
- addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
-
INTERNAL:
Add a remote Connection to a remote service.
- addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
-
INTERNAL:
Add a remote Connection to a remote service.
- addConstraintDependencies(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
- addConstraintDependency(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED:
EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
- addConstructorReportItem(ConstructorReportItem) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add a ConstructorReportItem to this query's set of return values.
- addConstructorResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
-
- addConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
-
Add an entry for both an XML Conversion and a Java Conversion entry
- addConversionValue() - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
-
- addConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
PUBLIC:
A type conversion value is a two-way mapping from the database to the object.
- addConversionValueStrings(String, String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
INTERNAL:
Set from JPA processing where we deal with strings only to avoid
class loader conflicts.
- addConvert() - Method in interface org.eclipse.persistence.jpa.config.Basic
-
- addConvert() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addConvert() - Method in interface org.eclipse.persistence.jpa.config.Embedded
-
- addConvert() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addConverter(Converter, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Add a converter to be applied to a mapping of the aggregate descriptor.
- addConverter(Converter, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
Add a converter to be applied to a mapping of the aggregate descriptor.
- addConverter(Converter, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- addConverterClass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addConverterLines(NonreflectiveMethodDefinition, String, Converter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addCount() - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Include the number of rows returned by the query in the result.
- addCount(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Include the number of rows returned by the query in the result, where attributeExpression is not null.
- addCount(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Include the number of rows returned by the query in the result, where attributeExpression is not null.
- addCount(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Include the number of rows returned by the query in the result, where attributeExpression
is not null.
- addCount(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Include the number of rows returned by the query in the result, where attributeExpression
is not null.
- addCreate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'create' link.
- addDataResults(AbstractRecord) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL:
Add the row to the set of data results.
- addDate(String, int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, return an expression that adds to a date based on
the specified datePart.
- addDate(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, return an expression that adds to a date based on
the specified datePart.
- AddDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- addDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- addDate() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Adds to a date the specified addition number as the specified interval
unit and returns the resulting date.
- addDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
- addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
EJB 3.0 support for default listeners.
- addDefaultReadOnlyClass(Class) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Add the read-only class which apply to each UnitOfWork created by default.
- addDelete(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'delete' link.
- addDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
Manually adds the delete clause to this delete statement.
- addDeleteStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a DELETE
statement.
- addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the FROM
clause.
- addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the FROM
clause.
- addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the FROM
clause.
- addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the FROM
clause.
- addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the FROM
clause.
- addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the FROM
clause.
- addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the FROM
clause.
- addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the FROM
clause.
- addDescendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Provide order support for queryKeyName in descending order.
- addDescendingOrdering() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC:
Provide descending order support for this direct collection mapping.
- addDescendingOrdering(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Order the query results by the object's attribute or query key name.
- addDescribedBy(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'describedBy' link.
- addDescribes(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'describes' link.
- addDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.sessions.CoreProject
-
- addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
You cannot add a descriptor to a session broker, you must add it to its session.
- addDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Add the descriptor to the session.
- addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Add the descriptor to the project.
- addDescriptor(ClassDescriptor, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Used by the BuilderInterface when reading a Project from INI files.
- addDescriptorByQName(QName, XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
-
- addDescriptorPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addDescriptors(Vector) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
You cannot add descriptors to a session broker, you must add them to its session.
- addDescriptors(Project) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC:
You cannot add a project to a session broker, you must add it to its session.
- addDescriptors(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Add the descriptors to the session.
- addDescriptors(Project) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC:
Add the descriptors to the session from the Project.
- addDescriptors(Collection, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Add the descriptors to the session.
- addDescriptors(Project, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Merge the descriptors from another project into this one.
- addDirectCollectionMapping(String, String, String, Class<?>, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addDirectCollectionMappingLines(NonreflectiveMethodDefinition, String, DirectCollectionMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addDirectMapMappingLines(NonreflectiveMethodDefinition, String, DirectMapMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addDirectMapping(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Add a direct to field mapping to the receiver.
- addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Add a direct to field mapping to the receiver.
- addDirectMapping(String, Class<?>, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addDirectMapping(String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC: Add a direct mapping to the receiver.
- addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC:
Add a direct to node mapping to the receiver.
- addDirectMapping(String, String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Add a direct mapping to the receiver.
- addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC:
Add a direct to node mapping to the receiver.
- addDirectMappingForEnum(String, String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addDirectQueryKey(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Add a query key to the descriptor.
- addDiscriminatorClass() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- addDistinctSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a SELECT
statement.
- addDynamicClasses(DynamicClassLoader, String, DynamicType) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addDynamicXMLMetadataSources(List<Object>, AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
This method is used to help construct a JAXBContext from an existing EntityManagerFactory.
- addElement(E) - Method in class org.eclipse.persistence.indirection.IndirectList
-
- addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addEmbeddable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addEndFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
- 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() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given
IEntity
as a possible abstract schema type.
- addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
-
- addEntityListenerEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
EJB 3.0 support for lifecycle callback events defined on an entity
listener class.
- addEntityListenerHolder(SerializableDescriptorEventHolder) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- addEntityResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
-
- addEnum(String, Object...) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- addEnum(String, String, String, DynamicClassLoader) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- 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.
- addEnumLiteral(String) - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
-
- addEnumTypeInfo(JavaClass, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- addEventManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addExecute(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'execute' link.
- addExpressionFactoryIdentifiers(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
- addExpressionFactoryIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that were registered with the
ExpressionFactory
with the
given unique identifier.
- addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL
- addFacet(Facet) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
- addFailoverConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
-
PUBLIC:
Add the connection pool to used if this pool database goes down.
- addFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Add a named fetch group to the descriptor
- addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addFetchGroupLines(NonreflectiveMethodDefinition, FetchGroup, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addFetchGroupManagerLine(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
- addField(DatabaseField, boolean, boolean, boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- addField() - Method in interface org.eclipse.persistence.jpa.config.OracleObject
-
- addField() - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
-
- addField(String) - Method in interface org.eclipse.persistence.jpa.config.Struct
-
- addField(PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- addField(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- addField(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- addField(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- addField(String) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
-
PUBLIC:
Add the field to the index.
- addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table, default sizes are used.
- addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table.
- addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table.
- addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the type to a nested type.
- addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table.
- addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
PUBLIC:
Add the field to the type, default sizes are used.
- addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
PUBLIC:
Add the field to the type.
- addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
PUBLIC:
Add the field to the type.
- addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
PUBLIC:
Add the field to the type to a nested type.
- addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
-
PUBLIC:
Add the field to the type.
- addFieldForInsert(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an insert operation.
- addFieldForInsert(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an insert operation.
- addFieldForInsert(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an insert operation.
- addFieldForInsertReturnOnly(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an insert operation.
- addFieldForInsertReturnOnly(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an insert operation.
- addFieldForInsertReturnOnly(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an insert operation.
- addFieldForUpdate(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an update operation.
- addFieldForUpdate(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an update operation.
- addFieldForUpdate(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
PUBLIC:
Define that the field will be returned from an update operation.
- addFieldLines(FieldDefinition, NonreflectiveMethodDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
- addFieldName(String) - Method in class org.eclipse.persistence.descriptors.CacheIndex
-
PUBLIC:
Add the database column name to the cache index.
- addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Maps a field name in the aggregate descriptor
to a field name in the source table.
- addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC:
Add a field name translation that maps from a field name in the
source table to a field name in the aggregate descriptor.
- addFieldOnDatabase(AbstractSession, FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
INTERNAL:
Execute the SQL alter table to add the field to the table.
- addFieldOrdering(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
-
PUBLIC:
Order the fields in a specific
Add the field ordering, this will order the fields in the order this method is called.
- addFieldResult() - Method in interface org.eclipse.persistence.jpa.config.EntityResult
-
- addFieldResult(FieldResult) - Method in class org.eclipse.persistence.queries.EntityResult
-
- addFields(ClassWriter, String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Allow subclasses to add additional state to the dynamic entity.
- addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map
Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
- addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map
Called when the insert query is being initialized to ensure the fields for the map key are in the insert query.
- addFieldsForMapKey(AbstractRecord) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map
Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
- addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
Used when initializing queries for mappings that use a Map
Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
- addFieldsForMappedKeyMapContainerPolicy(ContainerPolicy, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
The ContainerPolicy may contain some additional fields that should be added to the table
- addFieldsToParent(Vector) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL:
Recursively adds fields to all the parents
- addFieldsToRow(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
-
- addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
Add the tenant discriminator fields to the row.
- addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- addFieldToMain(int, int, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- addFieldTransformation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Add the field and the name of the method
that returns the value to be placed in said field
when the object is written to the database.
- addFieldTransformation(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Add the name of field and the name of the method
that returns the value to be placed in said field
when the object is written to the database.
- addFieldTransformation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Add the name of field and the transformer
that returns the value to be placed in the field
when the object is written to the database.
- addFieldTransformer(DatabaseField, FieldTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
PUBLIC:
Add the field and the transformer
that returns the value to be placed in the field
when the object is written to the database.
- addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Add the name of a field and the name of a class which implements
the FieldTransformer interface.
- addFieldTransformerClassName(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL:
Add the name of a field and the name of a class which implements
the FieldTransformer interface.
- addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- addFieldTranslation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Maps a field name in the aggregate descriptor
to a field in the source table.
- addFieldTranslation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC:
Add a field translation that maps from a field in the
source table to a field name in the aggregate descriptor.
- addFieldTranslation(DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- addFieldTranslations(Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Maps a field name in the aggregate descriptor
to a field name in the source table.
- addFilteredMappings(IManagedType, List<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FilteringMappingCollector
-
- addFind(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'find' link.
- addForeignKeyConstraint(TableDefinition, TableDefinition, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
Add a foreign key constraint to the source table.
- addForeignKeyConstraint(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add a foreign key constraint to the table.
- addForeignKeyConstraint(ForeignKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add a foreign key constraint to the table.
- addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
PUBLIC:
Define the source foreign key relationship in the one-to-many mapping.
- addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
PUBLIC:
Define the source foreign key relationship in the one-to-one mapping.
- addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL:
Allow subclass to define a foreign key in the source's table.
- addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Define the foreign key relationship in the 1-1 mapping.
- addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This protocol can be used to associate multiple tables with foreign key
information.
- addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
-
PUBLIC:
Define the source foreign key relationship in the one-to-many mapping.
- addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
-
PUBLIC:
Define the source foreign key relationship in the one-to-one mapping.
- addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC:
Define the foreign key relationship in the 1-1 mapping.
- addForeignKeyFieldNameForMultipleTable(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
This protocol can be used to associate multiple tables with foreign key
information.
- addForeignKeyFieldToSourceTargetTable(OneToOneMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
- addForeignKeyFieldToSourceTargetTable(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
- addForeignKeyLines(ForeignKeyConstraint, NonreflectiveMethodDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
- addForeignMappingFkConstraint(Map<DatabaseField, DatabaseField>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
- addForeignQueryKeyName(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
A foreign key from the source table and abstract query key from the interface descriptor are added to the
mapping.
- addForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC:
A foreign key from the source table and abstract query key from the interface descriptor are added to the
mapping.
- addForeignReferenceMappingLines(NonreflectiveMethodDefinition, String, ForeignReferenceMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addFunctionIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.FUNCTION
and the beginning starts with the current word.
- addFunctionIdentifiers(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers for which their role is
FUNCTION
by
determining the
JPQLQueryBNF
that represents the fragment for which the given
Expression
was parsed.
- addFunctionIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid
proposals if their role is
IdentifierRole.FUNCTION
and the beginning starts with the
current word.
- addFunctionIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid
proposals if their role is
IdentifierRole.FUNCTION
and the beginning starts with the
current word.
- addFunctionItem(String, Expression, String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
ADVANCED:
Add the function against the attribute expression to be included in the result.
- addGlobalElements(Map<QName, ElementDeclaration>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
- addGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the GROUP BY
clause.
- addGroupByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the GROUP BY
clause and parses the given JPQL fragment.
- addGroupByItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
-
Adds the given path as a select item, which can either be an identification variable or a
state-field path expression.
- addGrouping(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the attribute to the group by expressions.
- addGrouping(Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the attribute expression to the group by expressions.
- addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
INTERNAL:
If an XPathNode does not have an associated NodeValue then add it to the
MarshalRecord as a grouping element.
- addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- addGroups(Collection<ATTRIBUTE_GROUP>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
INTERNAL:
Adds the list of groups as to the item
- addHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the HAVING
clause.
- addHavingClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the HAVING
clause and parses the given JPQL fragment.
- addHistoryPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addHistoryPolicyLines(NonreflectiveMethodDefinition, DirectCollectionMapping, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addHistoryPolicyLines(NonreflectiveMethodDefinition, ManyToManyMapping, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addHistoryPolicyLines(NonreflectiveMethodDefinition, HistoryPolicy, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addHistoryTableName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Use to specify the names of the mirroring historical tables.
- addHistoryTableName(String, String) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC:
Use to specify the names of the mirroring historical tables.
- addId() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addId() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addId() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identification variable as a valid proposal.
- addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given identification variable as a proposal.
- addIdentificationVariable(IdentificationVariable, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
-
- addIdentificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds all the identification variables defined in the current query's FROM clause.
- addIdentificationVariables(Expression, AbstractContentAssistVisitor.IdentificationVariableType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the possible identification variables as valid proposals but filter them based on the
given type.
- addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds the given JPQL identifier to this factory.
- addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds the given JPQL identifier to this factory.
- addIdentifier(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identifier as a proposal if it passes the checks.
- addIdentifier(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(ConcatExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(ConstructorExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(DeleteClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractDoubleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractFromClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(GroupByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(IdentificationVariableDeclaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractOrderByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(AbstractTripleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(UpdateClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given JPQL identifier as a proposal.
- addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds the given JPQL identifiers to this factory.
- addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds the given JPQL identifiers to this factory.
- addIdentityField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table, default sizes are used.
- addIdentityField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add the field to the table, default sizes are used.
- addIndex() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- addIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addIndex() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- addIndex() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
-
- addIndex() - Method in interface org.eclipse.persistence.jpa.config.Table
-
- addIndex() - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
-
- addIndex(IndexDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC:
Add an index to the table.
- addInheritanceLines(NonreflectiveMethodDefinition, InheritancePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addInnerJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new INNER JOIN
expression to this declaration.
- addInnerJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new INNER JOIN FETCH
expression to this declaration.
- addInOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The output arguments are used to get values back from the proc.
- addInOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The output arguments are used to get values back from the proc, such as cursors.
- addInterfaceLines(NonreflectiveMethodDefinition, InterfacePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalException(Object) - Method in exception org.eclipse.persistence.exceptions.JPQLException
-
INTERNAL
Add an internal Exception to the collection of
internal Exceptions
- addInternalListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- addInverseJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- addItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Adds the given item as a child to the given list.
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- addItem(S) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
- addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause.
- addItem(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause.
- addItem(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause.
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause.
- addItem(String, OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause.
- addItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given path as a select item, which can either be an identification variable or a
state-field path expression.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given expression as a select item.
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(String[], StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(String[], String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new UPDATE
item to this clause.
- addItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the UPDATE
clause.
- addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the UPDATE
clause.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the UPDATE
clause.
- addItem(Object) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Adds the item.
- addItem(ReportQueryResultListItem) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
Adds the item.
- addItem(ReportQueryResultListItem) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
-
Adds the item.
- addItem(ReportItem) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
- addItem(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
ADVANCED:
Add the expression value to be included in the result.
- addItem(String, Expression, List) - Method in class org.eclipse.persistence.queries.ReportQuery
-
ADVANCED:
Add the expression value to be included in the result.
- addItem(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
-
INTERNAL:
Add the expression value to be included in the result.
- addItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given JPQL fragment as a select item.
- addItemAsc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause with ASC
.
- addItemDesc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause with DESC
.
- addItems(List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Adds the given list of
StateObjects
as children of this one.
- addItems(List<? extends String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Adds the given list of
StateObjects
as children of this one.
- addItems(ListHolderStateObject<T>, List<T>, String, List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Adds the given items as children to the given list.
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Adds the given list of
StateObjects
as children of this one.
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Adds the given list of
StateObjects
as children of this one.
- addItems(List<? extends T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Adds the given list of
StateObjects
as children of this one.
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given list of
StateObjects
as children of this one.
- addItems(List<? extends UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds the given list of
StateObjects
as children of this one.
- additional - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- additional - Variable in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
-
- ADDITIONAL_CRITERIA_NOT_SUPPORTED_WITH_INHERITANCE_VIEWS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- ADDITIONAL_SIZE_QUERY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- additionalAggregateCollectionKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
used by aggregate descriptors to hold additional fields needed when they are stored in an AggregatateCollection
These fields are generally foreign key fields that are required in addition to the fields in the descriptor's
mappings to uniquely identify the Aggregate
- AdditionalCriteria - Annotation Type in org.eclipse.persistence.annotations
-
An additional criteria can be specified at the Entity or MappedSuperclass
level.
- additionalCriteria - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- AdditionalCriteria - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- additionalCriteriaNotSupportedWithInheritanceViews(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- additionalFields - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow for additional fields to be selected, used for m-m batch reading.
- additionalHistoryExpression(Expression, Expression) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
Add any temporal querying conditions to this object expression.
- additionalHistoryExpression(Expression, Expression, Integer) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
INTERNAL:
Add any temporal querying conditions to this object expression.
- additionalJoinExpression - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- additionalSizeQueryNotSpecified(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- additionalTablePrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- additionalWritableMapKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
stores fields that are written by Map key mappings so they can be checked for multiple writable mappings
- AdditionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the four binary operators.
- AdditionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
-
Creates a new AdditionExpression
.
- AdditionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AdditionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
-
- AdditionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
TODO:
BNF: arithmetic_expression ::= arithmetic_expression + arithmetic_term
- AdditionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new AdditionExpressionStateObject
.
- AdditionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new AdditionExpressionStateObject
.
- AdditionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new AdditionExpressionStateObject
.
- addJavaConversion(Class, QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
Add a Java to XML Conversion pair entry
- addJavaFieldToXmlEnumValuePair(String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
Add a Java field name to XmlEnumValue pair.
- addJavaFieldToXmlEnumValuePair(boolean, String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
Add a Java field name to XmlEnumValue pair.
- addJoin(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN
expression to this declaration.
- addJoin(String, ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN
expression to this declaration.
- addJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN
expression to this declaration.
- addJoin(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new JOIN
expression to this declaration.
- addJoin(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
- addJoinAssociationPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Adds the given segments to the end of the join association path expression.
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
-
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
-
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
-
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
-
- addJoinColumnsFkConstraint(List<DatabaseField>, List<DatabaseField>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
-
- addJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the relationship attribute to be join fetched in this query.
- addJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the attribute to be join fetched in this query.
- addJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH
expression to this declaration.
- addJoinFetch(String, ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH
expression to this declaration.
- addJoinFetch(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH
expression to this declaration.
- addJoinFetchType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new JOIN FETCH
expression to this declaration.
- addJoinField() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- addJoinField() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
-
- addJoinField() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- addJoinField() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
-
- addJoinIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the join specification identifiers as proposals.
- addJoinSelectionFields(Vector, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL:
The method adds to the passed input vector the
fields or expressions corresponding to the joins.
- addJPAQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return all pre-defined not yet parsed EJBQL queries.
- addJPAQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
-
ADVANCED:
Add a pre-defined not yet parsed JPQL String/query to the session to be parsed
after descriptors are initialized.
- addJPATablePerTenantQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Return all pre-defined not yet parsed EJBQL queries to table per tenant entities.
- addKeyGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- addKeyGroups(Collection<ATTRIBUTE_GROUP>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
-
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeySubgraph(String) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.EntityGraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeySubgraph(Attribute<T, X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(Attribute<T, X>, Class<? extends X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeySubgraph(String) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type.
- addKeySubgraph(String, Class<X>) - Method in interface javax.persistence.Subgraph
-
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
- addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
For mappings used as MapKeys in MappedKeyContainerPolicy.
- addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
INTERNAL:
For mappings used as MapKeys in MappedKeyContainerPolicy.
- addKeyToDeletedObjectsList(Object, Map) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
-
INTERNAL:
For mappings used as MapKeys in MappedKeyContainerPolicy.
- addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
INTERNAL:
For mappings used as MapKeys in MappedKeyContainerPolicy.
- addLeftIdentificationVariables(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the identification variables defined in the current query's
FROM clause that are
declared before the given
Expression
.
- addLeftJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new LEFT JOIN
expression to this declaration.
- addLeftJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new LEFT JOIN FETCH
expression to this declaration.
- addLeftOuterJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new LEFT OUTER JOIN
expression to this declaration.
- addLeftOuterJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new LEFT OUTER JOIN FETCH
expression to this declaration.
- addLink(LinkV2) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
-
Adds the link.
- addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Adds the link.
- addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
-
Adds the link.
- addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
-
- addListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
- addListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
- addListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
- addListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
- addListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
- addListener(SESSION_EVENT_LISTENER) - Method in class org.eclipse.persistence.core.sessions.CoreSessionEventManager
-
PUBLIC:
Add the event listener to the session.
- addListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC:
Listener objects can be registered with the event manager to be notified
when an event occurs on any instance of the descriptor's class.
- 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.
- addListener(SessionEventListener) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
PUBLIC:
Add the event listener to the session.
- addListenerToEventManager(ClassDescriptor, AbstractSession, ClassLoader) - Method in interface org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder
-
- addLiteralLabel(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
-
- addLockFieldName(String) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
PUBLIC: Add a field name to lock on.
- addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Add update fields for template row.
- addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
Add update fields for template row.
- addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
-
INTERNAL:
Values to be included in the locking mechanism are added
to the translation row.
- addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
-
INTERNAL:
Values to be included in the locking mechanism are added to the translation row.
- addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
-
INTERNAL:
Values to be included in the locking mechanism are added
to the translation row.
- addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
-
INTERNAL: Values to be included in the locking mechanism are added to the
translation row.
- addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
INTERNAL:
This method adds the lock value to the translation row of the
passed in query. depending on the storage flag, the value is
either retrieved from the cache of the object.
- addLogger(String, String) - Method in class org.eclipse.persistence.logging.JavaLog
-
INTERNAL:
Add Logger to the categoryloggers.
- addLogicalIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the logical identifiers, which are AND
and OR
.
- addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addManyToManyMapping(String, DynamicType, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addManyToManyMappingLines(NonreflectiveMethodDefinition, String, ManyToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
-
- addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
-
- addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
-
- addMappedFieldToMain(DatabaseField, ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- addMappedSuperclass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addMappedSuperclass(String, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
266912: Add a descriptor to the Map of mappedSuperclass descriptors
- addMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC:
Add a database mapping to the receiver.
- addMapping(DatabaseMapping) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- 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.
- addMappingLines(NonreflectiveMethodDefinition, DatabaseMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addMappings() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
-
- 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.
- addMappingsPostCalculateChanges(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Add a mapping to the list of mappings that require postCalculateChanges method to be called.
- addMappingsPostCalculateChangesOnDeleted(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
Add a mapping to the list of mappings that require mappingsPostCalculateChangesOnDeleted method to be called.
- addMapsIdMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
In JPA users may specify a maps id mapping on a shared embeddable
descriptor.
- addMaximum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the maximum value of the attribute to be included in the result.
- addMaximum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the maximum value of the attribute to be included in the result.
- addMetamodelIdClassMapEntry(String, String) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL:
Add an IdClass entry to the map of ids for a particular owner
This function is used exclusively by the Metamodel API.
- addMethods(ClassWriter, String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Allow subclasses to add additional methods to the dynamic entity.
- addMinimalFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
INTERNAL:
Add primary key and version attributes to the passed fetch group.
- addMinimum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the minimum value of the attribute to be included in the result.
- addMinimum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC:
Add the minimum value of the attribute to be included in the result.
- addMinus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Makes sure the -
sign is used.
- addMonths(int) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, to add months to a date.
- addMonths(Object) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC:
Function, to add months to a date.
- AddMonths - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- addMonths() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL:
Build operator.
- addMovedChangeSet(Object, int, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Add an moved change set.
- addMtomAttachment(DataHandler, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider MIME content data
for optimized binary storage as an attachment.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class javax.xml.bind.attachment.AttachmentMarshaller
-
Consider binary data
for optimized binary storage as an attachment.
- addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
-
- addMtomAttachment(DataHandler, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
-
- addMtomAttachment(byte[], int, int, String, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
-
- addNamedArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC:
Add a named IN argument to the stored procedure.
- addNamedArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC:
Add a named IN argument to the stored procedure.
- addNamedArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC:
Add a named IN argument to the stored procedure.
- addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the input argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the input argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inout argument to the stored procedure and the field/argument name to be substituted for it.
- addNamedArgument(String, String, int, String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgument(String, String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the argument to the stored procedure and the value to be substitute for it.
- addNamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
ADVANCED:
Add the cursor output parameter to the procedure.
- addNamedEntityGraph(String, EntityGraph<T>) - Method in interface javax.persistence.EntityManagerFactory
-
Add a named copy of the EntityGraph to the
EntityManagerFactory.
- addNamedInOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC: Add a named IN OUT argument to the stored procedure.
- addNamedInOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC: Add a named IN OUT argument to the stored procedure.
- addNamedInOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC: Add a named IN OUT argument to the stored procedure.
- addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
- addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addNamedOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC: Add a named OUT argument to the stored procedure.
- addNamedOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC: Add a named OUT argument to the stored procedure.
- addNamedOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
PUBLIC: Add a named OUT argument to the stored procedure.
- addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
- addNamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Define the output argument to the stored procedure and the field/argument name to be substitute for it.
- addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedPlsqlStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedPlsqlStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addNamedQuery(String, Query) - Method in interface javax.persistence.EntityManagerFactory
-
Define the query, typed query, or stored procedure query as
a named query such that future query objects can be created
from it using the createNamedQuery
or
createNamedStoredProcedureQuery
method.
- addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addNamedQueryLines(NonreflectiveMethodDefinition, DatabaseQuery, DescriptorQueryManager, int) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addNamespaceDeclaration(Element, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- addNestedFieldNameTranslation(String, String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames
that should be applied to this mapping.
- addNestedFieldNameTranslations(String, Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFields
that should be applied to this mapping.
- addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC:
Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames
that should be applied to this mapping.
- addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
Add a nested field translation that maps from a field in the source table
to a field name in a nested aggregate descriptor.
- addNestedFieldTranslation(String, DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- addNestedFunctionsForArgument(List, PLSQLargument, DatabaseType, Set<DatabaseType>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL
Add the nested function string required for the type and its subtypes.
- addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
-
This method provides client with access to add a new connection pool to a TopLink
ServerSession.
- addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in class org.eclipse.persistence.services.RuntimeServices
-
This method provides client with access to add a new connection pool to a EclipseLink
ServerSession.
- addNext(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'next' link.
- addNonBindingOperator(ExpressionOperator) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not support the use of parameters in certain functions.
- addNonFetchJoin(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the object expression to be joined in this query.
- addNonFetchJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the relationship attribute to be join in this query.
- addNonFetchJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Specify the relationship attribute to be join in this query.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
-
Makes sure the NOT
identifier is specified.
- addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
-
- addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addObjectTypeConverterLines(NonreflectiveMethodDefinition, String, ObjectTypeConverter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
-
Makes sure the OF
identifier is specified.
- addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addOneToManyMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
- addOneToManyMappingLines(NonreflectiveMethodDefinition, String, OneToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addOneToOneMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Allows
OneToOneMapping
(@OneToOne and @ManyToOne) mappings to be
added to a dynamic type through API.
- addOneToOneMappingLines(NonreflectiveMethodDefinition, String, OneToOneMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addOperator(ExpressionOperator) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED:
Add an operator to the global list of operators.
- addOptimisticLockingLines(NonreflectiveMethodDefinition, OptimisticLockingPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- addOptionalArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC:
Add the optional argument.
- addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Entity
-
- addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
-
- addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addOrderBy(String, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
-
PUBLIC:
Provide order support for queryKeyName in descending or ascending order.
- addOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the ORDER BY
clause.
- addOrderByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the ORDER BY
clause and parses the given JPQL fragment, which should
represent one or many ordering items.
- addOrderByItem(String[], OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new ORDER BY
item to this clause.
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
-
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
-
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
-
- addOrdering(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
ADVANCED:
Used this method to add custom ordering expressions when fetching
the collection.
- addOrdering(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC:
Add the ordering expression.
- addOutputArgument(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Define the output argument to the interaction and the field/argument name to be substitute for it.
- addOutputArgument(String, String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
-
PUBLIC:
Define the output argument to the interaction and the field/argument name to be substitute for it.
- addOutputArgument(String) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
PUBLIC:
Define the field/argument name to be substitute for the index output argument.
- addOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The output arguments are used to get values back from the proc.
- addOutputArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The output arguments are used to get values back from the proc.
- addOutputArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The output arguments are used to get values back from the proc, such as cursors.
- addOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The output arguments are used to get values back from the proc, such as cursors.
- addOverrideManyToManyMapping(ManyToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
In JPA users may specify overrides to apply to a many to many mapping
on a shared embeddable descriptor.
- addOverrideManyToManyMapping(ManyToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
In JPA users may specify overrides to apply to a many to many mapping
on a shared embeddable descriptor.
- addOverrideManyToManyMapping(ManyToManyMapping) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
INTERNAL:
In JPA users may specify overrides to apply to a unidirectional one to
many mapping on a shared embeddable descriptor.
- addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL:
In JPA users may specify overrides to apply to a unidirectional one to
many mapping on a shared embeddable descriptor.
- addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
-
- addPackageLevelAdapterClass(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Put a bound type class to adapter class entry in the Map.
- addPackageToNamespaceMapping(String, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Add a package name/NamespaceInfo entry to the map.
- addPackageToPackageInfoMapping(String, PackageInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- addPackageToXmlElementNillable(String, XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Add a package name/XmlElementNillable entry to the map.
- addPackageToXmlNullPolicy(String, XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Add a package name/XmlNullPolicy entry to the map.
- addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
-
- addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
-
- addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
-
- addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
-
- addParentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
INTERNAL:
Add parent descriptor.
- addParentInterface(Class) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
PUBLIC:
Add the parent Interface class.
- addParentInterfaceName(String) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- addPartialAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- addPartialAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- addPartition(String, Comparable, Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
PUBLIC:
Add the range partition.
- addPartition(RangePartition) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
-
PUBLIC:
Add the range partition.
- addPartition(Object, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC:
Add the value partition.
- addPartition() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
-
- addPartition() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
-
- addPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC:
Set the map of partitioning policies, keyed by name.
- addPartitionName(String, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
INTERNAL:
Add partition values by name (will be initialized at runtime with the
real class loader).
- addPattern(PatternFacet) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
-
- addPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
-
- addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
-
- addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.