Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- AASTORE - Static variable in class org.eclipse.persistence.asm.Opcodes
- AASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- 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.
- aboutToUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.BeanValidationListener
- AboutToUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
- abs() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- abs(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
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(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- abs(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- abs(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
ABS(x)
. - Abs - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ABS'.
- ABSENT_NODE - Enum constant in enum org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
- ABSENT_NODE - Enum constant in enum org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
- ABSENT_NODE - Enum constant in enum org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
-
Do not write out anything (default optional policy behavior).
- AbsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.
- AbsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
-
Creates a new
AbsExpression
. - AbsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbsExpression_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AbsExpressionFactory
creates a newAbsExpression
when the portion of the query to parse starts with ABS. - AbsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
-
Creates a new
AbsExpressionFactory
. - absExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- AbsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The
ABS
function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero. - AbsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new
AbsExpressionStateObject
. - AbsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new
AbsExpressionStateObject
. - AbsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
-
Creates a new
AbsExpressionStateObject
. - AbsFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
- AbsFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
-
Creates a new
AbsFunctionResolver
. - AbsNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AbsNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AbsNode
- absolute(int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
-
Moves the cursor to the given row number in the result set
- absolute(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC: Moves the cursor to the given row number in the result set
- absOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
Disable binding support.
- ABSTRACT_SCHEMA_NAME - Enum constant in enum org.eclipse.persistence.jpa.jpql.LiteralType
-
Retrieves the abstract schema name only.
- AbstractAccessorImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config -
JPA scripting API implementation.
- AbstractAccessorImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
- AbstractActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This
IJPQLQueryFormatter
is used to generate a string representation of aStateObject
based on how it was parsed, which means this formatter can only be used when theStateObject
was created by parsing a JPQL query because it needs to retrieve parsing information from the correspondingExpression
. - AbstractActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Creates a new
AbstractActualJPQLQueryFormatter
. - AbstractActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Creates a new
AbstractActualJPQLQueryFormatter
. - AbstractAppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
- AbstractBasicMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractBasicMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
- AbstractCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This abstract implementation of
ICaseExpressionStateObjectBuilder
adds support for creating aCASE
expression. - AbstractCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
-
Creates a new
AbstractCaseExpressionStateObjectBuilder
. - AbstractClassImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.classes -
JPA scripting API implementation.
- AbstractClassImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- AbstractCollectionMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractCollectionMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
- AbstractCollectionValidator(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractCollectionValidator
- AbstractColumnImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.columns -
JPA scripting API implementation.
- AbstractColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl
- 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> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The abstract implementation of
IConditionalExpressionStateObjectBuilder
that supports the creation of the conditional expression based on the JPQL grammar defined in JPA 2.0. - AbstractConditionalExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
-
Creates a new
AbstractStateObjectBuilder
. - AbstractConditionalStateObjectBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This builder wraps another builder and delegates the calls to it.
- AbstractConditionalStateObjectBuilderWrapper(IConditionalExpressionStateObjectBuilder) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
-
Creates a new
AbstractConditionalStateObjectBuilderWrapper
. - AbstractContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
The visitor provides support for finding the possible proposals within a JPQL query at a certain position.
- AbstractContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Creates a new
AbstractContentAssistVisitor
. - AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper<T> - 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> - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper<T> - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper<T> - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper<T> - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper<T> - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor retrieves the permitted type from the path expression's parent.
- AbstractContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor scans the visited
Expression
and determines if a JPQL identifier can be added ("appended") when the position of the cursor is at the end of the expression. - AbstractContentAssistVisitor.AppendableType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
This is used to determine how
AbstractContentAssistVisitor.AppendableExpressionVisitor
should perform the check. - AbstractContentAssistVisitor.CollectionExpressionHelper<T> - Interface in org.eclipse.persistence.jpa.jpql.tools
-
This helper is used to determine how to add proposals within a collection of expressions.
- AbstractContentAssistVisitor.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor retrieves the
CollectionExpression
if it is visited. - AbstractContentAssistVisitor.CollectionMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.ConcatExpressionCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.ConditionalClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helpers handles adding proposals for
AbstractConditionalClause
. - AbstractContentAssistVisitor.ConstrutorCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.DefaultMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
-
The default implementation of
AbstractContentAssistVisitor.MappingCollector
, which simply returns an empty collection. - AbstractContentAssistVisitor.DeleteClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.DeleteClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.DifferentComparisonFilter - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.EncapsulatedExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.EndingQueryPositionBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
This builder populates a
QueryPosition
by traversing the valid portion of the JPQL query. - AbstractContentAssistVisitor.EnumVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines whether a path expression can be resolved as a fully qualified enum type and an enum constant.
- AbstractContentAssistVisitor.FilteringMappingCollector - Class in org.eclipse.persistence.jpa.jpql.tools
-
This
AbstractContentAssistVisitor.MappingCollector
returns the possible mappings (non-collection type or collection type) from a managed type. - AbstractContentAssistVisitor.FollowingClausesVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.FromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.GroupByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.GroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.HavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.IdentificationVariableType - Enum in org.eclipse.persistence.jpa.jpql.tools
-
The various ways of retrieving identification variables from the declaration expression.
- AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is used when a clause or a compound expression was parsed with a collection of expressions representing an invalid fragment.
- AbstractContentAssistVisitor.InvalidExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor determines if the visited
Expression
is one of the two that represents an invalid expression. - AbstractContentAssistVisitor.JoinCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
- AbstractContentAssistVisitor.MappingCollector - Interface in org.eclipse.persistence.jpa.jpql.tools
-
A collector is responsible to retrieve the possible proposals by using the mappings that can complete a path expression.
- AbstractContentAssistVisitor.MappingFilterBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
-
This visitor is responsible to create the right
Filter
based on the type of theExpression
. - 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> - 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
- AbstractConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
-
INTERNAL: Abstract metadata converter.
- AbstractConverterMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
-
INTERNAL: Used for XML loading.
- AbstractConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
-
INTERNAL: Used for annotation loading.
- 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
- AbstractDirectColumnImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.columns -
JPA scripting API implementation.
- AbstractDirectColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl
- 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.
- AbstractDirectMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractDirectMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
- AbstractDiscriminatorColumnImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.columns -
JPA scripting API implementation.
- AbstractDiscriminatorColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractDiscriminatorColumnImpl
- AbstractDoubleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression
takes care of parsing an expression that encapsulates two expressions separated by a comma. - AbstractDoubleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Creates a new
AbstractDoubleEncapsulatedExpression
. - AbstractDoubleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
- AbstractDoubleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject
represents a JPQL expression that has a JPQL identifier followed by two an encapsulated expression with parenthesis, the two expression are separated by a comma. - AbstractDoubleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new
AbstractDoubleEncapsulatedExpressionStateObject
. - AbstractDoubleEncapsulatedExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new
AbstractDoubleEncapsulatedExpressionStateObject
. - AbstractDoubleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
-
Creates a new
AbstractDoubleEncapsulatedExpressionStateObject
. - AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
The abstract implementation of
EclipseLinkExpressionVisitor
. - AbstractEclipseLinkExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
-
Default constructor.
- AbstractEclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor calculates the type of an input parameter.
- AbstractEclipseLinkParameterTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
-
Creates a new
AbstractEclipseLinkParameterTypeVisitor
. - AbstractEclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
- AbstractEclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
-
Creates a new
AbstractEclipseLinkSelectExpressionStateObjectBuilder
. - AbstractEclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.
- AbstractEclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
-
Creates a new
AbstractEclipseLinkSemanticValidator
. - AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the clause owning the visited
Expression
. - AbstractEclipseLinkSemanticValidator.SubquerySelectItemCalculator - Class in org.eclipse.persistence.jpa.jpql
- AbstractEclipseLinkSemanticValidator.TableExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractEclipseLinkSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
- AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
-
Creates a new
AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
. - AbstractEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The abstract definition of
EclipseLinkStateObjectVisitor
, which implements all the methods but does nothing. - AbstractEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkStateObjectVisitor
- AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionVisitor
traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenExpression
. - AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitor
traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenStateObject
. - AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
-
Default constructor.
- AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
- AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
EclipseLinkExpressionVisitor
traverses up the hierarchy. - AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitor
traverses up the hierarchy. - AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
-
Default constructor.
- AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
- AbstractEmbeddedMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractEmbeddedMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractEmbeddedMappingImpl
- 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
-
Default constructor.
- 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
-
Default constructor.
- AbstractExternalizableDelegator - Class in org.eclipse.persistence.sdo
- AbstractExternalizableDelegator() - Constructor for class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
- AbstractExternalizableDelegator(Object) - Constructor for class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
- 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 theFROM
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> - Class in org.eclipse.persistence.jpa.jpql
- AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper<T> - Interface in org.eclipse.persistence.jpa.jpql
-
The root helper that validates any
AbstractEncapsulatedExpression
. - AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T> - Class in org.eclipse.persistence.jpa.jpql
-
The abstract implementation of
AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
which implements some of the methods since the behavior is the same for all subclasses ofAbstractSingleEncapsulatedExpression
. - AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper<T> - Class in org.eclipse.persistence.jpa.jpql
- AbstractGrammarValidator.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor retrieves the
CollectionExpression
if it is visited. - AbstractGrammarValidator.CollectionSeparatedByCommaValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator validates a
CollectionExpression
by making sure each item is separated by a comma. - AbstractGrammarValidator.CollectionSeparatedBySpaceValidator - Class in org.eclipse.persistence.jpa.jpql
-
This validator validates a
CollectionExpression
by making sure each item is not separated by a comma. - AbstractGrammarValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractGrammarValidator.DateTimeVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractGrammarValidator.NullExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor checks to see if the visited expression is
NullExpression
. - AbstractGroupByClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
- AbstractHavingClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
- AbstractHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
-
Abstract class for SDO helper delegators.
- AbstractHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
-
Default constructor.
- 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
. - AbstractIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
-
Purpose: Caches objects, and allows their retrieval by their primary key.
- AbstractIdentityMap() - Constructor for class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
- AbstractIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Instantiate an new IdentityMap with it's maximum size.
- AbstractIdentityMapEnumeration<T> - Class in org.eclipse.persistence.internal.identitymaps
-
Abstract
Enumeration
interface implementation forIdentityMap
interface. - AbstractIdentityMapEnumeration(Collection<CacheKey>, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMapEnumeration
-
Creates an instance of
CacheKey
content enumeration. - AbstractInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a bytecode instruction.
- AbstractInsnNode(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Constructs a new
AbstractInsnNode
. - AbstractJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
-
The abstract definition of a
JPQLGrammar
. - AbstractJPQLGrammar() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new
AbstractJPQLGrammar
. - AbstractJPQLGrammar(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Creates a new
AbstractJPQLGrammar
. - AbstractJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
An abstract implementation of
IJPQLQueryBuilder
that parses a JPQL query or any JPQL fragments and creates theStateObject
representation by delegating the creation to an instance ofBasicStateObjectBuilder
. - AbstractJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
-
Creates a new
AbstractJPQLQueryBuilder
. - AbstractJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The abstract definition of a
IJPQLQueryFormatter
, which converts anStateObject
into its string representation that can be used as a real JPQL query. - AbstractJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
-
Creates a new
AbstractJPQLQueryFormatter
. - AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
-
This helper can perform the following operations over a JPQL query: Calculates the result type of a query:
AbstractJPQLQueryHelper.getResultType()
; Calculates the type of an input parameter:AbstractJPQLQueryHelper.getParameterType(String)
. Calculates the possible choices to complete the query from a given position (used for content assist):AbstractJPQLQueryHelper.buildContentAssistProposals(int)
. Validates the query by introspecting it grammatically and semantically:AbstractJPQLQueryHelper.validate()
,AbstractJPQLQueryHelper.validateGrammar()
,AbstractJPQLQueryHelper.validateSemantic()
. Refactoring support:AbstractJPQLQueryHelper.buildBasicRefactoringTool()
provides support for generating the delta of the refactoring operation through a collection ofTextEdit
objects.AbstractJPQLQueryHelper.buildRefactoringTool()
provides support for refactoring the JPQL query through the editableStateObject
and once all refactoring operations have been executed, theIJPQLQueryFormatter
will generate a new string representation of the JPQL query. - AbstractJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a new
AbstractJPQLQueryHelper
. - AbstractJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
-
Creates a new
AbstractJPQLQueryHelper
. - AbstractListHolderStateObject<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The abstraction definition of a
StateObject
that holds onto a list of children, the methods defined inListHolderStateObject
are automatically handled here. - AbstractListHolderStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new
AbstractListHolderStateObject
. - AbstractListHolderStateObject(StateObject, List<? extends T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new
AbstractListHolderStateObject
. - AbstractListHolderStateObject(StateObject, T...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Creates a new
AbstractListHolderStateObject
. - AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This factory is responsible to return the right literal expression.
- AbstractLiteralExpressionFactory(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
-
Creates a new
AbstractLiteralExpressionFactory
. - AbstractMappedClassImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.classes -
JPA scripting API implementation.
- AbstractMappedClassImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- AbstractMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl
- AbstractMarshalRecord<ABSTRACT_SESSION,
FIELD, - Interface in org.eclipse.persistence.internal.oxm.recordMARSHALLER, NAMESPACE_RESOLVER> -
This class represents marshal record behaviour that is common to all XML platforms.
- AbstractMarshalRecordImpl<ABSTRACT_SESSION,
FIELD, - Class in org.eclipse.persistence.internal.oxm.recordMARSHALLER, NAMESPACE_RESOLVER> - AbstractMarshalRecordImpl(AbstractMarshalRecord) - Constructor for class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
- 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
. - AbstractNamedQueryImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.queries -
JPA scripting API implementation.
- AbstractNamedQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl
- 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
-
Default constructor.
- AbstractObjectMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractObjectMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
- 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
. - AbstractOverrideImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.columns -
JPA scripting API implementation.
- AbstractOverrideImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractOverrideImpl
- AbstractPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
-
INTERNAL: Define JPA meta-data for partitioning policy.
- AbstractPartitioningMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
-
INTERNAL: Used for XML loading.
- AbstractPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
-
INTERNAL: Used for annotation loading.
- AbstractPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
- AbstractPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new
AbstractPathExpression
. - AbstractPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new
AbstractPathExpression
. - AbstractPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
-
Creates a new
AbstractPathExpression
. - AbstractPathExpression_CannotEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractPathExpression_InvalidIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractPathExpression_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
- AbstractPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Creates a new
AbstractPathExpressionStateObject
. - AbstractPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Creates a new
AbstractPathExpressionStateObject
. - AbstractPathResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
-
This
Resolver
is responsible to resolve a single path of a path expression (state field path expression, singled valued object field, or a collection-valued path expression). - AbstractPathResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
-
Creates a new
AbstractPathResolver
. - 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
- AbstractPlsqlStoredQueryImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.queries -
JPA scripting API implementation.
- AbstractPlsqlStoredQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlStoredQueryImpl
- AbstractPlsqlTypeImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.queries -
JPA scripting API implementation.
- AbstractPlsqlTypeImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl
- AbstractQueryImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.queries -
JPA scripting API implementation.
- AbstractQueryImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
-
Purpose: Contains the implementation of the AbstractQuery interface of the JPA criteria API.
- AbstractQueryImpl(Metamodel, AbstractQueryImpl.ResultType, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
- AbstractQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractQueryImpl
- AbstractQueryImpl.ResultType - Enum in org.eclipse.persistence.internal.jpa.querydef
- 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
. - AbstractRecord - Class in org.eclipse.persistence.internal.sessions
-
Purpose: Define the abstract definition of a record for internal use.
- AbstractRecord() - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: converts JDBC results to collections of rows.
- AbstractRecord(int) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: converts JDBC results to collections of rows.
- AbstractRecord(Vector, Vector) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: converts JDBC results to collections of rows.
- AbstractRecord(Vector, Vector, int) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: converts JDBC results to collections of rows.
- AbstractRecord.EntrySet - Class in org.eclipse.persistence.internal.sessions
-
Defines the virtual entrySet.
- AbstractRecord.KeySet - Class in org.eclipse.persistence.internal.sessions
-
Defines the virtual keySet.
- AbstractRecord.NoEntry - Class in org.eclipse.persistence.internal.sessions
-
INTERNAL: NoEntry: This is used to differentiate between the two kinds of nulls: no entry exists, and the field is actually mapped to null.
- AbstractRecord.RecordEntry - Class in org.eclipse.persistence.internal.sessions
-
Entry class for implementing Map interface.
- AbstractRecord.RecordEntryIterator - Class in org.eclipse.persistence.internal.sessions
-
Defines the virtual entrySet iterator.
- AbstractRecord.RecordKeyIterator - Class in org.eclipse.persistence.internal.sessions
-
Defines the virtual keySet iterator.
- AbstractRecord.RecordValuesIterator - Class in org.eclipse.persistence.internal.sessions
-
Defines the virtual valuesSet iterator.
- AbstractRecord.ValuesSet - Class in org.eclipse.persistence.internal.sessions
-
Defines the virtual valuesSet.
- 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
. - AbstractRelationalColumnImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.columns -
JPA scripting API implementation.
- AbstractRelationalColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractRelationalColumnImpl
- AbstractRelationshipMappingImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.mappings -
JPA scripting API implementation.
- AbstractRelationshipMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
- 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
-
Default constructor.
- AbstractScalarExpressionStateObjectBuilder<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
This abstract definition of a builder provides the support for creating expressions defined by a
scalar expression
. - AbstractScalarExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
-
Creates a new
AbstractScalarExpressionStateObjectBuilder
. - AbstractSchemaName - Class in org.eclipse.persistence.jpa.jpql.parser
-
An abstract schema name designates the abstract schema type over which the query ranges.
- AbstractSchemaName(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
-
Creates a new
AbstractSchemaName
. - AbstractSchemaName_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractSchemaNameBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an abstract schema name.
- AbstractSchemaNameBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
-
Creates a new
AbstractSchemaNameBNF
. - AbstractSchemaNameFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AbstractSchemaNameFactory
creates a newAbstractSchemaName
. - AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
-
Creates a new
AbstractSchemaNameFactory
. - AbstractSchemaNameStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An abstract schema name designates the abstract schema type over which the query ranges.
- AbstractSchemaNameStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new
AbstractSchemaNameStateObject
. - AbstractSchemaNameStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new
AbstractSchemaNameStateObject
. - AbstractSchemaNameStateObject(StateObject, IEntity) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Creates a new
AbstractSchemaNameStateObject
. - abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Returns the collection of possible abstract schema types.
- abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
- AbstractSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
The SELECT clause denotes the query result.
- AbstractSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
-
Creates a new
SelectClause
. - AbstractSelectClause_InvalidSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractSelectClause_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AbstractSelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
- AbstractSelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
- AbstractSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object represents the abstract definition of a
SELECT
clause, which is either theSELECT
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 aFROM
clause. - AbstractSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Creates a new
AbstractSelectStatementStateObject
. - AbstractSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
-
The base validator responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid, i.e.
- AbstractSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
-
Creates a new
AbstractSemanticValidator
. - AbstractSemanticValidator.CollectionValuedPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is meant to retrieve an
CollectionValuedPathExpression
if the visitedExpression
is that object. - AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractSemanticValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor compares the left and right expressions of a comparison expression and gathers information about those expressions if they are an identification variable or a path expression.
- AbstractSemanticValidator.FirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractSemanticValidator.InItemsVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractSemanticValidator.PathType - Enum in org.eclipse.persistence.jpa.jpql
-
This enumeration allows
AbstractSemanticValidator.validateStateFieldPathExpression(StateFieldPathExpression, PathType)
to validate the type of the mapping and to make sure it is allowed based on its location. - AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is meant to retrieve an
AbstractSemanticValidator.StateFieldPathExpressionVisitor
if the visitedExpression
is that object. - AbstractSemanticValidator.SubqueryFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
- AbstractSerializedObjectPolicy - Class in org.eclipse.persistence.internal.descriptors
-
The base class for SerializedObjectPolicy.
- AbstractSerializedObjectPolicy() - Constructor for class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
- AbstractSerializer - Class in org.eclipse.persistence.sessions.serializers
-
Abstract Serializer class.
- AbstractSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.AbstractSerializer
- AbstractSession - Class in org.eclipse.persistence.internal.sessions
-
Implementation of org.eclipse.persistence.sessions.Session The public interface should be used.
- AbstractSession() - Constructor for class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Create and return a new session.
- AbstractSession(int) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Create a blank session, used for proxy session.
- AbstractSession(Login) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Create and return a new session.
- AbstractSession(Project) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Create and return a new session.
- 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
-
The abstract implementation of
ISimpleSelectExpressionStateObjectBuilder
that supports the creation of the select expression based on the JPQL grammar defined in JPA 2.0. - AbstractSimpleSelectExpressionStateObjectBuilder(AbstractSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
-
Creates a new
AbstractSimpleSelectExpressionStateObjectBuilder
. - AbstractSingleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression handles parsing a JPQL identifier followed by an expression encapsulated within parenthesis.
- AbstractSingleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
-
Creates a new
EncapsulatedExpression
. - AbstractSingleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
- AbstractSingleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObject
represents a JPQL expression that has a JPQL identifier followed by an encapsulated expression with parenthesis. - AbstractSingleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new
AbstractSingleEncapsulatedExpressionStateObject
. - AbstractSingleEncapsulatedExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new
AbstractSingleEncapsulatedExpressionStateObject
. - AbstractSingleEncapsulatedExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
-
Creates a new
AbstractSingleEncapsulatedExpressionStateObject
. - 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
-
The abstract definition of a
StateObject
. - AbstractStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Creates a new
AbstractStateObject
. - AbstractStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
-
The abstract definition of a builder of a
StateObject
hierarchy based on a JPQL fragment that is manually created. - AbstractStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Creates a new
AbstractStateObjectBuilder
. - AbstractStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The abstract definition of
StateObjectVisitor
, which implements all the methods but does nothing. - AbstractStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
- AbstractStaticWeaveOutputHandler - Class in org.eclipse.persistence.internal.jpa.weaving
-
The abstract class provides a set of methods to out outputs into the sepcified archive file.
- AbstractStaticWeaveOutputHandler() - Constructor for class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
- AbstractStoredQueryImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.queries -
JPA scripting API implementation.
- AbstractStoredQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractStoredQueryImpl
- 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:
- AbstractTableImpl<T,
R> - Class in org.eclipse.persistence.internal.jpa.config.tables -
JPA scripting API implementation.
- AbstractTableImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
- 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 givenExpression
. - AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitor
traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any givenStateObject
. - AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
-
Default constructor.
- AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
- AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionVisitor
traverses up the hierarchy. - AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This
StateObjectVisitor
traverses up the hierarchy. - AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
-
Default constructor.
- AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
- AbstractTripleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
Expression
takes care of parsing an expression that encapsulates three expressions separated by a comma. - AbstractTripleEncapsulatedExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
-
Creates a new
AbstractTripleEncapsulatedExpression
. - AbstractTripleEncapsulatedExpressionHelper(AbstractGrammarValidator) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
- AbstractTripleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object takes care of parsing an expression that encapsulates three expressions separated by a comma.
- AbstractTripleEncapsulatedExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new
AbstractTripleEncapsulatedExpressionStateObject
. - AbstractTripleEncapsulatedExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new
AbstractTripleEncapsulatedExpressionStateObject
. - AbstractTripleEncapsulatedExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
-
Creates a new
AbstractTripleEncapsulatedExpressionStateObject
. - AbstractUnmarshalRecord<ABSTRACT_SESSION,
FIELD, - Interface in org.eclipse.persistence.internal.oxm.recordUNMARSHALLER> -
This class represents unmarshal record behaviour that is common to all XML platforms.
- AbstractValidator - Class in org.eclipse.persistence.jpa.jpql
-
The abstract definition of a validator, which provides helper methods and visitors.
- AbstractValidator() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Creates a new
AbstractValidator
. - AbstractValidator.BypassChildCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is responsible to traverse the children of a
CollectionExpression
in order to properly validate theExpression
. - AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor is responsible to traverse the parent hierarchy and to skip
SubExpression
if it's a parent. - AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
-
This visitor gathers the children of a
CollectionExpression
or a single visitedExpression
. - 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.internal.core.helper.CoreClassConstants
- ABYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- ACC_ABSTRACT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_ANNOTATION - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_BRIDGE - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_BRIDGE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_DEPRECATED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_ENUM - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_ENUM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_FINAL - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_FINAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_INTERFACE - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_INTERFACE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_MANDATED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_MODULE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_NATIVE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_OPEN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_PRIVATE - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_PRIVATE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_PROTECTED - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_PROTECTED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_PUBLIC - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_PUBLIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_RECORD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_STATIC - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_STATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_STATIC_PHASE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_STRICT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_SUPER - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_SUPER - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_SYNCHRONIZED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_SYNTHETIC - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_SYNTHETIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_TRANSIENT - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACC_TRANSIENT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_TRANSITIVE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_VARARGS - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_VOLATILE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- accept() - Method in interface org.eclipse.persistence.internal.security.PrivilegedAccessHelper.PrivilegedExceptionConsumer
- accept(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
-
Visits the child
Expression
at the given position by the givenvisitor
. - accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
- accept(ClassVisitor, int) - Method in class org.eclipse.persistence.asm.ClassReader
- accept(ClassVisitor, int) - Method in class org.eclipse.persistence.asm.EclipseLinkClassReader
- accept(ClassVisitor, int) - Method in class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassReaderImpl
- accept(ClassVisitor, int) - Method in class org.eclipse.persistence.asm.internal.platform.ow2.ClassReaderImpl
- accept(ClassVisitor, Attribute[], int) - Method in class org.eclipse.persistence.asm.ClassReader
- accept(ClassVisitor, Attribute[], int) - Method in class org.eclipse.persistence.asm.EclipseLinkClassReader
- accept(ClassVisitor, Attribute[], int) - Method in class org.eclipse.persistence.asm.internal.platform.eclipselink.ClassReaderImpl
- accept(ClassVisitor, Attribute[], int) - Method in class org.eclipse.persistence.asm.internal.platform.ow2.ClassReaderImpl
- accept(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Makes the given visitor visit this annotation.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Makes the given class visitor visit this class.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
Makes the given class visitor visit this field.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
Makes the given class visitor visit this inner class.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Makes the given class visitor visit this method.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
Makes the given class visitor visit this module.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
Makes the given class visitor visit this record component.
- accept(ClassVisitor, int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader
. - accept(ClassVisitor, Attribute[], int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader
. - accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Makes the given method visitor visit this instruction.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Makes the given visitor visit all the instructions in this list.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
Makes the given visitor visit this local variable declaration.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Makes the given method visitor visit this method.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ParameterNode
-
Makes the given visitor visit this parameter declaration.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
Makes the given visitor visit this try catch block.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
- accept(MethodVisitor, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
Makes the given visitor visit this type annotation.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
Makes the given module visitor visit this export declaration.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
Makes the given module visitor visit this opened package.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleProvideNode
-
Makes the given module visitor visit this require declaration.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
Makes the given module visitor visit this require directive.
- accept(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureReader
-
Makes the given visitor visit the signature of this
SignatureReader
. - 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(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
- accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Visits this
Expression
by the givenvisitor
. - accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTime
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalExpression
- 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.MathDoubleExpression.Power
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathDoubleExpression.Round
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression.Ceiling
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression.Exp
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression.Floor
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression.Ln
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MathSingleExpression.Sign
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunction
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunction
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
- accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
- accept(StateObjectVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Visits this
StateObject
by the givenvisitor
. - accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
- accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
- accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
- accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
-
Visits this managed type with the given visitor.
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
- accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ArgumentType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.BinaryType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.BlobType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.CharType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ClobType
- accept(DatabaseTypeVisitor) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.DatabaseType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.DecimalType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.DoubleType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.FieldType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.FloatType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.FunctionType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalDayToSecond
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalYearToMonth
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.LongRawType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.LongType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.NCharType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.NClobType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.NumericType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.NVarChar2Type
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ObjectTableType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ObjectType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLCollectionType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLCursorType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLRecordType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLSubType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ProcedureType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.RawType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.RealType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ROWTYPEType
- accept(DatabaseTypeVisitor) - Method in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.TimeStampType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.TYPEType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.UnresolvedSizedType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.UnresolvedType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.URowIdType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.VarChar2Type
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.VarCharType
- accept(DatabaseTypeVisitor) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.VArrayType
- accept(DatabaseTypeVisitor) - Method in interface org.eclipse.persistence.tools.oracleddl.metadata.visit.DatabaseTypeVisitable
- accept(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
- accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
-
Determines whether the specified object is "accepted" by the filter.
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor.AcceptableTypeVisitor
- AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.AcceptableTypeVisitor
- acceptAnnotations(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Makes the given visitor visit the annotations of this instruction.
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
- acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
Visits the children of this
Expression
. - acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTime
- acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalExpression
- 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
- acceptType(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureReader
-
Makes the given visitor visit the signature of this
SignatureReader
. - 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 - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The class's access flags (see
Opcodes
). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The field's access flags (see
Opcodes
). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
The access flags of the inner class as originally declared in the source code from which the class was compiled.
- access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The method's access flags (see
Opcodes
). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
The access flags (see
Opcodes
). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The module's access flags, among
ACC_OPEN
,ACC_SYNTHETIC
andACC_MANDATED
. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
The access flag of the opened package, valid values are among
ACC_SYNTHETIC
andACC_MANDATED
. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
The access flag of the dependence among
ACC_TRANSITIVE
,ACC_STATIC_PHASE
,ACC_SYNTHETIC
andACC_MANDATED
. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ParameterNode
-
The parameter's access flags (see
Opcodes
). - ACCESS_EXTERNAL_DTD - Static variable in class org.eclipse.persistence.internal.helper.XMLHelper
- ACCESS_EXTERNAL_SCHEMA - Static variable in class org.eclipse.persistence.internal.helper.XMLHelper
- ACCESS_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- accessLevel - Variable in class org.eclipse.persistence.internal.codegen.CodeDefinition
- AccessLevel - Class in org.eclipse.persistence.internal.codegen
-
INTERNAL:
- AccessLevel() - Constructor for class org.eclipse.persistence.internal.codegen.AccessLevel
- AccessLevel(int) - Constructor for class org.eclipse.persistence.internal.codegen.AccessLevel
- AccessMethods - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- AccessMethodsImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
-
JPA scripting API implementation.
- AccessMethodsImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AccessMethodsImpl
- AccessMethodsMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
-
INTERNAL: Metadata for user specified property access methods and also used with VIRTUAL access types.
- AccessMethodsMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
-
INTERNAL: Used for XML loading.
- AccessMethodsMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
- accessor - Variable in class org.eclipse.persistence.eis.EISMappedRecord
- accessor - Variable in exception class org.eclipse.persistence.exceptions.DatabaseException
- accessor - Variable in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
- accessor - Variable in class org.eclipse.persistence.internal.sessions.ResultSetRecord
- Accessor - Interface in org.eclipse.persistence.internal.databaseaccess
-
INTERNAL: Accessor defines the interface used primarily by the assorted TopLink Sessions to interact with a data store.
- Accessor_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- 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
- AccessorFactoryWrapper - Class in org.eclipse.persistence.internal.jaxb
-
Purpose: This class provides a wrapper for an instance of AccessorFactory.
- AccessorFactoryWrapper(Object) - Constructor for class org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper
- accessors - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
The connection to the data store.
- 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
-
Default constructor.
- ACHAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- aconst(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- ACONST_NULL - Static variable in class org.eclipse.persistence.asm.Opcodes
- ACONST_NULL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- acos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- 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
- acquire() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
Wait for all threads except the active thread.
- acquire() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the lock on the cache key object.
- acquire() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- 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.internal.helper.ConcurrencyManager
-
Wait for all threads except the active thread.
- acquire(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the lock on the cache key object.
- acquire(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- 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() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
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(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(Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
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(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 interface org.eclipse.persistence.sessions.server.Server
-
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() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
Add deferred lock into a hashtable to avoid deadlock
- acquireDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the deferred lock.
- acquireDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- acquireDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the deferred lock.
- acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Acquire a deferred lock on the object.
- acquireDeferredLock(Object, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Acquire a deferred lock on the object.
- acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
-
Avoid acquiring any lock as uow is single threaded.
- acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a deferred lock on the object.
- acquireDeferredLock(Object, Class<?>, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Provides access for setting a deferred lock on an object in the IdentityMap.
- acquireDeferredLock(Object, Class<?>, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Deferred lock the identity map for the object, this is used for avoiding deadlock The return cacheKey should be used to release the deferred lock.
- acquireDeferredLock(Object, Class<?>, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Deferred lock the identity map for the object, this is used for avoiding deadlock The return cacheKey should be used to release the deferred lock
- acquiredLocks - Variable in class org.eclipse.persistence.internal.sessions.MergeManager
-
Used to store the list of locks that this merge manager has acquired for this merge
- acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.internal.history.HistoricalSession
-
INTERNAL: Acquires a special historical session for reading objects as of a past time.
- acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Constructs a HistoricalSession given a valid AsOfClause.
- acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Acquires a special historical session for reading objects as of a past time.
- 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.internal.identitymaps.CacheKey
-
Acquire the lock on the cache key object.
- acquireIfUnownedNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
Acquire the lock on the cache key object.
- acquireIfUnownedNoWait(boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
If the activeThread is not set, acquire it and return true.
- acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Acquire an active lock on the object.
- acquireLock(Object, boolean, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Acquire an active lock on the object.
- acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
-
Avoid acquiring any lock as uow is single threaded.
- acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire an active lock on the object.
- acquireLock(Object, Class<?>, boolean, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLock(Object, Class<?>, boolean, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLock(Object, Class<?>, boolean, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLock(Object, Class<?>, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Lock the identity map for the object, this must be done when building objects.
- acquireLock(ObjectBuildingQuery) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
- acquireLockAndRelatedLocks(Object, Map, Map, CacheKey, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: This is a recursive method used to acquire read locks on all objects that will be cloned.
- acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Acquire an active lock on the object, if not already locked.
- acquireLockNoWait(Object, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Acquire an active lock on the object, if not already locked.
- acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
-
Avoid acquiring any lock as uow is single threaded.
- acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire an active lock on the object, if not already locked.
- acquireLockNoWait(Object, Class<?>, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLockNoWait(Object, Class<?>, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLockNoWait(Object, Class<?>, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLocks() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC: Set the query to lock, this will also turn refreshCache on.
- acquireLocksForClone(Object, ClassDescriptor, CacheKey, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: This method will return once the object is locked and all non-indirect related objects are also locked.
- 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.internal.identitymaps.AbstractIdentityMap
-
Acquire an active lock on the object, if not already locked.
- acquireLockWithWait(Object, boolean, int) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Acquire an active lock on the object, if not already locked.
- acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
-
Avoid acquiring any lock as uow is single threaded.
- acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire an active lock on the object, if not already locked.
- acquireLockWithWait(Object, Class<?>, boolean, ClassDescriptor, int) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLockWithWait(Object, Class<?>, boolean, ClassDescriptor, int) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireLockWithWait(Object, Class<?>, boolean, ClassDescriptor, int) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
- acquireNonSynchronizedUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Return a unit of work for this session not registered with the JTS transaction.
- acquireNonSynchronizedUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Return a unit of work for this session not registered with the JTS transaction.
- acquireNoWait() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
If the lock is not acquired already acquire it and return true.
- acquireNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the lock on the cache key object.
- acquireNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- 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.internal.helper.ConcurrencyManager
-
If the lock is not acquired already acquire it and return true.
- acquireNoWait(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the lock on the cache key object.
- acquireNoWait(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- 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.internal.helper.ConcurrencyManager
-
Wait on any writer.
- acquireReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the read lock on the cache key object.
- acquireReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Provides access for setting a concurrency lock on an IdentityMap.
- acquireReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- 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.internal.helper.ConcurrencyManager
-
If this is acquired return false otherwise acquire readlock and return true
- acquireReadLockNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the read lock on the cache key object.
- acquireReadLockNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
-
Avoid acquiring locks for unit of work.
- 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.internal.identitymaps.AbstractIdentityMap
-
Acquire a read lock on the object.
- acquireReadLockOnCacheKey(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Acquire a read lock on the object.
- acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
-
Avoid acquiring any lock as uow is single threaded.
- acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a read lock on the object.
- acquireReadLockOnCacheKey(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
- acquireReadLockOnCacheKey(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
- acquireReadLockOnCacheKey(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
- acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
-
Acquire a read lock on the object, if not already locked.
- acquireReadLockOnCacheKeyNoWait(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
-
Acquire a read lock on the object, if not already locked.
- acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
-
Avoid acquiring any lock as uow is single threaded.
- acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
Acquire a read lock on the object, if not already locked.
- acquireReadLockOnCacheKeyNoWait(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
- acquireReadLockOnCacheKeyNoWait(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
- acquireReadLockOnCacheKeyNoWait(Object, Class<?>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
- acquireRepeatableWriteUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return a repeatable write unit of work for this session.
- acquireRepeatableWriteUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
PUBLIC: Return a repeatable write unit of work for this session.
- acquireRequiredLocks(MergeManager, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: This method will be the entry point for threads attempting to acquire locks for all objects that have a changeset.
- acquireSemaphoreIfAppropriate(boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencySemaphore
-
Do nothing if the semaphore has already been acquired by this thread in a higher recursive call or if the configuration to acquire the slow down semaphore is not active.
- 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.glassfish.GlassfishTransactionController11
-
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.jboss.JBossTransactionController11
-
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.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.wildfly.WildFlyTransactionController
-
INTERNAL: Obtain and return the JTA TransactionManager on this platform
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.wildfly.WildFlyTransactionController11
-
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
- acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController11
-
INTERNAL: Obtain and return the JTA TransactionManager on this platform
- acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController11
-
INTERNAL: Obtain and return the JTA 1.1
TransactionSynchronizationRegistry
on this platform. - acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.jboss.JBossTransactionController11
-
INTERNAL: Obtain and return the JTA 1.1
TransactionSynchronizationRegistry
on this platform. - acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.JTA11TransactionController
-
INTERNAL: Obtain and return the JTA 1.1
TransactionSynchronizationRegistry
on this platform. - acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.wildfly.WildFlyTransactionController11
-
INTERNAL: Obtain and return the JTA 1.1
TransactionSynchronizationRegistry
on this platform. - acquireTransactionSynchronizationRegistry() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController11
-
INTERNAL: Obtain and return the JTA 1.1
TransactionSynchronizationRegistry
on this platform. - acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
-
INTERNAL: A UnitOfWork can not be acquired from a Historical Session.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return a unit of work for this session.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
The nested unit of work must also be remote.
- acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Return a nested unit of work for this unit of work.
- 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() - 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() - 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 class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return a unit of work for this session.
- acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
-
The nested unit of work must also be remote.
- acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
-
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.
- 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.
- acquireWithWait(boolean, int) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
If the lock is not acquired already acquire it and return true.
- acquireWithWait(boolean, int) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
-
Acquire the lock on the cache key object.
- acquireWriteLock() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Lock the entire cache if the cache isolation requires.
- acquireWriteLock() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
INTERNAL: Lock the entire cache if the cache isolation requires.
- acquireWriteLock() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
-
INTERNAL: Lock the entire cache if the cache isolation requires.
- acquireWriteLocks() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Acquire the unit of work cache write locks, if required.
- active - Variable in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
- ACTIVE_LOCK_ALREADY_TRANSITIONED - Static variable in exception class org.eclipse.persistence.exceptions.ConcurrencyException
- activeBatchWritingMechanism - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
This attribute will be used to store the currently active Batch Mechanism
- activeCacheKey - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
PERF: Cache the session cacheKey during the merge to avoid duplicate lookups.
- activeCommandThreads - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
List of active command threads.
- activeLockAlreadyTransitioned(Thread) - Static method in exception class org.eclipse.persistence.exceptions.ConcurrencyException
- activeLocks - Variable in class org.eclipse.persistence.internal.helper.DeferredLockManager
- activeThread - Variable in class org.eclipse.persistence.internal.helper.ConcurrencyManager
- activeUnitOfWorkThreadLocal - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
-
PERF: Cache the active uow in a thread local.
- actualTypeClassName - Variable in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
-
Stores the actual type of the mapping if different from the reference type.
- adaptedValue - Variable in class org.eclipse.persistence.internal.jaxb.many.ManyValue
- ADAPTER_CLASS_COULD_NOT_BE_INSTANTIATED - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- ADAPTER_CLASS_METHOD_EXCEPTION - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- ADAPTER_CLASS_NOT_LOADED - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- adapterClassCouldNotBeInstantiated(String, Exception) - Static method in exception class 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 class 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 class 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 method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- add(int, int, Object) - Method in interface commonj.sdo.Sequence
-
Adds a new entry with the specified property index and value at the specified entry index.
- add(int, int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(int, Property, Object) - Method in interface commonj.sdo.Sequence
-
Adds a new entry with the specified property and value at the specified entry index.
- add(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
- add(int, E) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
- add(int, E) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Add and notify any waiters that there are new elements.
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable
-
At the specified index, add the specified element to the original list.
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
- add(int, E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
-
Add the specified element to the original list.
- add(int, Object) - Method in interface commonj.sdo.Sequence
-
Adds a new entry with the specified property index and value to the end of the entries.
- add(int, Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
- add(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- add(int, Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Inserts the specified element at the index position in this list.
- add(int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(int, Object, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- add(int, String) - Method in interface commonj.sdo.Sequence
-
Deprecated.
- add(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(int, String, Object) - Method in interface commonj.sdo.Sequence
-
Adds a new entry with the specified property name and value at the specified entry index.
- add(int, String, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
-
Add the specified object to the original list.
- add(Property, Object) - Method in interface commonj.sdo.Sequence
-
Adds a new entry with the specified property and value to the end of the entries.
- add(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(E) - Method in class org.eclipse.persistence.indirection.IndirectList
- add(E) - Method in class org.eclipse.persistence.indirection.IndirectSet
- add(E) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- add(E) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Add and notify any waiters that there are new elements.
- add(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
- add(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
- add(FIELD, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- add(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
-
Adds the given object to this
IdentityHashSet
. - add(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- add(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
-
Append the value to the end of the primary key values.
- add(Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- add(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC: Add is not support for scrollable cursors.
- add(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- add(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- add(Object, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL:
- add(String) - Method in interface commonj.sdo.Sequence
-
Deprecated.replaced by
Sequence.addText(String)
in 2.1.0 - add(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
- add(String, Object) - Method in interface commonj.sdo.Sequence
-
Adds a new entry with the specified property name and value to the end of the entries.
- add(String, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
- 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(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(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
-
INTERNAL: Add the field-value pair to the row.
- add(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
-
INTERNAL: Add the field-value pair to the row.
- add(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
- add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
-
INTERNAL: Add the field-value pair to the document.
- add(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Adds the given instruction to the end of this list.
- add(InsnList) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Adds the given instructions to the end of this list.
- add(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- add(AbstractContentAssistVisitor, Declaration, Expression) - Method in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
-
Adds the identification variables defined in the given
Declaration
. - add(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- add(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractStateObjectBuilder
-
Adds the given
StateObject
to the stack for future use, which will be removed from the stack to complete the creation of anotherStateObject
. - 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(Node) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
- add(Node) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
- add(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- add(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
x + y
. - Add - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- ADD - Static variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
- ADD - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)
method. - ADD_ARGS_NOT_SUPPORTED - Static variable in exception class 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.
- addAccessor(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: This method will add the descriptor to the actual EclipseLink project, if it has not already been added.
- addAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Add the accessor to the descriptor
- addAccessorFields(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Create mappings from the fields directly.
- addAccessorMethods(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Create mappings via the class properties.
- addAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Add the accessors from this class accessors java class to the descriptor tied to this class accessor.
- addAccessorWithCustomizer(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addAccessorWithDerivedId(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addActiveLock(Object) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
-
add a concurrency manager as active locks to the DLM
- 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.
- addAdditionalExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
- addAdditionalExpressionsWithinCurrrentExpressionContext - Variable in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
-
Used to trigger adding additional join operations etc to the expression being processed instead of at the end of the where clause.
- addAdditionalField(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: Additional fields can be added to a query.
- addAdditionalField(DatabaseField) - 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.internal.queries.ContainerPolicy
-
INTERNAL: Called when the selection query is being initialized to add any required additional fields to the query.
- addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Called when the selection query is being initialize to add the fields for the key to the query
- addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
-
INTERNAL: Add the index field to the 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.
- addAdditionalLocalExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
-
Similar to addAdditionalExpression, this keeps a running expression used for joins so that they can be added locally within 'OR' predicates rather than to the entire where clause.
- addAdditionChange(Object, Integer) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
This method takes a single addition value and records it.
- addAdditionChange(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
-
Adds the items that were added to the collection.
- addAdditionChange(HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
-
Adds the items that were added to the collection.
- addAdditionChange(HashMap, HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
This method takes a map of primitive objects and adds them to the add list.
- addAdditionChange(Map, ContainerPolicy, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
This method takes a Map of objects, converts these into ObjectChangeSets.
- addAggregateCollectionMappingLines(NonreflectiveMethodDefinition, String, AggregateCollectionMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addAggregateExression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
-
INTERNAL
- addAggregateExression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.AvgNode
-
INTERNAL
- addAggregateExression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.CountNode
-
INTERNAL
- addAggregateExression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.MaxNode
-
INTERNAL
- addAggregateExression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinNode
-
INTERNAL
- addAggregateExression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
-
INTERNAL
- addAggregateIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.AGGREGATE
and the beginning starts with the current word. - addAggregateIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid proposals if their role isIdentifierRole.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 isIdentifierRole.AGGREGATE
and the beginning starts with the current word. - addAggregateObjectMapping(String, DynamicType, boolean) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Add a
AggregateObjectMapping
(Embeddable
in JPA) to theDynamicTypeBuilder.entityType
being built or extended. - 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, String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
Add an alias to identifier pair to the alias Map for the current application.
- addAlias(String, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Add an alias for the descriptor
- addAlias(String, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Add an alias for the descriptor.
- addAlias(String, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addAliasName(String) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL: Assign a unique string to a type, which belongs to same uri, among types.
- addAll(int, Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- addAll(int, Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- addAll(int, Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Inserts all of the currentElements in the specified Collection into this list, starting at the specified position.
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- addAll(int, Collection<? extends E>) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Add and notify any waiters that there are new elements.
- addAll(int, Collection, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- addAll(Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
- addAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
- addAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
Appends all of the currentElements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
- 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(Collection<? extends E>) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
- addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Add and notify any waiters that there are new elements.
- addAll(Collection<? extends Object>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
- addAll(Collection, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
INTERNAL: Appends all of the currentElements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
- addAll(List, Object, AbstractSession, List<AbstractRecord>, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.
- addAll(List, Object, AbstractSession, List<AbstractRecord>, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
-
INTERNAL: Add a list of elements to container.
- addAll(List, Object, AbstractSession, List<AbstractRecord>, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.
- addAll(List, Object, AbstractSession, List<AbstractRecord>, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
-
INTERNAL: Add a list of elements to container.
- addAll(List, Object, AbstractSession, List<AbstractRecord>, ReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
- addAll(NodeList) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
- addAll(NodeList) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
- 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 theIterable
. - 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 givenIterator
. - addAllObjectsForAbstractClass(Class<?>, AbstractSession, Vector<Object>) - 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<Object>) - 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<Object>) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
-
Add all of the objects of the class.
- addAllOf(Reference) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
- addAllToVector(Vector<E>, Vector<? extends E>) - Static method in class org.eclipse.persistence.internal.helper.Helper
- addAllUniqueToList(List<T>, List<T>) - Static method in class org.eclipse.persistence.internal.helper.Helper
- addAllUniqueToVector(Vector<T>, List<T>) - Static method in class org.eclipse.persistence.internal.helper.Helper
- addAlternate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'alternate' link.
- addAndPrepareJoinedMapping(ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Add the mapping for join fetch, prepare and return the join expression being used.
- addAnnotation(MetadataAnnotation) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
-
INTERNAL:
- addAny(Any) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
- addAny(Any) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
- addAny(Any) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
- addArgument(Class<?>, String) - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
- 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) - 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<?>) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- 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<?>, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- addArgument(String, Class<?>, DatabaseQuery.ParameterType) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
INTERNAL: Add the argument named argumentName.
- 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.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.internal.codegen.NonreflectiveMethodDefinition
- addArgument(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argument named argumentName and its class type.
- addArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The arguments are the names of the parameters to the procedure.
- addArgument(ArgumentType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ProcedureType
- 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 class org.eclipse.persistence.exceptions.QueryException
- addArgumentTypes(DatabaseType[]) - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
-
Add to the List of DatabaseType[] entries for this ProcedureOperationModel instance's stored procedures.
- addArgumentValue(Object) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
-
PUBLIC: Define the argument to the interaction for the index argument.
- addArgumentValue(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Add the argumentValue.
- 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.
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
- 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() - 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.mappings.CollectionMapping
-
PUBLIC: Provide order support for queryKeyName in ascending order
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
- addAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedImpl
- 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
- addAssociationOverride(AssociationOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
-
INTERNAL: Add the association override to our map key attribute overrides list.
- addAssociationOverride(AssociationOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
-
INTERNAL:
- addAssociationOverride(AssociationOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
- addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
- addAtTheEndOfChild(AbstractFromClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
- addAtTheEndOfChild(AbstractOrderByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
- addAtTheEndOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
- addAtTheEndOfChild(ConcatExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
- addAtTheEndOfChild(ConstructorExpression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
- addAtTheEndOfChild(DeleteClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
- addAtTheEndOfChild(Expression, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
- addAtTheEndOfChild(GroupByClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
- addAtTheEndOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
- addAtTheEndOfChild(SelectClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
- addAtTheEndOfChild(UpdateClause, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
- addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
- addAtTheEndOfChild(T, CollectionExpression, int, boolean, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the proposals because the cursor is at the end of the child at the given position.
- addAttribute() - Method in class org.eclipse.persistence.internal.jpa.config.queries.FetchGroupImpl
- addAttribute() - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
- 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) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the attribute from the reference class to be included in the result.
- addAttribute(String, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
-
INTERNAL:
- 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, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.queries.FetchGroup
- 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(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
- addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
- 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, Expression, List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
-
Add the attribute with joining.
- 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(String, LoadGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
- addAttribute(String, CopyGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
- 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(AttributeDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
- addAttribute(Attr) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader.IndexedAttributeList
- 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
- addAttributeNodeImpl(AttributeNodeImpl) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addAttributeNodes(Attribute<X, ?>...) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addAttributeNodes(String...) - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
- addAttributeNodes(String...) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractEmbeddedMappingImpl
- addAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
- 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
- addAttributeOverride(AttributeOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
-
INTERNAL: Add the attribute override to our map key attribute overrides list.
- addAttributeOverride(AttributeOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
-
INTERNAL:
- addAttributeOverride(AttributeOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- 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 interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
- addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- addAttributeValue(ContainerValue, Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
- addAttributeValue(ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
- addAttributeValue(ContainerValue, Object, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
- addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
- addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
- addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
- addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
-
When a collection mapping is processed the UnmarshalContext is responsible for handling the values one at a time.
- addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
- addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
- addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
- addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
-
When a collection mapping is processed the UnmarshalContext is responsible for handling the values one at a time.
- 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.
- addBaseType(SDOType) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addBasic() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
- addBatch(PreparedStatement) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: This gets called on each iteration to add parameters to the batch Needs to be implemented so that it returns the number of rows successfully modified by this statement for optimistic locking purposes (if useNativeBatchWriting is enabled, and the call uses optimistic locking).
- addBatch(PreparedStatement) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: This gets called on each iteration to add parameters to the batch Needs to be implemented so that it returns the number of rows successfully modified by this statement for optimistic locking purposes (if useNativeBatchWriting is enabled, and the call uses optimistic locking).
- 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.
- addBatchSql(String) - Method in class org.eclipse.persistence.tools.dbws.BatchSQLOperationModel
-
Convenience method for adding a single SQL statement to the list of statements to be executed.
- addBinding(BindingModel) - Method in class org.eclipse.persistence.tools.dbws.SQLOperationModel
- addCacheIndex() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addCacheIndex(String...) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
PUBLIC: Add the cache index to the descriptor's cache settings.
- addCacheIndex(CacheIndex) - 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.
- addCacheInvalidationPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addCacheKeyToMapWriteLockManagerToCacheKeysThatCouldNotBeAcquired(Thread, ConcurrencyManager, long) - Static method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
The thread was doing its while loop to acquire all required locks to proceed with the commmit and it realized there was one cache key it is unable to acquire
- addCall(DatasourceCall) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
-
Add the call.
- addCall(Call) - Method in class org.eclipse.persistence.internal.helper.LOBValueWriter
-
Add original (insert or update) call to the collection
- 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.
- addChange(ChangeRecord) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
-
Add the attribute change record.
- 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
-
Caches the given
Resolver
. - addChild(Expression) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
-
INTERNAL: Add a new Expression to the list of arguments.
- addChild(Expression) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
- addChild(HierarchyNode) - Method in class org.eclipse.persistence.internal.codegen.HierarchyNode
- addChild(XPathFragment, NodeValue, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
- 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
-
Adds to the given unique identifier of an
ExpressionFactory
to the given query BNF. - addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds to the given unique identifier of an
ExpressionFactory
to the given query BNF. - addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Adds the children of this
StateObject
to the given list. - addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
- addChildren(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Adds the children of this
AbstractExpression
to the given collection. - addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTime
- addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalExpression
- 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
- addChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
- addChoice(Choice) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
- addChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
- addChoiceElement(String, Class<?>) - 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.XMLChoiceCollectionMapping
- addChoiceElement(String, Class<?>, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
- addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- addChoiceElement(String, 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 interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
- addChoiceElement(String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
- addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(List<XMLField>, Class<?>, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- 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.XMLChoiceCollectionMapping
- addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(List<XML_FIELD>, String, List<XML_FIELD>) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
- addChoiceElement(List<XML_FIELD>, String, List<XML_FIELD>) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
- addChoiceElement(XMLField, Class<?>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- addChoiceElement(XMLField, Class<?>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(XMLField, Class<?>, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- addChoiceElement(XMLField, Class<?>, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- addChoiceElement(XML_FIELD, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
- addChoiceElement(XML_FIELD, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
- addClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
Register a class to be dynamically created using the default
DynamicClassWriter
. - 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
-
Register a class to be dynamically created using the provided
DynamicClassWriter
. - addClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- addClassDetailsForMappedSuperClasses(MetadataClass, ClassDescriptor, ClassDetails, Map<String, ClassDetails>, List<DatabaseMapping>, boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
-
INTERNAL: Look higher in the hierarchy for the mappings listed in the unMappedAttribute list.
- addClassExtractor(MetadataDescriptor, EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
-
INTERNAL: Set the class extractor class name on the inheritance policy.
- 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(MetadataDescriptor, EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
-
INTERNAL: Recursive method.
- addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
-
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
- addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
-
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
- addClassIndicatorField(MetadataDescriptor, EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
-
INTERNAL:
- 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(AbstractMarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
- addClassIndicatorFieldToRow(AbstractMarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
- addClassIndicatorFieldToRow(AbstractMarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Add abstract class indicator information to the database row.
- addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
-
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(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 isIdentifierRole.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 isIdentifierRole.CLAUSE
and the beginning starts with the current word. - addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
- addClauseProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Adds the JPQL identifier of the clause being scanned by this helper.
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
- addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
- 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() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the
FROM
clause. - addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new collection declaration to the
FROM
clause. - addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new collection declaration to the
FROM
clause. - addCollectionToMain(int, int, Collection<? extends DatabaseField>) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- addColumn() - Method in class org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyImpl
- addColumn() - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
- addColumn(DatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.TableType
- addColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheIndexImpl
- addColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
- addColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.UniqueConstraintImpl
- 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 class org.eclipse.persistence.internal.jpa.config.queries.ConstructorResultImpl
- addColumnResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
- 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.
- addComplexMetadataType(ComplexTypeMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add the named PLSQL or Oracle complex metadata type.
- 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. - addCompositeMemberProcessor(MetadataProcessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
-
INTERNAL: Add containedProcessor to compositeProcessor.
- addCompoundIdentifier(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given JPQL identifier as a valid proposal if its role is
IdentifierRole.COMPOUND_FUNCTION
and the beginning starts with the current word. - addCompoundIdentifiers(String, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid proposals if their role isIdentifierRole.COMPOUND_FUNCTION
and the beginning starts with the current word. - addCompoundIdentifiers(JPQLQueryBNF, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that are registered with the given
JPQLQueryBNF
as valid proposals if their role isIdentifierRole.COMPOUND_FUNCTION
and the beginning starts with the current word. - 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 class org.eclipse.persistence.internal.jpa.config.partitioning.HashPartitioningImpl
- addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ReplicationPartitioningImpl
- addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RoundRobinPartitioningImpl
- addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.UnionPartitioningImpl
- 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(String, Login, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
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(ConnectionPool) - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
PUBLIC: Connection are pooled to share and restrict the number of database connections.
- addConnectionPoolConfig(ConnectionPoolConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
- 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.
- addConstructorItem(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
-
INTERNAL Add an Order By Item to this node
- 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 class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
- addConstructorResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
- addContext(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
INTERNAL: Add a field - value pair for LOB field into the context.
- addContext(Resource) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ContextsCatalog
-
Lazy initializes contexts list and adds a given resource there.
- addContextString(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
-
INTERNAL: Add a context string to the map of contexts.
- 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 class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
- 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 class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
- addConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
-
This covers the JPA 2.1 use case where multiple converts can be added.
- addConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedImpl
- 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
- addConvert(String, ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a convert to override a superclass class mapping.
- addConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
-
INTERNAL: Subclasses that support key converts need to override this method.
- addConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
-
INTERNAL: Subclasses that support key converts need to override this method.
- addConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
-
INTERNAL: Subclasses that support converts need to override this method otherwise an exception will be thrown from those accessors that do not support them when a user has defined them on that accessor.
- addConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
- addConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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(AbstractConverterMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a abstract converter metadata to the project.
- 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
- addConverter(XML_FIELD, CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
- addConverter(XML_FIELD, CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
- addConverterAccessor(ConverterAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a abstract converter metadata to the project.
- addConverterClass() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addConverterClass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addConverterLines(NonreflectiveMethodDefinition, String, Converter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addConverterMappings(ClassDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
- addConvertMetadata(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
-
INTERNAL: Add a JPA convert annotation to the converts list.
- 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.
- addCursor(PLSQLCursorType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- addDataModificationEvent(DatabaseMapping, Object[]) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Add the data query to be performed at the end of the commit.
- addDataResults(AbstractRecord) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
INTERNAL: Add the row to the set of data results.
- 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.
Builds Symfoware equivalent to addDate(unit, number).
Symfoware: ADD_DATE(date, number, unit) - 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
- addDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Adds the given
Declaration
at the end of the list. - addDeclaredProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDeclaredProperty(Property, int) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDeclaredProperty(SDOProperty) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDeclaredProperty(SDOProperty, int) - Method in class org.eclipse.persistence.sdo.SDOType
-
INTERNAL:
- addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
PUBLIC: EJB 3.0 support for default listeners.
- addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- addDefaultListener(EntityListenerMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addDefaultReadOnlyClass(Class<?>) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Add the read-only class which apply to each UnitOfWork created by default.
- addDeferredCall(DatabaseTable, DatasourceCall, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Add the data query to be performed at the end of the commit.
- addDeferredLock(Object) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
-
add a concurrency manager as deferred locks to the DLM
- addDefinition(String, ResourceSchema) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
- 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.
- addDeletedObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
-
INTERNAL: Add the Deleted object to the changeSet.
- addDeletedObjects(Map, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
-
INTERNAL: Add the Deleted objects to the changeSet.
- addDeletedPrivateOwnedObjects(DatabaseMapping, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Records a private owned object that has been de-referenced and will need to processed for related private owned objects.
- addDeleteStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
DELETE
statement. - addDeletionDependency(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Record deleted objects that have reference to other deleted objects.
- addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the
FROM
clause. - addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the
FROM
clause. - addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived collection declaration to the
FROM
clause. - addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived collection declaration to the
FROM
clause. - addDerivedExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
INTERNAL: Add the expression as a derived child of this expression.
- addDerivedField(Expression) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
- addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the
FROM
clause. - addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the
FROM
clause. - addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Adds a new derived identification variable declaration to the
FROM
clause. - addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Adds a new derived identification variable declaration to the
FROM
clause. - addDerivedTable(Expression) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
- 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.mappings.CollectionMapping
-
PUBLIC: Provide order support for queryKeyName in descending order.
- 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.internal.sessions.DatabaseSessionImpl
-
PUBLIC: Add the descriptor to the session.
- 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, DESCRIPTOR) - Method in class org.eclipse.persistence.internal.oxm.Context.ContextState
- addDescriptorByQName(QName, XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
- addDescriptorNamespacesToXMLRecord(DESCRIPTOR, AbstractMarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
- addDescriptorPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addDescriptors(Collection) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
PUBLIC: Add the descriptors to the session.
- addDescriptors(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC: Add the descriptors to the session.
- addDescriptors(Collection, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Add the descriptors to the session.
- addDescriptors(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
- addDescriptors(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
- addDescriptors(List) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
-
INTERNAL:
- 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.internal.sessions.DatabaseSessionImpl
-
PUBLIC: Add the descriptors to the session from the Project.
- 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(Project) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC: Add the descriptors to the session from the Project.
- addDescriptors(Project, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Merge the descriptors from another project into this one.
- addDescriptorsToSequencing(Collection<ClassDescriptor>) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
INTERNAL: If sequencing is connected then initializes sequences referenced by the passed descriptors, otherwise connects sequencing.
- addDescriptorToProject(Project) - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
- addDirectCollectionAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Store basic collection accessors for later processing and quick look up.
- addDirectCollectionMapping(String, String, String, Class<?>, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Add a
DirectCollectionMapping
to theDynamicTypeBuilder.entityType
being built or extended. - 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, Class<?>, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
-
Allows
DirectToFieldMapping
(@Basic) mapping to be added to a dynamic type through API. - addDirectMapping(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Add a direct to field mapping to the receiver.
- addDirectMapping(String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC: Add a direct 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.descriptors.ClassDescriptor
-
PUBLIC: Add a direct to field 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, 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
- addDirectMappingForFieldType(XMLDescriptor, String, FieldType) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Create an XMLDirectMapping for a given FieldType instance, and add the newly created mapping to the given XMLDescriptor.
- addDirectQueryKey(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Add a query key to the descriptor.
- addDirEntry(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
-
create directory into target directory, or insert directory entry into outputstream.
- addDirEntry(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
-
create directory into target directory.
- addDirEntry(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
-
Add directory entry into outputstream.
- addDiscriminatorClass() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.VariableOneToOneImpl
- addDiscriminatorClass() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
- addDiscriminatorClassFor(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
-
INTERNAL: In stage 2 processing entities may be added to the discriminator class list for this variable one to one accessor if they were not explicitely added but define the interface associated with this accessors target interface.
- 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
-
Register a
DynamicClassWriter
with the providedDynamicClassLoader
so that a dynamic class can be generated when needed. - addDynamicXMLMetadataSources(List<Object>, Session) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
-
This method is used to help construct a JAXBContext from an existing EntityManagerFactory.
- ADDED - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
-
Specifies the list changed by having new items inserted.
- addElement(E) - Method in class org.eclipse.persistence.indirection.IndirectList
- addElement(E) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
- addElement(E) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
-
Add and notify any waiters that there are new elements.
- addElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
- addElement(Element) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
- addElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
- addElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
- addElementCollection() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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 class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addEmbeddable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addEmbeddableAccessor(EmbeddableAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add an embeddable accessor to this project.
- addEmbeddableAttributes(EmbeddableAccessor, List<FieldType>) - Method in class org.eclipse.persistence.tools.metadata.generation.JPAMetadataGenerator
-
Process a list of FieldTypes, creating an attribute for each - the created XMLAttributes are set on the given EmbeddableAccessor.
- addEmbeddableDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- addEmbeddableMappingAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addEmbedded() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
- addEmbeddingAccessor(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
-
INTERNAL: Embedding accessors are those accessors that actually embed the embeddable class with an embedded mapping.
- addEmbeddingAccessors(Map<String, ClassAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
-
INTERNAL:
- addEnclosedClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
-
INTERNAL:
- 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 class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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. - addEntityAccessor(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
-
INTERNAL: Add the given entity accessor to this interface's list of variable one to one accessors.
- addEntityAccessor(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add an entity accessor to this project.
- addEntityGraph(AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add the given entity graph (internal attribute group).
- addEntityListener() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addEntityListener() - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
- 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.
- addEntityListenerEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- addEntityListenerHolder(SerializableDescriptorEventHolder) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
-
INTERNAL:
- addEntityListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
-
INTERNAL: Method to place EntityListener's on the descriptors from the given session.
- addEntityManagerSetupImpl(String, EntityManagerSetupImpl) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
-
Add an EntityManagerSetupImpl to the cached list These are used to ensure all persistence units that are the same get the same underlying session
- addEntityMappings(XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: The avoid processing the same mapping file twice (e.g.
- addEntityResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
- addEntityResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
- addEntry(InputStream, JarEntry) - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
-
Write entry into target, this method usually copy original class into target.
- addEntry(InputStream, JarEntry) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
-
Write entry into target, this method usually copy original class into target.
- addEntry(InputStream, JarEntry) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
-
Write entry into target, this method usually copy original class into target.
- addEntry(JarEntry, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
-
Write entry bytes into target, this is usually called if class has been tranformed
- addEntry(JarEntry, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
-
Write entry bytes into target, this method is usually invoked if class has been tranformed
- addEntry(JarEntry, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
-
Write entry bytes into target, this method is usually called if class has been tranformed
- 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
- addEscapes(String) - Static method in exception class org.eclipse.persistence.tools.oracleddl.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEventManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addEventMethod(String, Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener
-
INTERNAL: For entity classes listener methods, they need to override listeners from mapped superclasses for the same method.
- addEventMethod(String, Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
-
INTERNAL: You can have multiple event methods for the same event, however, only one event method per class is permitted.
- addEventMethod(String, Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
-
INTERNAL: You can have multiple event methods for the same event, however, only one event method per class is permitted.
- addException(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
- addExecute(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'execute' link.
- addExpression(Expression, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
- addExpressionAndBaseToGroupedList(Expression, List, Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
adds expression and its base expressions recursively to the expressionList in groups, so that an expression is never listed before its base expression
- addExpressionFactoryIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that were registered with the
ExpressionFactory
with the given unique identifier. - addExpressionFactoryIdentifiers(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the JPQL identifiers that were registered with the given
ExpressionFactory
. - addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
- addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
- 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
- addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
- addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
- addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- addFacet(Facet) - Method in class org.eclipse.persistence.jaxb.compiler.Property
- addFactory(EntityManagerFactoryImpl) - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
- 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() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
-
Add a named fetch group to the descriptor
- 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
- addFetchGroupMethods(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Adds get/set method for FetchGroupTracker interface.
- addFetchGroupVariables() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a variable of type FetchGroup, Session to the class.
- addField() - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleObjectImpl
- addField() - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlRecordImpl
- addField() - Method in interface org.eclipse.persistence.jpa.config.OracleObject
- addField() - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
- addField(String) - Method in class org.eclipse.persistence.internal.jpa.config.structures.StructImpl
- addField(String) - Method in interface org.eclipse.persistence.jpa.config.Struct
- 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<?>) - 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.TableDefinition
-
PUBLIC: Add the field to the table.
- 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.TableDefinition
-
PUBLIC: Add the field to the table.
- 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.TableDefinition
-
PUBLIC: Add the field to the type to a nested 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(String, DatabaseType) - 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, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- addField(Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: adds an expression to the fields.
- addField(FieldMetaData) - Method in class org.eclipse.persistence.internal.eis.cobol.CompositeFieldMetaData
-
adds a field to the collection
- addField(FieldMetaData) - Method in interface org.eclipse.persistence.internal.eis.cobol.CompositeObject
-
this method adds a field to the fields Vector
- addField(FieldMetaData) - Method in class org.eclipse.persistence.internal.eis.cobol.RecordMetaData
-
adds the field to the collection
- addField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.CacheIndex
- addField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
- addField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a field from a basic mapping from this descriptor.
- addField(DatabaseField, boolean, boolean, boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL:
- addField(MetadataField) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
-
INTERNAL:
- addField(PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
- addField(DatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLRecordType
- addField(FieldType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.ObjectType
- addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add the field to the table.
- 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.
- addFieldForInsert(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- 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.
- addFieldForInsertReturnOnly(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- 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.
- addFieldForUpdate(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- 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.
- addFieldNameTranslation(EmbeddableMapping, String, DatabaseField, MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
-
INTERNAL: Process an attribute override for an embedded object, that is, an aggregate object mapping in EclipseLink.
- addFieldNameTranslation(EmbeddableMapping, String, DatabaseField, MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
-
INTERNAL: Process an attribute override for either an embedded object mapping, or an element collection mapping containing embeddable objects.
- 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 class org.eclipse.persistence.internal.jpa.config.queries.EntityResultImpl
- 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.
- addFields(ClassWriter, String) - Method in class org.eclipse.persistence.internal.jpa.rs.weaving.RestDynamicClassWriter
- addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Called when the insert query is being initialized to ensure the fields for the key are in the insert query
- addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Called when the insert query is being initialized to ensure the fields for the key are in the insert query
- 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(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
-
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.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
- 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.
- 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(String, FieldTransformer) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
- 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.
- addFieldTransformerClassName(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
-
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.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
- 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.
- 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.
- addFileSeperator(String) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
- addFilesToJarOutputStream(JarOutputStream) - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
- addFilesToJarOutputStream(JarOutputStream) - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
- 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.
- addFirst(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
-
Inserts the given contents at the beginning of this list.
- 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.internal.helper.DatabaseTable
- addForeignKeyConstraint(ForeignKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add a foreign key constraint to the table.
- 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.
- 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.
- addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- 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(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
- addForeignKeyFieldToSourceTargetTable(OneToOneMapping) - 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(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.
- 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.
- 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(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 isIdentifierRole.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 theJPQLQueryBNF
that represents the fragment for which the givenExpression
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 isIdentifierRole.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.
- addGeneratedValue(GeneratedValueMetadata, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addGenericType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
-
INTERNAL:
- addGenericType(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a generic type for this descriptor.
- addGetPropertyChangeListener(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add the implementation of the changeTracker_getPropertyChangeListener method to the class.
- addGetterMethodForFieldAccess(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Adds a convenience method used to replace a GETFIELD when field access is used.
- addGetterMethodForValueHolder(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a get method for the newly added valueholder.
- addGlobalElements(Map<QName, ElementDeclaration>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
-
INTERNAL:
- addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
-
INTERNAL:
- addGlobalProperty(QName, Property, boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
-
INTERNAL:
- 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 interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- 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
- addGroupingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
-
INTERNAL Add the grouping expressions to the passed query
- addGroupingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Add the grouping to the passed query
- 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 class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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. - addHavingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.HavingNode
-
INTERNAL Add the having expression to the passed query
- addHavingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Add the having to the passed query
- addHistoryPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addHistoryPolicyLines(NonreflectiveMethodDefinition, HistoryPolicy, String) - 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
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
- addIdAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- addIdClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add EmbeddedId and IdClass ids to the project
- addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identification variable as a valid proposal.
- addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given identification variable as a proposal.
- addIdentificationVariable(IdentificationVariable, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
- addIdentificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds all the identification variables defined in the current query's FROM clause.
- addIdentificationVariables(Expression, AbstractContentAssistVisitor.IdentificationVariableType) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the possible identification variables as valid proposals but filter them based on the given type.
- addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identifier as a proposal if it passes the checks.
- addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given JPQL identifier as a proposal.
- addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds the given JPQL identifier to this factory.
- addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds the given JPQL identifier to this factory.
- addIdentifier(AbstractDoubleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
- addIdentifier(AbstractFromClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
- addIdentifier(AbstractOrderByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
- addIdentifier(AbstractTripleEncapsulatedExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
- addIdentifier(ConcatExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
- addIdentifier(ConstructorExpression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
- addIdentifier(DeleteClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
- addIdentifier(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
- addIdentifier(GroupByClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
- addIdentifier(IdentificationVariableDeclaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
- addIdentifier(UpdateClause, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
- addIdentifier(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
- addIdentifier(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the given JPQL identifier as a valid proposal.
- addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
-
Adds the given JPQL identifiers to this factory.
- addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
-
Adds the given JPQL identifiers to this factory.
- 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.
- addIdFieldFromAccessor(String, MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
-
INTERNAL:
- addIdFieldsFromAccessors(String, Collection<MappingAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
-
INTERNAL:
- addImport(String) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
-
The importStatement should be of the form "{packageName}.{shortName or '*'}"
- addIndex() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
- addIndex() - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
- addIndex() - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
- 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.internal.helper.DatabaseTable
-
Add an index definition to this table.
- 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
- addInheritingType(IdentifiableTypeImpl) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
-
INTERNAL: Add an inheriting subclass to the map of Identifiable types that inherit from this mappedSuperclass.
- addInitializerForValueHolder(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a method that allows us to lazily initialize a valueholder we have woven in This allows us to avoid initializing valueholders in the constructor.
- addInnerClass(ClassDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
- 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.
- addInterface(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Allow subclasses to add additional interfaces to the dynamic entity.
- addInterface(String) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
- addInterface(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
-
INTERNAL:
- addInterfaceAccessor(InterfaceAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a InterfaceAccessor to this project.
- addInterfaceLines(NonreflectiveMethodDefinition, InterfacePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addInternalClauseProposals(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
- addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
- addInternalClauseProposals(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseStatementHelper
- addInternalClauseProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
- addInternalClauseProposals(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.SimpleFromClauseStatementHelper
- addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
- addInternalClauseProposals(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
- addInternalClauseProposals(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
- addInternalClauseProposals(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
-
Adds the JPQL identifier of the internal clause being scanned by this helper.
- addInternalException(Object) - Method in exception class 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:
- addInto(Object, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
-
INTERNAL: Add element to container.
- addInto(Object, Object, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
-
INTERNAL: Add element to container.
- addInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
-
INTERNAL: Add element into a container which implements the Collection interface.
- addInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Add element to container.
- addInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Add element into container which implements the Map interface.
- addInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Add element to container.
- addInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: Add element to container.
- addInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Add element into container which implements the Map interface.
- addInto(Object, Object, AbstractSession, AbstractRecord, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This is used for adding to a direct map or direct collection from the database.
- addInto(Object, Object, AbstractSession, AbstractRecord, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.
- addInto(Object, Object, AbstractSession, AbstractRecord, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Add element to container.
- addInto(Object, Object, AbstractSession, AbstractRecord, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Add element to that implements the Map interface use the row to compute the key
- addIntoAtIndex(Integer, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
-
INTERNAL: Add element into a container which implements the List interface.
- addInverseJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
- addInverseJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
- addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause. - addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(Object) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
-
Adds the item.
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause. - addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
- addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the
UPDATE
clause. - addItem(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause. - addItem(String[], String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(String[], StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given expression as a select item.
- addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the
UPDATE
clause. - addItem(String, Expression) - 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.
- 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, OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause. - addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
-
Adds a new item to the
UPDATE
clause. - addItem(ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Adds a new
UPDATE
item to this clause. - addItem(ReportItem) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
- addItem(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause. - addItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Adds the given item as a child to the given list.
- addItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given
StateObject
as a select item. - addItem(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(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- addItem(S) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Adds the given
StateObject
as a child of this one. - addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- addItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given JPQL fragment as a select item.
- addItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Adds the given
StateObject
as a select item. - addItemAsc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause withASC
. - addItemDesc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
-
Adds a new
ORDER BY
item to this clause withDESC
. - addItems(List<? extends String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- addItems(List<? extends UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- addItems(List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
- addItems(List<? extends T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Adds the given list of
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.
- 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 class org.eclipse.persistence.exceptions.DescriptorException
- ADDITIONAL_SIZE_QUERY_NOT_SPECIFIED - Static variable in exception class 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
- additionalArgs - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
- additionalCriteria - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- AdditionalCriteria - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- AdditionalCriteria - Annotation Type in org.eclipse.persistence.annotations
-
An additional criteria can be specified at the Entity or MappedSuperclass level.
- AdditionalCriteriaImpl - Class in org.eclipse.persistence.internal.jpa.config.additionalcriteria
-
JPA scripting API implementation.
- AdditionalCriteriaImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.additionalcriteria.AdditionalCriteriaImpl
- AdditionalCriteriaMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.additionalcriteria
-
Object to hold onto additional criteria metadata.
- AdditionalCriteriaMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
-
INTERNAL: Used for XML loading.
- AdditionalCriteriaMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
-
INTERNAL: Used for annotation loading.
- additionalCriteriaNotSupportedWithInheritanceViews(ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- additionalExpression - Variable in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
-
A new root expression can be made from joins being added to the original expression.
- additionalExpressionCriteria() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
INTERNAL: Return the expression to join the main table of this node to any auxiliary tables.
- additionalExpressionCriteria() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
INTERNAL: Return the expression to join the main table of this node to any auxiliary tables.
- additionalExpressionCriteriaMap() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
INTERNAL: Used in case outer joins should be printed in FROM clause.
- additionalExpressionCriteriaMap() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
INTERNAL: Used in case outer joins should be printed in FROM clause.
- additionalFieldExpressions - Variable in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
- 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
- additionalLocalExpression - Variable in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
-
Local expression from joins being added to the original expression.
- additionalOperations - Variable in class org.eclipse.persistence.tools.dbws.TableOperationModel
- additionalSizeQueryNotSpecified(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- additionalTablePrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- additionalTreatExpressionCriteria() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
-
INTERNAL: Return the expression to join the main table of this node to any auxiliary tables.
- additionalTreatExpressionCriteriaMap() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
-
INTERNAL: Used in case outer joins should be printed in FROM clause.
- 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:
- AdditionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new
AdditionExpressionStateObject
. - AdditionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new
AdditionExpressionStateObject
. - AdditionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
-
Creates a new
AdditionExpressionStateObject
. - addJavaConversion(Class<?>, QName) - Method in class org.eclipse.persistence.oxm.XMLField
-
Add a Java to XML Conversion pair entry
- addJavaFieldToXmlEnumValuePair(boolean, String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
-
Add a Java field name to XmlEnumValue pair.
- addJavaFieldToXmlEnumValuePair(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, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
JOIN
expression to this declaration. - addJoin(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
JOIN
expression to this declaration. - addJoin(String, ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
-
Adds a new
JOIN
expression to this declaration. - addJoin(FromImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
- addJoin(FromImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
- addJoin(FromImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- addJoin(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
-
Adds the given
Join
. - addJoinAssociationPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Adds the given segments to the end of the join association path expression.
- addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.columns.AssociationOverrideImpl
- addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
- addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.CollectionTableImpl
- addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
- 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.internal.queries.JoinedAttributeManager
- addJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC: Specify the attribute to be join fetched in this query.
- addJoinedAttributeExpression(Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
- addJoinedMapping(String) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Add an attribute represented by the given attribute name to the list of joins for this query.
- addJoinedMappingExpression(Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
-
Add an attribute represented by the given attribute name to the list of joins for 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, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
JOIN FETCH
expression to this declaration. - addJoinFetch(String, ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
JOIN FETCH
expression to this declaration. - addJoinFetchType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
-
Adds a new
JOIN FETCH
expression to this declaration. - addJoinField() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
- 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.
- addJoinTableRelationKeyFields(List<JoinColumnMetadata>, RelationTableMechanism, String, MetadataDescriptor, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
-
INTERNAL: Add the relation key fields to a many to many mapping.
- addJPAQuery(JPAQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
-
INTERNAL: Add the query the session.
- addJPAQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Return all pre-defined not yet parsed EJBQL queries.
- 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.internal.sessions.AbstractSession
-
INTERNAL: Return all pre-defined not yet parsed EJBQL multitenant queries.
- 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<X, T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addKeySubgraph(Attribute<X, T>, Class<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addKeySubgraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addKeySubgraph(String, Class<X>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addKeySubgraph(EntityGraphImpl) - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
- 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.
- addLast(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
-
Appends the given contents to the end of this list.
- 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. - addLine(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
- addLink(LinkV2) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
-
Adds a link.
- 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
- 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<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Registers the given
IListChangeListener
for the specified list. - addListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
- addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
- addListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
- addListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
- addListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
-
Registers the given
IListChangeListener
for the specified list. - addListener(Map<String, List<T>>, Class<?>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Registers the given list for the specified name.
- 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(SessionEventListener) - Method in class org.eclipse.persistence.sessions.SessionEventManager
-
PUBLIC: Add the event listener to the session.
- addListener(SESSION_EVENT_LISTENER) - Method in class org.eclipse.persistence.core.sessions.CoreSessionEventManager
-
PUBLIC: Add the event listener to the session.
- addListenerToEventManager(ClassDescriptor, AbstractSession, ClassLoader) - Method in interface org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder
- addListenerToEventManager(ClassDescriptor, AbstractSession, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
- addLiteralLabel(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
- addLocalResource(String, String) - Method in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
-
INTERNAL:
- addLocalVariable(FieldType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- addLockedExpression(FieldExpression) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
- addLockedExpression(ObjectExpression) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
- 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.
- addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
-
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.
- addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
-
INTERNAL: The method should update the translation row with the correct write lock values.
- 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
andOR
. - addManyToMany() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
-
Add a
ManyToManyMapping
to theDynamicTypeBuilder.entityType
being built or extended. - addManyToManyMappingLines(NonreflectiveMethodDefinition, String, ManyToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addManyToOne() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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 class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
- addMapKeyAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
- 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 class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
- addMapKeyAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
- 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 class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
-
This covers the JPA 2.1 use case where multiple converts can be added.
- addMapKeyConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
-
This covers the JPA 2.1 use case where multiple converts can be added.
- 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
- addMapKeyConvert(String, ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a map key convert to override a superclass class mapping.
- addMapKeyConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
-
INTERNAL: A map key convert from an annotation specification.
- addMapKeyConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
-
INTERNAL: A map key convert from an annotation specification.
- addMapKeyConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
-
INTERNAL: Subclasses that support converts need to override this method otherwise an exception will be thrown from those accessors that do not support them when a user has defined them on that accessor.
- addMapKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
- addMapKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
- 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 class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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
- addMappedSuperclass(MappedSuperclassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a mapped superclass accessor to this project.
- addMapping(CORE_MAPPING) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
-
Add a database mapping to the receiver.
- 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. - 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
-
Add the mapping to the
DynamicTypeBuilder.entityType
's descriptor being built or extended. - addMappingAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: If the accessor is an IdAccessor we store it in a separate map for use during MappedSuperclass processing.
- addMappingLines(NonreflectiveMethodDefinition, DatabaseMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addMappings() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
- 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.
- addMappingToOwner(boolean, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
-
INTERNAL:
- addMapsIdAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
-
INTERNAL:
- 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, Class<?>) - 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.
- addMaximum(String, Expression, Class<?>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the maximum value of the attribute to be included in the result.
- addMetaAnnotation(MetadataAnnotation) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
-
INTERNAL:
- addMetadataClass(String, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
-
INTERNAL:
- addMetadataClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
-
INTERNAL:
- 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.
- addMetamodelMappedSuperclass(MappedSuperclassAccessor, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: The metamodel API requires that descriptors exist for mappedSuperclasses in order to obtain their mappings.
- addMethod(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
- addMethod(MetadataMethod) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
-
INTERNAL:
- addMethods(ClassWriter, String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
Allow subclasses to add additional methods to the dynamic entity.
- addMethods(ClassWriter, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDynamicClassWriter
-
Add get methods for all virtual attributes
- addMethods(ClassWriter, String) - Method in class org.eclipse.persistence.internal.jpa.rs.weaving.RestDynamicClassWriter
- 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, Class<?>) - 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.
- addMinimum(String, Expression, Class<?>) - 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() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- 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
- addMonthsOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
INTERNAL: Function, to add months to a date.
- addMovedChangeSet(Object, int, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Add an moved change set.
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
- addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
- addMtomAttachment(byte[], int, int, String, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
- addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
- addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
- addMtomAttachment(DataHandler, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
- addMultipleTableKeyFields(List<PrimaryKeyJoinColumnMetadata>, DatabaseTable, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
-
INTERNAL: Add multiple fields to the descriptor.
- addMultitenantContextProperty(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Return a set of multitenant context properties this session
- addNamedArgument(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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.
- 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, 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.
- 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 class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
- addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
- addNamedInOutputArgument(String) - 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.
- addNamedInOutputArgument(String, 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.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, 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.
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addNamedNativeQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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) - 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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.
- addNamedOutputArgument(String, String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- 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, 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.
- addNamedPlsqlStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addNamedPlsqlStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addNamedPLSQLStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addNamedPlsqlStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addNamedPlsqlStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addNamedPLSQLStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addNamedQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
-
INTERNAL: Method to place NamedQueries and NamedNativeQueries on the given session.
- addNamedQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addNamedQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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
- addNamedQuery(String, Query) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
- addNamedQuery(String, Query) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
- addNamedQueryLines(NonreflectiveMethodDefinition, DatabaseQuery, DescriptorQueryManager, int) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addNamedStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addNamedStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addNamedStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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
- addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
-
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
- addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
-
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
- addNamespace(String, String) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
- addNamespaceDeclaration(Element, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
- addNamespaceDeclarations(Document) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
- addNamespacesToWorkingSchema(NamespaceResolver, Schema) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Adds each namespace in the given resolver to the schema.
- addNestedException(Exception) - Method in exception class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
- 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<String>, 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.
- addNestedJoinsQueriesForMapKey(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: Used for joining.
- addNestedJoinsQueriesForMapKey(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
-
INTERNAL: Used for joining.
- addNewAggregate(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Register a new aggregate object with the unit of work.
- 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.
- addNewObjectChangeSet(ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
-
INTERNAL: Add to the changes for 'object' object to this changeSet.
- addNewObjectToPrimaryKeyToNewObjects(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Extracts the primary key from a new object and puts it in primaryKeyToNewObjects.
- addNewObjectToPrimaryKeyToNewObjects(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Extracts the primary key from a new object and puts it in primaryKeyToNewObjects.
- addNext(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'next' link.
- addNextValueFromIteratorInto(Object, Object, CacheKey, Object, CollectionMapping, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
-
INTERNAL: This method is used to add the next value from an iterator built using ContainerPolicy's iteratorFor() method into the toCollection.
- addNextValueFromIteratorInto(Object, Object, CacheKey, Object, CollectionMapping, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
-
INTERNAL: This method is used to add the next value from an iterator built using ContainerPolicy's iteratorFor() method into the toCollection.
- addNode(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
- addNodes(Vector) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
- addNodeToTheObjects(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
-
INTERNAL Add the passed node value to the collection of object for this node
- addNonBindingOperator(ExpressionOperator) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Symfoware does not support the use of parameters in certain functions.
This adds the operator and disables binding support at the same time. - addNonFetchJoin(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC: Specify the object expression to be joined in this query.
- addNonFetchJoinAttributes(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL
- 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. - addObjectChangeSet(ObjectChangeSet, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
-
INTERNAL: Add to the changes for 'object' object to this changeSet.
- addObjectChangeSetForIdentity(ObjectChangeSet, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
-
INTERNAL: Add change records to the lists used to maintain identity.
- addObjectDeletedDuringCommit(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Add object deleted during root commit of unit of work.
- addObjectList - Variable in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
Contains the added values to the collection and their corresponding ChangeSets.
- addObjectMap - Variable in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
- addObjectsList - Variable in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
- addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.DescriptorLevelDocumentPreservationPolicy
- addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderPolicy
- addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
- addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
- addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.DescriptorLevelDocumentPreservationPolicy
- addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderPolicy
- addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
- addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
- addObjectToDelete(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
-
Deletion are cached until the end.
- addObjectTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
- addObjectTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
-
Add a
OneToManyMapping
to theDynamicTypeBuilder.entityType
being built or extended. - addOneToManyMappingLines(NonreflectiveMethodDefinition, String, OneToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addOneToOne() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- 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
- addOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
-
INTERNAL: Add the open content property into all 3 data structures.
- addOpenMappings() - Method in class org.eclipse.persistence.sdo.types.SDODataType
- addOpenMappings() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
- addOpenQuery(QueryImpl) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
-
Queries that leave the connection and are executed against this entity manager will be added here.
- addOpenQuery(QueryImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
-
Queries that leave the connection and are executed against this entity manager will be added here.
- addOperation(OperationModel) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
-
Add an OperationModel instance to the List of OperationModels to be processed.
- addOperation(OperationModel) - Method in class org.eclipse.persistence.tools.dbws.TableOperationModel
-
Add an operation to the List of additional (nested) operations for this TableOperationModel
- addOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Derby requires that at least one argument be a known type
- addOperator(ExpressionOperator) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
ADVANCED: Add an operator to the user defined list of operators.
- addOperator(ExpressionOperator) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
- addOptimisticLockingLines(NonreflectiveMethodDefinition, OptimisticLockingPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addOptimizedClonedExpressions(Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: It is used by subqueries to avoid duplicate joins.
- addOptionalArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Add the optional argument.
- addOracleArray() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addOracleArray() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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 class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addOracleObject() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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. - addOrderByExpressionToSelectForDistinct() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
When distinct is used with order by the ordered fields must be in the select clause.
- 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. - addOrderedAdditionChange(List<Object>, Map<Object, Integer>, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
This method takes a list of objects and converts them into ObjectChangeSets.
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
-
Adds the children of this
AbstractExpression
to the given list. - addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalDateTime
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocalExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
- addOrderedChildrenTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
-
Adds the
Expressions
representing the encapsulatedExpression
. - addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
- addOrderedEncapsulatedExpressionTo(List<Expression>) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
- addOrderedRemoveChange(List<Integer>, Map, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
This method takes a map of objects and converts them into ObjectChangeSets.
- 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.
- addOrderingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByNode
-
INTERNAL Add the ordering expressions to the passed query
- addOrderingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Add the ordering to the passed query
- addOuterJoinExpressionsHolders(Map<DatabaseTable, Expression>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: used by TREAT to add in a join from the parent table to the child tables when the parent expression did not add an outer join of its own
- addOuterJoinExpressionsHolders(ObjectExpression, Expression, Map<DatabaseTable, Expression>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: Used by ExpressionBuilder and QueryKeyExpression normalization to create a standard outerjoin.
- 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) - 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.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.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.
- addOverFlow - Variable in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
Contains a list of extra adds.
- 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
- addOwningDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
-
INTERNAL:
- addOwningDescriptors(List<MetadataDescriptor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
-
INTERNAL:
- 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 class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlStoredQueryImpl
- addParameter() - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractStoredQueryImpl
- 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
- addParameter(ParameterExpression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
- addParameter(ParameterExpression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- addParameter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
-
INTERNAL:
- addParameter(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
-
INTERNAL Add a parameter.
- addParametersToQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Add parameters to the query
- 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
-
Deprecated.since EclipseLink 2.1, partial attributes replaced by fetch groups.
- addPartialAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Deprecated.since EclipseLink 2.1, partial attributes replaced by fetch groups.
- addPartition() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
- addPartition() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
- addPartition() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
- addPartition() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
- addPartition(Object, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
-
PUBLIC: Add the value partition.
- 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.
- addPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- 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.
- addPartitioningPolicy(AbstractPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add the partitioning policy 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(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
- addPattern(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
- addPattern(PatternFacet) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
- addPersistenceEntityMethods(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Adds get/set method for PersistenceEntity interface.
- addPersistenceEntityVariables() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a variable of type Object to the class.
- addPersistenceGetSet(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add an internal generic get and set method.
- addPersistenceNew(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add an internal empty constructor, and new method.
- addPersistencePostClone(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add an internal post clone method.
- addPersistenceRestMethods(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- addPersistenceRestVariables() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- addPessimisticLockedClone(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL:
- addPinnedPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addPKClassId(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: We store these to validate the primary class when processing the entity class.
- addPlsqlRecord() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addPlsqlRecord() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addPlsqlTable() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addPlsqlTable() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addPlus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Makes sure the
+
sign is used. - addPosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
-
Adds the position of the cursor within the given
Expression
- addPositionalNodes(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- addPositionalNodes(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- addPotentialEmbeddableAccessor(MetadataClass, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL Add an embeddable class to the embeddable accessor list if it is indeed an embeddable.
- addPotentialEmbeddableAccessor(MetadataClass, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
-
INTERNAL Ensure any embeddable classes that are discovered during pre-process are added to the project.
- addPotentialMappedSuperclass(MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
-
INTERNAL: Add mapped superclass accessors to inheriting entities.
- addPreDeleteMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Add the mapping to be notified before deletion.
- addPrev(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'prev' link.
- addPrimaryKeyField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
-
ADVANCED: Specify the primary key field of the descriptors table.
- addPrimaryKeyField(String, Class<?>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add the field to the table, default sizes are used.
- addPrimaryKeyField(String, Class<?>, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add the field to the table, default sizes are used.
- addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED: Specify the primary key field of the descriptors table.
- addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a field representing the primary key or part of a composite primary key to the List of primary key fields on the relational descriptor associated with this metadata descriptor.
- addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
- addPrimaryKeyField(DatabaseField, MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a field representing the primary key or part of a composite primary key to the List of primary key fields on the relational descriptor associated with this metadata descriptor.
- addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Specify the primary key field of the descriptors table.
- addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
-
PUBLIC: Specify the primary key field.
- addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
- addPrimaryKeyForNonDefaultTable(AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Add the primary key and its value to the Record for all the non default tables.
- addPrimaryKeyForNonDefaultTable(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Add the primary key and its value to the Record for all the non default tables.
- addPrimaryKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
- addPrimaryKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
- addPrimaryKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.SecondaryTableImpl
- addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
- addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
- addPrimaryKeyJoinField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Add a primary key join column (secondary field).
- addPrivateOwnedObject(DatabaseMapping, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Add a privately owned object to the privateOwnedObjectsMap.
- addProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression
. - addProblem(Expression, int, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression
. - addProblem(Expression, String) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression
. - addProblem(Expression, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
-
Adds a new validation problem that was found in the given
Expression
. - addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Adds to the given list the problems that were found with the current state of this
StateObject
, which means there are validation issues. - addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
- addProblems(List<Problem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
- addProcedure(ProcedureType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- addProcedures(StoredProcedureDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
Packages can contain sets of procedures.
- addProfile(Profile) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
- addProjectToSession(ServerSession, Project) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
Adds descriptors plus sequencing info found on the project to the session.
- addProperty() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Array
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Basic
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Embedded
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Id
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Structure
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Transformation
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
- addProperty() - Method in interface org.eclipse.persistence.jpa.config.Version
- addProperty(String, String, Object) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
-
Adds the key/value pair to the Properties object associated with the given namespace URI.
- addProperty(String, Property) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
- addProperty(String, Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Put a Property in the Map of Properties for this TypeInfo.
- addProperty(Property) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
- addProperty(PropertyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Add a property to the descriptor.
- addPropertyChange(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a method to track property changes.
- addPropertyChangeListener(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a variable of type PropertyChangeListener to the class.
- addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
- addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
-
Registers the given
IPropertyChangeListener
for the specified property. - addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
-
Registers the given
IPropertyChangeListener
for the specified property. - addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC: Add the query to the descriptor queries with the given name
- addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Add the query to the session queries with the given name.
- addQuery(String, DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
-
PUBLIC: Add the query to the session queries with the given name.
- addQuery(String, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
PUBLIC: Add the query to the session queries with the given name.
- addQuery(NamedQueryMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a query to the project overriding where necessary.
- addQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC: Add the query to the session queries
- addQuery(DatabaseQuery, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Add the query to the session queries.
- addQueryHint() - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl
- addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
- addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
- addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
- addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
- addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
- addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
- addQueryHint(NamedNativeQueryMetadata) - Static method in class org.eclipse.persistence.tools.dbws.XmlEntityMappingsGenerator
-
Adds a ReturnNameValuePairsHint to the given query metadata instance.
- addQueryKey(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
-
INTERNAL: Query keys are stored internally in a map (keyed on the query key name).
- addQueryKey(QueryKey) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Add a query key to the descriptor.
- addQueryKeyLines(NonreflectiveMethodDefinition, QueryKey) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addQueryManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new range variable declaration to the
FROM
clause. - addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds a new range variable declaration to the
FROM
clause. - addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds a new range variable declaration.
- addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds to this select statement a new range variable declaration.
- addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractRangeDeclarationBuilder
-
Creates the concrete instance of an
AbstractIdentificationVariableDeclarationStateObject
for the givenIdentificationVariableDeclaration
. - addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.RangeDeclarationBuilder
- addRangeDeclaration(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.SimpleRangeDeclarationBuilder
- addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Adds to this select statement a new range variable declaration.
- addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds to this select statement a new range variable declaration.
- addRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the given identification variable as a proposal if it passes the checks.
- addRangeIdentificationVariable(String, IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
-
Adds the given range identification variable that is mapping the given abstract schema type.
- addRangePartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addRangeVariableDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
-
Registers a range variable declaration that will be used when a JPQL fragment is parsed.
- addReadLock(ConcurrencyManager) - Method in class org.eclipse.persistence.internal.helper.ReadLockManager
-
add a concurrency manager as deferred locks to the DLM
- addReadLockToReadLockManager() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
-
The current thread has incremented the number of readers on the current cache key.
- addReadOnlyClass(Class<?>) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Adds the given Java class to the receiver's set of read-only classes.
- addReadOnlyClass(Class<?>) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC: Adds the given Java class to the receiver's set of read-only classes.
- addReadOnlyClasses(Collection) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
PUBLIC: Adds the classes in the given Vector to the existing set of read-only classes.
- addReadOnlyClasses(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
PUBLIC: Adds the classes in the given Vector to the existing set of read-only classes.
- addReadOnlyMappings(ClassDescriptor, DatabaseField, List) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
-
INTERNAL: Add the writable mapping for the given field to the allMappings list.
- addReference(Reference) - Method in class org.eclipse.persistence.internal.oxm.ReferenceResolver
-
Add a Reference object to the list - these References will be resolved after unmarshalling is complete.
- addReferencedElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.Property
-
Add an ElementDeclaration to the list of referenced elements.
- addReferenceKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC: Add the reference key field.
- addReferenceKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
PUBLIC: Add the name of the reference key field.
- addRelationshipAccessor(RelationshipAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL: Store relationship accessors for later processing and quick look up.
- addRelationshipAccessor(RelationshipAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL:
- addRelationTableSourceRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Add to a row source relation fields with values extracted from the source object.
- addRelationTableSourceRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Add to a row source relation fields with values extracted from the source row.
- addRelationTableTargetRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
INTERNAL: Add to a row target relation fields with values extracted from the target object.
- addRemoveChange(Object, Integer) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
This method takes a single remove change and integrates it with this changeset.
- addRemoveChange(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
-
Adds the items that were removed from the collection.
- addRemoveChange(HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
-
Adds the items that were removed from the collection.
- addRemoveChange(HashMap, HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
-
This method takes a hashtable of primitive objects and adds them to the remove list.
- addRemoveChange(Map, ContainerPolicy, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
-
This method takes a Map of objects, converts these into ObjectChangeSets.
- addRemovedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
-
Add an removed change set.
- addRemovedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
-
Add an removed change set.
- addRemovedObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Register that an object was removed in a nested unit of work.
- addRemoveReadLockProblemsDetected(String) - Method in class org.eclipse.persistence.internal.helper.ReadLockManager
-
Allow the concurrency manager to directly pump a message stating that there was a problem while decrementing the number of readers.
- addReplacePersistenceContext(PersistenceContext) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
- addReplicationPartititioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addReplicationPartititioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addResource(Resource) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
- addResult(SQLResult) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
- addResultClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
- addResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
- addResultClassNames(String) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
- addResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
- addResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
- addResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
- addResultsToList(Object, List) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
Convenience method that will add the provided object to the 'results' list if the object is non-null.
- addResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds the result variables defined in the
SELECT
clause as valid proposals. - addReturningPolicyLines(NonreflectiveMethodDefinition, ReturningPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addReturningPolicyLines(NonreflectiveMethodDefinition, ReturningPolicy, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addRightMostChild(Expression) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
-
INTERNAL: Add a child and ensure it is the rightmost in the tree as long as it is in the tree If there is already a node that is set as therightmost node, replace it
- addRootElement(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
-
Add a root element name for the Descriptor This value is stored in place of a table name
- addRootElement(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
-
PUBLIC: Add a root element name for the Descriptor This value is stored in place of a table name
- addRootEmbeddableAccessor(EmbeddableAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a root level embeddable accessor.
- addRoundRobinPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addSchemaComponents(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- addSchemaType(QName) - Method in interface org.eclipse.persistence.internal.oxm.mappings.UnionField
-
Adds the new type value to the list of types
- addSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
-
Adds the new type value to the list of types
- addSecondaryTable() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
- addSecondaryTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addSelectedColumn() - Method in class org.eclipse.persistence.internal.jpa.config.locking.OptimisticLockingImpl
- addSelectedColumn() - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
- addSelectionFieldsForJoinedExpression(List, boolean, Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
INTERNAL: The method adds to the passed input vector the fields or expressions corresponding to the passed join expression.
- addSelectItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
- addSelectItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given expression as a select item.
- addSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given
StateObject
as a select item. - addSelectItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given
StateObject
as a select item. - addSelectItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given expression as a select item.
- addSelectItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
-
Adds the given
StateObject
as a select item. - addSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
SELECT
statement. - addSelectStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
SELECT
statement. - addSelf(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'self' link.
- addSelfMappingObject(Mapping, Object) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderCacheEntry
- addSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
- addSequence(Sequence) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
- addSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
- addSequence(Sequence) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Add sequence corresponding to the name
- addSequence(Sequence) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
-
Add sequence.
- addSequence(Sequence) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
-
PUBLIC: Add the sequence to the session.
- addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
-
PUBLIC: You cannot add a sequence to a session broker, you must add it to its session.
- addSequence(Sequence) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
-
PUBLIC: Add the sequence to the session.
- addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
-
Add sequence corresponding to the name Don't use if the session is connected.
- addSequence(Sequence, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Add sequence corresponding to the name.
- addSequence(Sequence, boolean) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
-
Add sequence.
- addSequenceGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addSequenceGenerator(SequenceGeneratorMetadata, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a sequence generator metadata to the project.
- addSession(String, Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
ADVANCED: add an named session to the hashtable.
- addSession(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext
-
INTERNAL: Add and initialize a new session to the list of sessions associated with this XMLContext.
- addSession(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
-
INTERNAL: Add an named session to the hashtable.
- addSessionConfig(SessionConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
- addSessionEventListener(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.event.SessionEventManagerConfig
- addSessionName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionBrokerConfig
- addSessionName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionBrokerPlaceHolder
- addSessionToGlobalSessionManager() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
Put the given session into the session manager so it can be looked up later
- addSetPropertyChangeListener(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add the implementation of the changeTracker_setPropertyChangeListener method to the class.
- addSetterMethodForFieldAccess(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Adds a convenience method used to replace a PUTFIELD when field access is used.
- addSetterMethodForValueHolder(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a set method for the newly added ValueHolder.
- addSettingWithoutModifyingDataObject(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL: Add a setting to the list at the specified index.
- addSettingWithoutModifyingDataObject(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL:
- addSettingWithoutModifyingDataObject(Property, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL:
- addShallowClone(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add an internal shallow clone method.
- addSimpleXMLFormat(Schema) - Static method in class org.eclipse.persistence.tools.dbws.Util
- addSimpleXMLFormatModelDescriptor(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
- addSkip() - Method in class org.eclipse.persistence.oxm.record.JsonRecord.Level
- addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
PUBLIC:
- addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
- addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
- addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
- addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
- addSourceToTargetKeyFieldAssociation(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
-
Add a source-target xpath pair to the map.
- addSourceToTargetKeyFieldAssociation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
-
PUBLIC: Add a source-target xpath pair to the map.
- addSourceToTargetKeyFieldAssociation(XMLField, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
- addSpecialOperation(Class<?>, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC: Allows operations other than
Expression.equal
to be used for comparisons. - addSqlOperation(SQLOperationModel) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
-
Deprecated.As of release 2.4, use addOperation(OperationModel operation) instead.
- addSqlResultSetMapping() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
- addSqlResultSetMapping() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addSQLResultSetMapping(SQLResultSetMappingMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add an sql results set mapping to the project overriding where necessary.
- addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
- addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Add a named SQLResultSetMapping to this project.
- addSQLResultSetMappingName(String) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
-
PUBLIC: Add a SQLResultSetMapping that is used by this query to process the database results.
- addStandardDeviation(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
- addStandardDeviation(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
- addStartFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
-
PUBLIC: Sets the name of the start field.
- addStatement(String) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
-
The statements are the SQL lines of code.
- addStatement(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The statements are the SQL lines of code in procedure.
- addStatement(SQLStatement) - Method in class org.eclipse.persistence.queries.DatabaseQuery
-
PUBLIC: Used to define a statement level query.
- addStaticMetamodelClass(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Add a metamodel class to model class reference.
- addStaticMetamodelClass(MetadataAnnotation, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a discovered metamodel class to the session.
- addStructConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
- addStructConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addStructConverter(StructConverter) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
PUBLIC: Add a StructConverter to this DatabasePlatform This StructConverter will be invoked for all writes to the database for the class returned by its getJavaType() method and for all reads from the database for the Structs described by its getStructName() method
- addStructConverter(StructConverter) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
-
ADVANCED: Add a StructConverter
- addStructConverterClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.StructConverterConfig
- addStructConverterNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
-
INTERNAL: Adds a list of StructConverter string names that were defined in the metadata of this project to the native EclipseLink project.
- addStructConverters() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
Add the StructConverters that were specified by annotation on the DatabasePlatform This method must be called after the DatabasePlatform has been detected
- addStructure() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addStructure() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addStructure() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addStructure() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addSubclassSubgraph(Class<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addSubgraph(Attribute<X, T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addSubgraph(Attribute<X, T>, Class<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addSubgraph(String) - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
- addSubgraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
- addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
Used to add a node of the graph that corresponds to a managed type.
- addSubgraph(String, Class<?>) - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
- addSubgraph(String, Class<?>) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
-
Used to add a node of the graph that corresponds to a managed type with inheritance.
- addSubgraph(String, Class<?>) - Method in interface org.eclipse.persistence.jaxb.Subgraph
-
Used to add a node of the graph that corresponds to a managed type with inheritance.
- addSubgraph(String, Class<X>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- addSubgraph(EntityGraphImpl) - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
- addSubGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
- addSubSelectExpression(SubSelectExpression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
-
INTERNAL: Remember this subselect so that it can be normalized after the enclosing select statement is.
- addSubstitutableElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
-
Add an element to the list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)
- addSum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the sum value of the attribute to be included in the result.
- addSum(String, Class<?>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
- addSum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the sum value of the attribute to be included in the result.
- addSum(String, Expression, Class<?>) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
- addSVUID(long) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Adds a final static serialVersionUID field to the class, with the given value.
- addSwaRefAttachment(byte[], int, int) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
- addSwaRefAttachment(byte[], int, int) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
- addSwaRefAttachment(byte[], int, int) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
- addSwaRefAttachment(DataHandler) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
- addSwaRefAttachment(DataHandler) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
- addSwaRefAttachment(DataHandler) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
- addTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Specify the table for the class of objects the receiver describes.
- addTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
Add a table to the statement.
- addTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
-
INTERNAL:
- addTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Add the table.
- addTableDefinitions(Collection<TableDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
-
Add a set of tables.
- addTableGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addTableGenerator(TableGeneratorMetadata, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a table generator metadata to the project.
- addTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Specify the table name for the class of objects the receiver describes.
- addTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
-
PUBLIC: Specify the table name for the class of objects the receiver describes.
- addTablePerClassParentMappings(MetadataDescriptor, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
-
INTERNAL: Recursive method to traverse table per class inheritance hierarchy and grab all the 'inherited' accessors for subclasses of the hierarchy.
- addTablePerTenantDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Add a descriptor that is uses a table per tenant multitenant policy.
- addTablePerTenantQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
-
INTERNAL: Add a query that queries a table per tenant entity
- addTargetField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
- addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
INTERNAL: Allow subclass to define a foreign key in the target's table.
- addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
INTERNAL: Add the associated fields to the appropriate collections.
- addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
- addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
- addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
-
PUBLIC: Define the target foreign key relationship in the one-to-many mapping.
- addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
-
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
- addTargetForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
-
PUBLIC: Define the target foreign key relationship in the Variable 1-1 mapping.
- addTargetQuery - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
-
Query used to update a single target row setting its foreign key to point to the source.
- addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
- addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
- addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
- addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
-
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
- addTenantDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.MultitenantImpl
- addTenantDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addTenantDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
- addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Multitenant
- addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
- addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL: Add a tenant discriminator field to the policy.
- addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL: Return all the tenant id fields.
- addText(int, String) - Method in interface commonj.sdo.Sequence
-
Adds a new text entry at the given index.
- addText(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
- addText(String) - Method in interface commonj.sdo.Sequence
-
Adds a new text entry to the end of the Sequence.
- addText(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
- addTextEdit(Expression, int, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Adds a new
TextEdit
with the given information. - addTextEdit(Expression, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AbstractRenamer
-
Adds a new
TextEdit
with the given information. - addTextEdit(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Adds the given
TextEdit
at the right position. - addTextEdits(Iterable<? extends TextEdit>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
-
Adds the given collection of
TextEdit
objects. - addTheBeginningOfChild(AbstractDoubleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
- addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseCollectionHelper
- addTheBeginningOfChild(AbstractFromClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.FromClauseCollectionHelper
- addTheBeginningOfChild(AbstractOrderByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseCollectionHelper
- addTheBeginningOfChild(AbstractTripleEncapsulatedExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.TripleEncapsulatedCollectionHelper
- addTheBeginningOfChild(ConcatExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConcatExpressionCollectionHelper
- addTheBeginningOfChild(ConstructorExpression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ConstrutorCollectionHelper
- addTheBeginningOfChild(DeleteClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
- addTheBeginningOfChild(Expression, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractConditionalClauseCollectionHelper
- addTheBeginningOfChild(GroupByClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.GroupByClauseCollectionHelper
- addTheBeginningOfChild(IdentificationVariableDeclaration, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.JoinCollectionHelper
- addTheBeginningOfChild(SelectClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SelectClauseCollectionHelper
- addTheBeginningOfChild(UpdateClause, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateItemCollectionHelper
- addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
- addTheBeginningOfChild(T, CollectionExpression, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionHelper
-
Adds the proposals because the cursor is at the beginning of the child
Expression
at the given position. - addThreadsKnownToBeStuckTryingToAcquireLock(Thread) - Method in class org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Setter for
CacheKeyToThreadRelationships.threadsKnownToBeStuckTryingToAcquireLock
- addThreadsKnownToBeStuckTryingToAcquireLockForReading(Thread) - Method in class org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Setter for
CacheKeyToThreadRelationships.threadsKnownToBeStuckTryingToAcquireLockForReading
- addThreadsThatAcquiredActiveLock(Thread) - Method in class org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Setter for
CacheKeyToThreadRelationships.threadsThatAcquiredActiveLock
- addThreadsThatAcquiredDeferredLock(Thread) - Method in class org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Setter for
CacheKeyToThreadRelationships.threadsThatAcquiredDeferredLock
- addThreadsThatAcquiredReadLock(Thread) - Method in class org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Setter for
CacheKeyToThreadRelationships.threadsThatAcquiredReadLock
- addTiming(String, long) - Method in class org.eclipse.persistence.tools.profiler.Profile
- addToAttributeOnlyConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
-
PUBLIC: An attribute only conversion value is a one-way mapping from the database to the object.
- addToAttributeOnlyConversionValueStrings - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- addToAttributeOnlyConversionValueStrings(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.
- addToBuffer(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
-
This method can be used to store a string that will be prepended to the very next line of code entered
- addToChangeTrackedHardList(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- addToCollectionChangeRecord(Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
-
INTERNAL: Add a new value and its change set to the collection change record.
- addToConstructorItem - Variable in class org.eclipse.persistence.queries.ReportQuery
-
flag to allow items to be added to the last ConstructorReportItem
- addToExpression(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
- addToExpression(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
-
INTERNAL Add my expression semantics to the parentExpression.
- addToExpression(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
-
INTERNAL Return the parent expression unmodified
- addToMap(Map<DatabaseTable, DatabaseTable>) - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
- addToOROXProjectsForBuildSql(ModelWithBuildSql, Project, Project, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- addToOROXProjectsForComplexTypes(List<CompositeDatabaseType>, Project, Project) - Method in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- addToOROXProjectsForComplexTypes(List<CompositeDatabaseType>, Project, Project) - Method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
- addToOROXProjectsForComplexTypes(List<CompositeDatabaseType>, Project, Project) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Create OR/OX projects for complex types, i.e.
- addToORProjectForObjectTableTypeArg(DatabaseType, Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for an OracleTableType argument.
- addToORProjectForObjectTypeArg(DatabaseType, Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for an Object type argument.
- addToORProjectForPLSQLRecordArg(DatabaseType, Project, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for a PL/SQL record argument.
- addToORProjectForPLSQLTableArg(DatabaseType, Project, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for a PL/SQL collection argument.
- addToORProjectForVArrayArg(DatabaseType, Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for a VArray argument.
- addToOXProjectForObjectTableTypeArg(DatabaseType, Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for an OracleTableType argument.
- addToOXProjectForObjectTypeArg(DatabaseType, Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for an Object type argument.
- addToOXProjectForPLSQLRecordArg(DatabaseType, Project, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for a PL/SQL record argument.
- addToOXProjectForPLSQLTableArg(DatabaseType, Project, String, String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for a PL/SQL collection argument.
- addToOXProjectForVArrayArg(DatabaseType, Project, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
-
Build descriptor and mappings for a VArray argument.
- addTopLevelComplexTypes(ComplexType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
- addTopLevelElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
- addTopLevelSimpleTypes(SimpleType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
- addToSchemaType(TypeInfo, List<Property>, TypeDefParticle, ComplexType, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- addToTableDefinition(TableDefinition) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
- addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
-
INTERNAL:
- addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
-
INTERNAL:
- addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
-
INTERNAL:
- addTransformation() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addTransformation() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addTransformation() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addTransformation() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addTransformationMapping(TransformationMapping) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
- addTransformationMappingLines(NonreflectiveMethodDefinition, String, TransformationMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addTransformer(ClassTransformer) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
-
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader method.
- addTransformer(ClassTransformer) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
- addTransient() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addTransient() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addTransient() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addTransient() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
- addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
- addType(SDOType) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
-
INTERNAL:
- addType(CompositeDatabaseType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.visit.EnclosedTypeVisitor
-
Adds the given CompositeDatabaseType to the list of types if it doesn't already exist in the list.
- addType(PLSQLType) - Method in class org.eclipse.persistence.tools.oracleddl.metadata.PLSQLPackageType
- addTypeAttribute(Descriptor, MarshalRecord, String) - Method in class org.eclipse.persistence.internal.oxm.XMLRelationshipMappingNodeValue
- addTypeAttribute(MarshalRecord, String) - Method in class org.eclipse.persistence.internal.oxm.MappingNodeValue
- addTypeConversionConverterLines(NonreflectiveMethodDefinition, String, TypeConversionConverter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
- addTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
-
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
- addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicHelper
-
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
- addUnamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index argument.
- addUnamedArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedArgument(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedArgument(String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedArgument(String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedArgumentValue(Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedArgumentValue(Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
- addUnamedInOutputArgument(String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
- addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
- addUnamedInOutputArgument(String, String, int, String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String, String, int, String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
- addUnamedInOutputArgument(String, String, int, String, Class<?>, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String, String, int, String, Class<?>, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
- addUnamedInOutputArgument(String, String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgument(String, String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the argument to the stored procedure for the index argument.
- addUnamedInOutputArgumentValue(Object, String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedInOutputArgumentValue(Object, String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
- addUnamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index output argument.
- addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index output argument.
- addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index output argument.
- addUnamedOutputArgument(String, int, String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedOutputArgument(String, int, String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index output argument.
- addUnamedOutputArgument(String, int, String, Class<?>, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedOutputArgument(String, int, String, Class<?>, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index output argument.
- addUnamedOutputArgument(String, Class<?>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
- addUnamedOutputArgument(String, Class<?>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
PUBLIC: Define the field/argument name to be substitute for the index output argument.
- addUnconvertedProperty(String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Add an unconverted property (to be initialiazed at runtime)
- addUnconvertedProperty(String, String, String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
-
PUBLIC: Add an unconverted property (to be initialiazed at runtime)
- addUnionExpression(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
PUBLIC: Add the union expression to the query.
- addUnionPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addUniqueConstraint() - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
- addUniqueConstraint() - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
- addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
- addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
- addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
- addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.Table
- addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
- addUniqueConstraints(String, List<String>) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
-
Add the unique constraint for the columns names.
- addUniqueKeyConstraint(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add a unique key constraint to the table.
- addUniqueKeyConstraint(String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add a unique key constraint to the table.
- addUniqueKeyConstraint(UniqueKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
PUBLIC: Add a unique key constraint to the table.
- addUniqueKeyConstraints(TableDefinition, Map<String, List<List<String>>>) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
- addUnitOfWork(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
-
INTERNAL: Add a UnitOfWork object to the Hashtable keyed on the external transaction object.
- addUnmappedFieldToMain(DatabaseField, ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- addUnnamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
-
ADVANCED: Add the cursor output parameter to the procedure.
- addUpdate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
-
Adds a 'update' link.
- addUpdate(String, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
PUBLIC: Adds the update (SET) clause to the query.
- addUpdate(String, Expression) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
PUBLIC: Adds the update (SET) clause to the query.
- addUpdate(Expression, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
PUBLIC: Adds the update (SET) clause to the query.
- addUpdate(Expression, Expression) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
PUBLIC: Adds the update (SET) clause to the query.
- addUpdateInternal(Object, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
-
INTERNAL:
- addUpdateStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
UPDATE
statement. - addUpdateStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
-
Changes the query statement to be a
UPDATE
statement. - addUpdatesToQuery(UpdateAllQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Add the updates to the passed query
- addUpdatesToQuery(UpdateAllQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SetNode
-
Iterate through the updates in this query and build expressions for them.
- addUuidGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addUuidGenerator(UuidGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add a UUID generator metadata to the project.
- addValue(Object, boolean, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
- addValueHolder(AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
-
Add a variable of type ValueHolderInterface to the class.
- addValueObjectDescriptor(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
- addValuePartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
- addValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
- addValueToArray(JsonBuilderRecord.Level, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
- addValueToArray(JsonRecord.Level, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
- addValueToArray(T, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- addValueToObject(JsonBuilderRecord.Level, String, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
- addValueToObject(JsonRecord.Level, String, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
- addValueToObject(T, String, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- addValueToSettings(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL:
- addVariable(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The variables are the names of the declared variables used in the procedure.
- addVariable(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
-
The variables are the names of the declared variables used in the procedure.
- addVariableOneToOne() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addVariableOneToOneAccessor(VariableOneToOneAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
-
INTERNAL: Add a variable one to one accessor for this interface.
- addVariableOneToOneMappingLines(NonreflectiveMethodDefinition, String, VariableOneToOneMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addVariance(String) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the variance value of the attribute to be included in the result.
- addVariance(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
-
PUBLIC: Add the variance value of the attribute to be included in the result.
- addVersion() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
- addVersion() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
- addVersion() - Method in interface org.eclipse.persistence.jpa.config.Entity
- addVersion() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
- addVirtualClass(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
-
INTERNAL: Add virtual class accessor to the project.
- addVirtualSpace() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Adds a virtual space on the stack.
- addWhenClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds a new
WHEN
clause. - addWhenClause(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the given two
StateObjects
as theWHEN
expression and theTHEN
expression of the newWHEN
clause. - addWhenClause(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
-
Adds the given two
StateObjects
as theWHEN
expression and theTHEN
expression of the newWHEN
clause. - addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
-
Adds the
WHERE
clause. - addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
WHERE
clause. - addWhereClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Adds the
WHERE
clause and parses the given JPQL fragment. - addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
- addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
- addWrappersToProject(Project) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
- addWritableMapping(ClassDescriptor, DatabaseField, List) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
-
INTERNAL: Add the read only mappings for the given field to the allMappings list.
- addWriteConnection(String, Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
-
INTERNAL: Add the connection to the client session.
- addWriteLockFieldForInsert() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
-
Add the initial write lock value to the row for insert.
- addWriteTransformer() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.TransformationImpl
- addWriteTransformer() - Method in interface org.eclipse.persistence.jpa.config.Transformation
- addXDBDescriptors(String, DatabaseSessionImpl, NamespaceResolver) - Method in class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
-
Invoked from a descriptor add the descriptor for DirectToXMLTypeMapping
- addXDBDescriptors(String, DatabaseSessionImpl, NamespaceResolver) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
-
Invoked from a descriptor is not found.
- addXMLConversion(QName, Class<?>) - Method in class org.eclipse.persistence.oxm.XMLField
-
Add an XML to Java Conversion pair entry
- addXMLInteractionLines(NonreflectiveMethodDefinition, XMLInteraction, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- addXmlKeyProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
-
Add an XmlKey property to the list.
- addXmlRegistry(String, XmlRegistry) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Add an XmlRegistry to ObjectFactory class name pair to the map.
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
-
INTERNAL
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
INTERNAL
- adjustArraySize(CobolRow) - Method in class org.eclipse.persistence.internal.eis.cobol.ElementaryFieldMetaData
-
this method adjusts the array size to the value in its dependent field
- adjustBeginLineColumn(int, int) - Method in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
- adjustMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Adjust the order of the tables in the multipleTableInsertOrder Vector according to the FK relationship if one (or more) were previously specified.
- adjustReferenceClassForQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Adjust the reference class of the passed query if necessary Need to test this for Employee, employee.getAddress(), report query
- adjustTypeName(String, Map<String, Set<String>>) - Static method in class org.eclipse.persistence.internal.codegen.CodeDefinition
-
Compares the typeName to those stored in the typeNameMap.
- adjustTypeNames(Map<String, Set<String>>) - Method in class org.eclipse.persistence.internal.codegen.AttributeDefinition
- adjustTypeNames(Map<String, Set<String>>) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
- adjustTypeNames(Map<String, Set<String>>) - Method in class org.eclipse.persistence.internal.codegen.NonreflectiveAttributeDefinition
- adjustTypeNames(Map<String, Set<String>>) - Method in class org.eclipse.persistence.internal.codegen.NonreflectiveMethodDefinition
- adm - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
- AdvancedProcessor - Class in org.eclipse.persistence.internal.cache
-
Processor for computable tasks.
- AdvancedProcessor() - Constructor for class org.eclipse.persistence.internal.cache.AdvancedProcessor
- AdviceAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitor
to insert before, after and around advices in methods and constructors. - AdviceAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
-
Constructs a new
AdviceAdapter
. - AFTER_EJBCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
-
issue SQL after ejbCreate but before ejbPostCreate
- AFTER_EJBPOSTCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
-
issue SQL after ejbPostCreate
- AFTER_INSERT - Static variable in interface org.eclipse.persistence.internal.sequencing.Sequencing
- afterCommit(Accessor) - Method in interface org.eclipse.persistence.internal.sequencing.SequencingCallback
-
INTERNAL: Called after transaction has committed by the object that owns it: Accessor in non-jta case, SynchronizationListener in jta case.
- afterCompletion(int) - Method in class org.eclipse.persistence.transaction.JTASynchronizationListener
-
INTERNAL: Called by the JTA transaction manager after the transaction is committed or rolled back.
- afterCompletion(Object) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
INTERNAL: The method performs the logic that should be executed after the transaction has been completed.
- afterContainmentMarshal(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- afterExternalTransactionRollback() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Called after external transaction rolled back.
- AfterExternalTransactionRolledBack - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
- afterIdentifier - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
-
The JPQL identifier of the clause used to determine if there is any clause defined after it.
- afterLast() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
-
Moves the cursor to the end of the result set, just after the last row.
- afterLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
-
PUBLIC: Moves the cursor to the end of the result set, just after the last row.
- afterMarshal(Object) - Method in interface org.eclipse.persistence.internal.oxm.Marshaller.Listener
-
This event will be called after an object is marshalled.
- afterMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
- afterMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
- afterTranslateCustomQuery(List, List<DatasourceCall.ParameterType>) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
- afterTranslateCustomQueryUpdateParameter(DatabaseField, int, DatasourceCall.ParameterType, List, List<DatasourceCall.ParameterType>) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
- afterUnmarshal() - Method in class org.eclipse.persistence.sdo.SDOSequence
-
INTERNAL: Ensure that each Setting in the settings list is also present in the valuesToSettings map
- afterUnmarshal(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
-
Event that will be called after objects are unmarshalled.
- afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
- afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
- afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
- AGGREGATE - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
-
Indicates the identifier aggregates two expressions together.
- AGGREGATE - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- AGGREGATE_COLLECTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- AGGREGATE_OBJECT_CANNOT_BE_DELETED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- AggregateAttributeChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
-
Purpose: Define a listener for attribute change tracking.
- AggregateAttributeChangeListener(ClassDescriptor, UnitOfWorkImpl, AttributeChangeListener, String, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.AggregateAttributeChangeListener
-
Create a AttributeChangeListener with a descriptor and unit of work
- AggregateChangeRecord - Class in org.eclipse.persistence.internal.sessions
-
This change Record is used to record the changes for AggregateObjectMapping.
- AggregateChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: Define the Public interface for the Aggregate Change Record.
- AggregateChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
-
This default constructor.
- AggregateChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
-
This constructor returns an ChangeRecord representing an AggregateMapping.
- aggregateChangeSets - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
- AggregateCollectionChangeRecord - Class in org.eclipse.persistence.internal.sessions
-
This change record records the changes for AggregateCollectionMapping.
- AggregateCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: Define the Public interface for the Aggregate Collection Change Record.
- AggregateCollectionChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
-
This default constructor.
- AggregateCollectionChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
-
This constructor returns an ChangeRecord representing an AggregateMapping.
- AggregateCollectionMapping - Class in org.eclipse.persistence.mappings
-
Purpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.
- AggregateCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
PUBLIC: Default constructor.
- AggregateExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an aggregate expression.
- AggregateExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
-
Creates a new
AggregateExpressionBNF
. - AggregateFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
In the SELECT clause the result of a query may be the result of an aggregate function applied to a path expression.
- AggregateFunction(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Creates a new
AggregateFunction
. - AggregateFunction_WrongClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AggregateFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
In the
SELECT
clause the result of a query may be the result of an aggregate function applied to a path expression. - AggregateFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new
AggregateFunctionStateObject
. - AggregateFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new
AggregateFunctionStateObject
. - AggregateFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new
AggregateStateObject
. - AggregateFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new
AggregateFunctionStateObject
. - AggregateFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Creates a new
AggregateStateObject
. - aggregateKeyTable - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
- AggregateMapping - Class in org.eclipse.persistence.mappings
-
Purpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
- AggregateMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateMapping
-
Default constructor.
- AggregateNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AggregateNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
- aggregateObjectCannotBeDeletedOrWritten(ClassDescriptor, DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- AggregateObjectChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
-
Purpose: Define a listener for object change tracking.
- AggregateObjectChangeListener(ObjectChangeListener, String) - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.AggregateObjectChangeListener
-
INTERNAL: Create a ObjectChangeListener
- AggregateObjectChangeSet - Class in org.eclipse.persistence.internal.sessions
- AggregateObjectChangeSet() - Constructor for class org.eclipse.persistence.internal.sessions.AggregateObjectChangeSet
-
The default constructor.
- AggregateObjectChangeSet(Object, ClassDescriptor, Object, UnitOfWorkChangeSet, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.AggregateObjectChangeSet
-
This constructor is used to create an ObjectChangeSet that represents a regular object.
- AggregateObjectMapping - Class in org.eclipse.persistence.mappings
-
Purpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
- AggregateObjectMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateObjectMapping
-
Default constructor.
- AggregateOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- aggregateQueries - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
Allow aggregate queries to be prepared and cached.
- aggregateToSourceFields - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
-
Map the name of a field in the aggregate collection descriptor to a field in the actual table specified in the mapping.
- aggregateToSourceFields - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
322233 - changed to store the source DatabaseField to hold Case and other colunm info
- aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
- aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
-
Visibility reduced from [public] in 2.1.0.
- aHelperContext - Variable in class org.eclipse.persistence.sdo.SDOType
- algorithm - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
-
The name of the hashing algorithm.
- alias - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- alias - Variable in class org.eclipse.persistence.internal.jpa.parsing.Node
- alias - Variable in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
- alias - Variable in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- alias(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression for the alias.
- alias(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
-
Assign an alias to the selection.
- alias(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
-
Assign an alias to the selection.
- ALIAS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
- AliasableNode - Interface in org.eclipse.persistence.internal.jpa.parsing
-
This interface should be implemented by any node that can be aliased in the select clause.
- aliasDescriptors - Variable in class org.eclipse.persistence.sessions.Project
-
Cache the EJBQL descriptor aliases.
- aliasedField - Variable in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
-
Cache the aliased field.
- aliasedField - Variable in class org.eclipse.persistence.internal.expressions.FieldExpression
- aliasedField - Variable in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
Cache the aliased field.
- aliasedFields - Variable in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
- aliasedViewTable - Variable in class org.eclipse.persistence.expressions.ExpressionBuilder
- aliasFields(ObjectExpression, Vector) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
Alias the supplied fields with respect to the expression node.
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Find the alias for a given table
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL: Find the alias for a given table.
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
-
INTERNAL: Find the alias for a given table from the first or second child in the additionalOuterJoinCriteria
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
-
INTERNAL: Find the alias for a given table
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
-
INTERNAL: Any table should use the sub-selects alias.
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
-
INTERNAL: Find the alias for a given table
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
-
INTERNAL: Find the alias for a given table.
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
-
INTERNAL: Find the alias for a given table
- aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
- aliasPresetFields(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
-
If the fields in the statement have breen pre-set, e.g.
- aliasResolutionException - Static variable in exception class org.eclipse.persistence.exceptions.JPQLException
- aliasResolutionException(String, int, int, String) - Static method in exception class org.eclipse.persistence.exceptions.JPQLException
- all() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the ALL operator.
- all(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that is used with a comparison expression.
- all(char[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(double[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(float[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(int[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(long[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(short[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(Subquery<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a predicate corresponding to an all expression over the subquery results.
- all(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(List) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- all(Expression) - Method in class org.eclipse.persistence.expressions.Expression
- all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- all(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression
ALL(subquery)
. - all(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
- All - Class in org.eclipse.persistence.internal.oxm.schema.model
- All - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- All() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.All
- ALL - Enum constant in enum org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy.LockOnChange
- ALL - Enum constant in enum org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
- ALL - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IdentificationVariableType
-
Retrieves all the identification variables declared in the declaration portion of the expression, which is either in the FROM clause of a SELECT query or DELETE query or in the UPDATE query.
- ALL - Enum constant in enum org.eclipse.persistence.logging.LogCategory
- ALL - Enum constant in enum org.eclipse.persistence.logging.LogLevel
-
Log everything.
- ALL - Static variable in class org.eclipse.persistence.descriptors.ReturningPolicy
- ALL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ALL'.
- ALL - Static variable in interface org.eclipse.persistence.logging.SessionLog
- ALL - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- ALL - Static variable in class org.eclipse.persistence.tools.dbws.XRPackager
- ALL_COLUMNS - Enum constant in enum org.eclipse.persistence.annotations.OptimisticLockingType
-
Using this type of locking policy compares every field in the table in the WHERE clause when doing an update or a delete.
- ALL_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
- ALL_MODIFICATIONS - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
-
defer all modifications, inserts and deletes included (default)
- ALL_OBJECTS_OBJECT_TYPE_FIELD - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
- ALL_QUERYNAME - Static variable in class org.eclipse.persistence.internal.xr.Util
- ALL_QUERYNAME - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- allAggregateFieldsAreNull(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
INTERNAL: Return whether all the aggregate fields in the specified row are NULL.
- allChangeSets - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
- allChildClassIndicators - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- allChildrenAreFields() - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
-
Test that both of our children are field nodes
- allClones - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
This member variable contains a copy of all of the clones for this particular UOW
- allFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- allFields - Variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
- AllFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
-
Purpose: An implementation of the OptimisticLockingPolicy interface.
- AllFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
-
PUBLIC: Create a new all fields locking policy.
- allInternalOperators - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Contains internal defined operators meant as placeholders for platform operators
- AllNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AllNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AllNode
-
Return a new AllNode.
- allNonPrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
- allocateCalendar() - Static method in class org.eclipse.persistence.internal.helper.Helper
-
PERF: This is used to optimize Calendar conversion/printing.
- allocateDynamicStatement(Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
-
Allocate a statement for dynamic SQL execution.
- allocateReadConnection() - Method in class org.eclipse.persistence.sessions.server.ServerSession
-
INTERNAL: Return a read connection from the read pool.
- allOf(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Returns an expression equivalent to all of
attributeName
holding true forcriteria
. - allOperators - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Contains user defined operators
- allOrAny(String, SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- AllOrAnyExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
An ALL conditional expression is a predicate that is
true
if the comparison operation istrue
for all values in the result of the subquery or the result of the subquery is empty. - AllOrAnyExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
-
Creates a new
AllOrAnyExpression
. - AllOrAnyExpression_All_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_Any_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_NotPartOfComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpression_Some_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AllOrAnyExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an all or any expression.
- AllOrAnyExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
-
Creates a new
AllOrAnyExpressionBNF
. - AllOrAnyExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AllOrAnyExpressionFactory
creates a newAllOrAnyExpression
when the portion of the query to parse starts with ALL, ANY or SOME. - AllOrAnyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
-
Creates a new
AndExpressionFactory
. - allOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- AllOrAnyExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
An
ALL
conditional expression is a predicate that istrue
if the comparison operation istrue
for all values in the result of the subquery or the result of the subquery is empty. - AllOrAnyExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Creates a new
AllOrAnyExpressionStateObject
. - AllOrAnyExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Creates a new
AllOrAnyExpressionStateObject
. - AllOrAnyExpressionStateObject(StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
-
Creates a new
AllOrAnyExpressionStateObject
. - allOrderedFields - Variable in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
- ALLOW_JDK - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
-
Backdoor to allow mapping of JDK classes.
- ALLOW_NATIVE_SQL_QUERIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The "
eclipselink.jdbc.allow-native-sql-queries
" property specifies whether any user defined SQL is allowed within a persistence unit. - ALLOW_NATIVE_SQL_QUERY - Static variable in class org.eclipse.persistence.config.QueryHints
-
The
"eclipselink.jdbc.allow-native-sql-query"
property specifies whether a single native SQL query should override a persistence unit level setting (eclipselink.jdbc.allow-native-sql-queries). - ALLOW_ZERO_ID - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
Deprecated.replaced by
PersistenceUnitProperties.ID_VALIDATION
property with value "NULL
". - allowBindingForSelectClause() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
- allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: DB2 does not allow stand alone, untyped parameter markers in select clause.
- allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
- allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.H2Platform
- allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
- allowBindingForSelectClause() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
- ALLOWED_DESERIALIZATION_CLASS_NAMES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
List of the classes allowed to deserialize in SDO
- allowExtendedCacheLogging - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows extended logging of JPA L2 cache or not.
- allowExtendedCacheLogging() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Return true if extended logging of JPA L2 cache usage is allowed on this project.
- allowExtendedThreadLogging - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows extended thread logging or not.
- allowExtendedThreadLogging() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Return true if extended thread logging is allowed on this project.
- allowExtendedThreadLoggingThreadDump - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows add to extended thread logging output thread stack trace or not.
- allowExtendedThreadLoggingThreadDump() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Return true if thread dumps will be added to extended thread logging.
- allowExternalAccess(DocumentBuilderFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowExternalAccess(TransformerFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowExternalAccess(SchemaFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowExternalAccess(XMLReader, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowExternalDTDAccess(DocumentBuilderFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowExternalDTDAccess(SchemaFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowExternalDTDAccess(XMLReader, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
- allowNativeSQLQueries - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows native queries or not
- allowNativeSQLQueries() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Return true if native sql is allowed on this project.
- allowNativeSQLQuery - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Property used to override a persistence unit level that disallows native SQL queries.
- allowNull() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
-
PUBLIC: If all the fields in the database row for the aggregate object are NULL, then, by default, the mapping will place a null in the appropriate source object (as opposed to an aggregate object filled with nulls).
- allowQueryResultsCacheValidation - Variable in class org.eclipse.persistence.queries.ReadQuery
-
Flag that allows query result cache validation or not.
- allowQueryResultsCacheValidation - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows query result cache validation or not.
- allowSQLDeferral - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows call deferral to be disabled
- allowSQLDeferral() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Return true if SQL calls can defer to EOT on this project.
- allowsSizeInProcedureArguments() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Used for stored procedure definitions.
- allowsSizeInProcedureArguments() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
- allowTablePerMultitenantDDLGeneration - Variable in class org.eclipse.persistence.sessions.Project
-
Flag that allows DDL generation of table per tenant multitenant descriptors
- allowTablePerMultitenantDDLGeneration() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Return true if native sql is allowed on this project.
- allQueries() - Element in annotation type org.eclipse.persistence.annotations.QueryRedirectors
-
This AllQueries Query Redirector will be applied to any executing object query that does not have a more precise redirector (like the ReadObjectQuery Redirector) or a redirector set directly on the query.
- allSelectionFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- allsubclasses - Variable in class org.eclipse.persistence.core.queries.CoreAttributeGroup
-
This attribute is used to store all of the classes in this hierarchy keyed by type.
- allTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- allWeightNouns - Variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- allWeightSensors - Variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
- aload(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ALOAD - Static variable in class org.eclipse.persistence.asm.Opcodes
- ALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ALPHA_NUMERIC - Static variable in interface org.eclipse.persistence.internal.eis.cobol.FieldMetaData
- ALPHABETIC - Static variable in interface org.eclipse.persistence.internal.eis.cobol.FieldMetaData
- ALPHABETICAL - Enum constant in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
- ALREADY_LOGGED_IN - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
- alreadyLoggedIn(String) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
- alreadyProcessed(String) - Method in class org.eclipse.persistence.tools.metadata.generation.JPAMetadataGenerator
-
Indicates if a type has already been processed - the list of processed type names will be checked for the given typeName.
- alreadyWeaved - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
- alter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERNAL: Execute the SQL required to alter sequence.
- alterIncrement(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL: Execute the SQL required to alter sequence increment.
- alterOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
INTERNAL: By default does nothing.
- alterOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
-
INTERNAL: Execute the SQL required to alter sequence increment.
- alterSequence(SequenceDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
Use the definition to alter sequence.
- Always - Enum constant in enum org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
- Always - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
-
The value causes creation of ExclusiveIsolatedClientSession in both isolated and non-isolated cases.
- alwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: Used to set the descriptor to always conform in any unit of work query.
- alwaysIncludeAttribute(Class<?>, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
-
PUBLIC: Always considers the value for a particular attribute as meaningful in a query by example.
- alwaysRefresh() - Element in annotation type org.eclipse.persistence.annotations.Cache
-
(Optional) Force all queries that go to the database to always refresh the cache.
- alwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: This method is the equivalent of calling
ClassDescriptor.setShouldAlwaysRefreshCache(boolean)
with an argument oftrue
: it configures aClassDescriptor
to always refresh the cache if data is received from the database by any query. - alwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
PUBLIC: This method is the equivalent of calling
ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument oftrue
: it configures aClassDescriptor
to always remotely refresh the cache if data is received from the database by any query in aRemoteSession
. - amendmentClass - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- amendmentClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- amendmentMethodName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- AMP - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- AMPERSAND_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
The entity name for ampersand: &.
- AN_EXCEPTION_OCCURRED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
- AnalyzerAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitor
that keeps track of stack map frame changes betweenAnalyzerAdapter.visitFrame(int, int, Object[], int, Object[])
calls. - AnalyzerAdapter(int, String, int, String, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
Constructs a new
AnalyzerAdapter
. - AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
Constructs a new
AnalyzerAdapter
. - and() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the AND operator.
- and(Expression<Boolean>, Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a conjunction of the given boolean expressions.
- and(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a conjunction of the given restriction predicates.
- and(Expression) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that is the boolean logical combination of both expressions.
- and(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- and(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- and(Filter<T>...) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
-
Creates a new
ANDFilter
that will "accept" any object that is accept by all of the specified filters. - and(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- and(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression
x AND y
. - And - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Logical operators
- AND - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)
method. - AND - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AND'.
- AND_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
- AND_STR - Static variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
- AND_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- AndExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
The AND logical operator chains multiple criteria together.
- AndExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpression
-
Creates a new
AndExpression
. - AndExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AndExpression
creates a newAdditionExpression
when the portion of the query to parse starts with AND. - AndExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
-
Creates a new
AndExpressionFactory
. - AndExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
The
AND
logical operator chains multiple criteria together. - AndExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Creates a new
AndExpressionStateObject
. - AndExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Creates a new
AndExpressionStateObject
. - AndExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
-
Creates a new
AndExpressionStateObject
. - AndFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
-
This filter will "accept" any object that is accept by both of the specified wrapped filters.
- AndFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
-
Creates a new
AndFilter
that will "accept" any object that is accept by both of the specified wrapped filters. - AndNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AndNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AndNode
-
AndNode constructor comment.
- andParse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
-
Parses the given JPQL fragment as the right side of an
AND
expression. - anew(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ANEWARRAY - Static variable in class org.eclipse.persistence.asm.Opcodes
- ANEWARRAY - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- Annotation - Class in org.eclipse.persistence.internal.oxm.schema.model
- Annotation() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Annotation
- ANNOTATION_HELPER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
-
The name of the property used to specify an AnnotationHelper instance.
- ANNOTATION_HELPER_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
-
Deprecated.As of release 2.4, replaced by JAXBContextProperties.ANNOTATION_HELPER
- annotationDefault - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The default value of this annotation interface method.
- AnnotationHelper - Class in org.eclipse.persistence.jaxb.javamodel.reflection
-
Purpose:Provide a class which is responsible for returning Annotations from AnnotatedElements.
- AnnotationHelper() - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
- AnnotationNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an annotation.
- AnnotationNode(int, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Constructs a new
AnnotationNode
. - AnnotationNode(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Constructs a new
AnnotationNode
. - AnnotationProxy - Class in org.eclipse.persistence.jaxb.javamodel
-
Purpose:The purpose of this class is to act as a dynamic proxy that allows JDK Annotation method calls to be made on a non Annotation object.
- AnnotationRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
An
AnnotationVisitor
that remaps types with aRemapper
. - AnnotationRemapper(int, String, AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Constructs a new
AnnotationRemapper
. - AnnotationRemapper(int, AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Deprecated.
- AnnotationRemapper(String, AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Constructs a new
AnnotationRemapper
. - AnnotationRemapper(AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Deprecated.
- AnnotationsProcessor - Class in org.eclipse.persistence.jaxb.compiler
-
INTERNAL:
- AnnotationsProcessor(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
- AnnotationVisitor - Class in org.eclipse.persistence.asm
- AnnotationVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor() - Constructor for class org.eclipse.persistence.asm.AnnotationVisitor
- AnnotationVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Constructs a new
AnnotationVisitor
. - AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Constructs a new
AnnotationVisitor
. - AnnotationVisitorImpl - Class in org.eclipse.persistence.asm.internal.platform.eclipselink
- AnnotationVisitorImpl - Class in org.eclipse.persistence.asm.internal.platform.ow2
- AnnotationVisitorImpl(int) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.AnnotationVisitorImpl
- AnnotationVisitorImpl(int) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.AnnotationVisitorImpl
- AnnotationVisitorImpl(int, AnnotationVisitor) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.AnnotationVisitorImpl
- AnnotationVisitorImpl(int, AnnotationVisitor) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.AnnotationVisitorImpl
- AnnotationVisitorImpl(AnnotationVisitor) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.AnnotationVisitorImpl
- AnnotationVisitorImpl(AnnotationVisitor) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.AnnotationVisitorImpl
- ANNOUNCEMENT_DELAY_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
- announcementDelay - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
Delay time in millis between initialization and when the announcement is sent
- announceSession() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
INTERNAL: Send out an announcement that we are here.
- AnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This visitor allows a subclass to simply override
AnonymousExpressionVisitor.visit(Expression)
and perform the same task for all visitedexpressions
. - AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
-
Default constructor.
- AnonymousStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This visitor allows a subclass to simply override
AnonymousStateObjectVisitor.visit(StateObject)
and perform the same task for all visitedItateObjects
. - AnonymousStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
- AnonynousEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This visitor allows a subclass to simply override
AnonymousStateObjectVisitor.visit(StateObject)
and perform the same task for all visitedItateObjects
. - AnonynousEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonynousEclipseLinkStateObjectVisitor
- ANTLR - Static variable in class org.eclipse.persistence.config.ParserType
-
Deprecated, for removal: This API element is subject to removal in a future version.
- any() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the ANY operator.
- any(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that is used with a comparison expression.
- any(char[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(double[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(float[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(int[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(long[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(short[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(Subquery<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create a predicate corresponding to an any expression over the subquery results.
- any(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(List) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
- any(Expression) - Method in class org.eclipse.persistence.expressions.Expression
- any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
- any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- any(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Creates the expression
ANY(subquery)
. - any(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
- Any - Class in org.eclipse.persistence.internal.oxm.schema.model
- Any - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- Any() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Any
- ANY - Enum constant in enum org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
- ANY - Enum constant in enum org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
-
An XML <any> element will be written to the schema to represent all of the defined virtual properties.
- ANY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ANY'.
- ANY_ATTRIBUTE_ON_NON_MAP_PROPERTY - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
- ANY_FIELD - Enum constant in enum org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
-
This will allow basic, and association fields to be specified.
- ANY_FIELD_INCLUDING_COLLECTION - Enum constant in enum org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
-
This will allow basic, and association fields to be specified.
- ANY_FRAGMENT - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
- ANY_NAMESPACE_ANY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_NAMESPACE_LOCAL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
- ANY_NAMESPACE_OTHER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_NAMESPACE_TARGETNS - Static variable in class org.eclipse.persistence.oxm.XMLConstants
- ANY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_SIMPLE_TYPE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_SIMPLE_TYPE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_TYPE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_TYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
XML String names and QName constants missing from org.eclipse.persistence.oxm.XMLConstants
- ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- ANY_URI - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- ANY_URI_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ANY_URI_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- AnyAttribute - Class in org.eclipse.persistence.internal.oxm.schema.model
- AnyAttribute() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
- AnyAttributeMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, DESCRIPTOR, FIELD, XML_RECORD> - anyAttributeOnNonMap(String) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
- AnyCollectionMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, SESSION, UNMARSHAL_KEEP_AS_ELEMENT_POLICY, UNMARSHALLER, XML_RECORD> - ANYINTERACT - Enum constant in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
- AnyMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
-
Purpose: Implementation of DeferredContentHandler for XMLAnyCollectionMappings.
- AnyMappingContentHandler(UnmarshalRecord, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.AnyMappingContentHandler
- AnyNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AnyNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AnyNode
-
Return a new AnyNode.
- AnyObjectMapping<ABSTRACT_SESSION,
ATTRIBUTE_ACCESSOR, - Interface in org.eclipse.persistence.internal.oxm.mappingsCONTAINER_POLICY, CONVERTER, DESCRIPTOR, FIELD, MARSHALLER, SESSION, UNMARSHAL_KEEP_AS_ELEMENT_POLICY, UNMARSHALLER, XML_RECORD> - anyOf(String) - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Return an expression representing traversal of a 1:many or many:many relationship.
- anyOf(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
- anyOf(String, boolean) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
PUBLIC: Return an expression representing traversal of a 1:many or many:many relationship.
- anyOfAllowingNone(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
- anyOfAllowingNone(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
- anyOfAllowingNone(String, boolean) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
- AOBJECT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- APBYTE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- APBYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
- APCHAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
The ASM API version implemented by this visitor.
- APOSTROPHE_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
-
The entity name for apostrophe: '.
- APP_LOCATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
The property "
eclipselink.application-location
" specifies the file system directory location where DDL files are written (output) to. - APP_OCTET_STREAM - Static variable in class org.eclipse.persistence.tools.dbws.Util
- APP_SERVER_CLASSLOADER_APPLICATION_PU_SEARCH_STRING_POSTFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
- APP_SERVER_CLASSLOADER_APPLICATION_PU_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
- APP_SERVER_CLASSLOADER_MODULE_EJB_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
Override by subclass: Search String in application server session for ejb modules
- APP_SERVER_CLASSLOADER_MODULE_EJB_WAR_SEARCH_STRING_POSTFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
- APP_SERVER_CLASSLOADER_MODULE_WAR_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
-
Override by subclass: Search String in application server session for war modules
- append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
- append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
- append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
- append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
-
Appends the previously created select item and starts a new stack to create a new select item.
- append(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
- append(Writer) - Method in interface org.eclipse.persistence.internal.databaseaccess.AppendCallCustomParameter
-
INTERNAL: Called only by DatabasePlatform.appendParameter()
- append(Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.SimpleAppendCallCustomParameter
- append(String) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
- append(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
-
Appends the given sequence of characters to the path expression.
- appendable - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
-
Flag used to determine if JPQL identifiers can be appended to the expression.
- appendableType - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableExpressionVisitor
-
The type of the JPQL identifiers can can be possible proposals.
- appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Appends a Boolean value as a number
- appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
-
Fixes EclipseLink bug 401746 by writing out either
't'
or'f'
—with single quotes— instead of1
or0
. - appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
-
Appends a Boolean value as true/false instead of 0/1
- appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
-
Appends a Boolean value.
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Append the ByteArray in ODBC literal format ({b hexString}).
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Append a byte[] in native DB@ format BLOB(hexString) if usesNativeSQL(), otherwise use ODBC format from DatabasePLatform.
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
INTERNAL: TODO: Need to find out how can byte arrays be inlined in Derby
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: If using native SQL then print a byte[] literally as a hex string otherwise use ODBC format as provided in DatabasePlatform.
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
If using native SQL then print a byte[] as '0xFF...'
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
If using native SQL then print a byte[] as '0xFF...'
- appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
If using native SQL then print a byte[] literally as a hex string otherwise use ODBC format as provided in DatabasePlatform.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Answer a platform correct string representation of a Calendar as a Timestamp, suitable for SQL generation.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Append the Timestamp in native format if usesNativeSQL() is true otherwise use ODBC format from DatabasePlatform.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Appends an MySQL specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Appends an Oracle specific Timestamp with timezone and daylight time elements if usesNativeSQL is true, otherwise use the ODBC format.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
- appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Write a Calendar in Symfoware specific format.
Note that Symfoware does not support nanoseconds.
Symfoware: CNV_TIMESTAMP(calendar, 'YYYY-MM-DD hh24:mm:ss') - appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Appends an TimesTen specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendCall(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
-
INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched.
- appendCall(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
-
INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched.
- appendCall(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
-
INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched.
- AppendCallCustomParameter - Interface in org.eclipse.persistence.internal.databaseaccess
-
INTERNAL:
- appendCast(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
- appendChildNode(Node, Node) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
- appendChildNode(Node, Node) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Answer a platform correct string representation of a Date, suitable for SQL generation.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Appends the Date in native format if usesNativeSQL() otherwise use ODBC format from DatabasePlatform.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Answer a platform correct string representation of a Date, suitable for SQL generation.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Appends an MySQL specific date if usesNativeSQL is true otherwise use the ODBC format.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Appends an Oracle specific date if usesNativeSQL is true otherwise use the ODBC format.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
-
Write a Date in PointBase specific format.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Answer a platform correct string representation of a Date, suitable for SQL generation.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Answer a platform correct string representation of a Date, suitable for SQL generation.
- appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Appends a Date in Symfoware specific format.
Symfoware: DATE'YYYY-MM-DD' - appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Appends an TimesTen specific date if usesNativeSQL is true otherwise use the ODBC format.
- appendDB2Calendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
Write a timestamp in DB2 specific format (yyyy-mm-dd-hh.mm.ss.ffffff).
- appendDB2Date(Date, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Write a timestamp in DB2 specific format (mm/dd/yyyy).
- appendDB2Timestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Write a timestamp in DB2 specific format (yyyy-mm-dd-hh.mm.ss.ffffff).
- appendDBString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
-
INTERNAL: Append the database field definition string to the table creation statement.
- appendDBString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
-
INTERNAL: Append the database field definition string to the table creation statement.
- appendDBString(Writer, AbstractSession, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
INTERNAL: Append the database field definition string to the table creation statement.
- appendExpression(Expression, Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
-
INTERNAL Returns left.and(right) if both are defined.
- appendExpressionToQueryRow(Expression, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
-
Append the expression and recursively to the query row.
- appendExpressionToSortRow(Expression, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
-
Append the order by expression to the sort row.
- appendForUpdateClause(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
This method will append the for update clause to the end of the select statement.
- appendFromClauseForInformixOuterJoin(ExpressionSQLPrinter, List<DatabaseTable>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
ADVANCED: If a platform is Informix, then the outer join must be in the FROM clause.
- appendFromClauseForOuterJoin(ExpressionSQLPrinter, List<DatabaseTable>, Collection, boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
ADVANCED: Appends the SQL standard outer join clause, and some variation per platform.
- appendFromClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
Print the from clause.
- appendGroupByClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
This method will append the group by clause to the end of the select statement.
- appendHierarchicalQueryClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
This method will append the Hierarchical Query Clause to the end of the select statement
- appendIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
-
Appends the given actual identifier if it's not an empty string, otherwise the second identifier will be appended.
- appendIn(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendIn(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendIn(Object, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendInformixCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Write a timestamp in Informix specific format ( yyyy-mm-dd hh:mm:ss.fff)
- appendInformixTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Write a timestamp in Informix specific format (yyyy-mm-dd hh:mm:ss.fff).
- appendInOut(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendInOut(Object, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendInOut(Object, DatabaseField, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendInOut(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendInOut(DatabaseField, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendLiteral(Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendLiteral(Writer, Object) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendLiteral(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendLiteral(Object, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendLiteralToCall(Call, Writer, Object, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: In case shouldBindLiterals is true, instead of null value a DatabaseField value may be passed (so that it's type could be used for binding null).
- appendLiteralToCallWithBinding(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
INTERNAL: Override this method in case the platform needs to do something special for binding literals.
- appendLock(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: This method will be called by a merging thread that is attempting to lock a new object that was not locked previously.
- appendLogParameters(Collection, Accessor, StringWriter, AbstractSession) - Static method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
Print the parameters to the write for logging purposes.
- appendModify(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendModify(Writer, DatabaseField) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendModify(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendModify(DatabaseField, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- AppendNewElementsOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
-
INTERNAL:
- AppendNewElementsOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
- AppendNewElementsOrderingPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
- AppendNewElementsOrderingPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.AppendNewElementsOrderingPolicyConfig
-
Default constructor.
- appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
- appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
- appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.NodeOrderingPolicy
- appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.RelativePositionOrderingPolicy
- appendNumber(Number, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Write number to SQL string.
- appendOrderClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
This method will append the order clause to the end of the select statement.
- appendOut(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendOut(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendOut(DatabaseField, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendOutCursor(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendOutCursor(DatabaseField, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendParameter(Writer, Object, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
-
Add the parameter.
- appendParameter(Writer, Object, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
Add the parameter using the DatasourcePlatform.
- appendParameter(Writer, Object, boolean, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
Add the parameter.
- appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.eis.EISPlatform
-
Add the parameter.
- appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Write a database-friendly representation of the given parameter to the writer.
- appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
-
Add the parameter.
- appendParameter(Call, Writer, Object) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
-
Add the parameter.
- appendParameterInternal(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Returns the number of parameters that used binding.
- appendParameterInternal(Call, Writer, Object) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Returns the number of parameters that used binding.
- appendString(String, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Write the string.
- appendSybaseCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
- appendSybaseCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
- appendSybaseTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
- appendSybaseTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Write a timestamp in Sybase specific format (yyyy-mm-dd-hh.mm.ss.fff).
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Answer a platform correct string representation of a Time, suitable for SQL generation.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Append the Time in Native format if usesNativeSQL() otherwise use ODBC format from DAtabasePlatform.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Answer a platform correct string representation of a Time, suitable for SQL generation.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Appends an MySQL specific time if usesNativeSQL is true otherwise use the ODBC format.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Appends an Oracle specific time if usesNativeSQL is true otherwise use the ODBC format.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
-
Write a Time in PointBase specific format.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Answer a platform correct string representation of a Time, suitable for SQL generation.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Answer a platform correct string representation of a Time, suitable for SQL generation.
- appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Appends a Time in Symfoware specific format.
Symfoware: TIME'hh:mm:ss' - appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Appends an TimesTen specific time if usesNativeSQL is true otherwise use the ODBC format.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
INTERNAL: Append the Timestamp in native format if usesNativeSQL() is true otherwise use ODBC format from DatabasePlatform.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
-
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
-
Appends an MySQL specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
-
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
-
Write a TimeStamp in PointBase specific format.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
-
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
-
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
- appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
-
Appends a TimeStamp in Symfoware specific format.
Note that Symfoware does not support the milli- and nanoseconds.
Symfoware: TIMESTAMP'YYYY-MM-DD hh:mm:ss' - appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
-
Appends an TimesTen specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
- appendToDDLWriter(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- appendToDDLWriter(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
PUBLIC: If the schema manager is writing to a writer, append this string to that writer.
- appendToEntityTypeName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Appends the given text to the existing entity type name property.
- appendToPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
-
Appends the given sequence of characters to the path expression.
- appendTranslation(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendTranslation(Writer, DatabaseField) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
-
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendTranslation(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendTranslation(DatabaseField, Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL:
- appendTranslationParameter(Writer, ParameterExpression, DatabasePlatform, AbstractRecord) - Method in class org.eclipse.persistence.queries.SQLCall
-
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
- appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
INTERNAL: Append the database field definition string to the type creation statement.
- appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
-
INTERNAL: Append the type to the statement
- appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
-
INTERNAL: Append the type.
- appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
-
INTERNAL: Append the type.
- appendUnionClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
This method will append the union clause to the end of the select statement.
- appendWithAllSubclassesExpression(SQLSelectStatement) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
-
INTERNAL: Append the branch with all subclasses expression to the statement.
- APPINFO - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- APPINFO_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- APPINFO_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- APPINFO_SOURCE_ATTRIBUTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
Name of source attribute on appinfo
- APPLICATION_JSON - Enum constant in enum org.eclipse.persistence.oxm.MediaType
- APPLICATION_JSON - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- APPLICATION_SCHEMA_JSON - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
- APPLICATION_SCHEMA_JSON_TYPE - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
- APPLICATION_XML - Enum constant in enum org.eclipse.persistence.oxm.MediaType
- APPLICATION_XML - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ApplicationAccessWLS - Class in org.eclipse.persistence.sdo.helper
-
INTERNAL: This class using WLS classed to get unique application ID.
- ApplicationAccessWLS() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
-
Create and initialize.
- ApplicationResolver - Class in org.eclipse.persistence.sdo.helper
-
This class provides a means for the user to return application-specific information, such as the application name, which will be used when the logic in SDOHelperContext fails.
- ApplicationResolver() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationResolver
-
Default constructor.
- apply(String, Object, DatabaseQuery, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
-
Applies the hint to the query.
- apply(Map<String, Object>, DatabaseQuery, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
-
Applies the hints to the query.
- applyAmendmentMethod() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
ADVANCED: Call the descriptor amendment method.
- applyAmendmentMethod(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Call the descriptor amendment method.
- applyArguments(StoredProcedureCall, DatabaseQuery) - Static method in class org.eclipse.persistence.internal.jpa.QueryImpl
-
Define the query arguments based on the procedure call.
- applyAttributeValuesIntoRow(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
-
PUBLIC: Re-populate the database row with the values from the source object based upon the attribute's mapping.
- applyChanges() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
- applyChanges() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
-
Applies the changes to the JPQL query and returns the refactoring operations.
- applyFunction(Object, List) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Apply this to an object in memory.
- applyHints(Map<String, Object>, DatabaseQuery, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryImpl
-
Set implementation-specific hints.
- applyLogin() - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatProject
- applyLogin() - Method in class org.eclipse.persistence.sessions.Project
-
INTERNAL: Default apply login implementation.
- applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.jaxb.JAXBContext
-
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata
- applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
-
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata,
- applyQueryNodeToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
-
INTERNAL Apply the select or update to the passed query.
- applyToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
-
INTERNAL Apply this node to the passed query.
- applyToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AvgNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CountNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DivideNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FunctionalExpressionNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.IndexNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapEntryNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MaxNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinusNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NullIfNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.PlusNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SizeNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
-
INTERNAL Apply this node to the passed query
- applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
-
INTERNAL Apply this node to the passed query
- AQAdapterMetaData - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Defines the meta-data for the Oracle AQ adapter
- AQAdapterMetaData() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQAdapterMetaData
-
Default constructor.
- AQConnection - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Connection to Oracle AQ JCA adapter.
- AQConnection(AQSession, Connection, AQConnectionSpec) - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQConnection
-
Create the connection on a native AQ session.
- AQConnectionFactory - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Connection factory for AQ JCA adapter.
- AQConnectionFactory() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionFactory
-
Default constructor.
- AQConnectionMetaData - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Defines the meta-data for the Oracle AQ adaptor
- AQConnectionMetaData(AQConnection) - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionMetaData
-
Default constructor.
- AQConnectionSpec - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Connection spec for AQ JCA adapter.
- AQConnectionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionSpec
-
PUBLIC: Default constructor.
- AQConnectionSpec(String, String, String) - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionSpec
-
PUBLIC: Construct the spec with the default directory.
- AQDequeueInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Interaction spec for AQ JCA adapter.
- AQDequeueInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQDequeueInteractionSpec
-
Default constructor.
- AQEISConnectionSpec - Class in org.eclipse.persistence.eis.adapters.aq
-
Provides connection information to an Oracle AQ data source.
- AQEISConnectionSpec() - Constructor for class org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
-
PUBLIC: Default constructor.
- AQEnqueueInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Interaction spec for AQ JCA adapter.
- AQEnqueueInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQEnqueueInteractionSpec
-
Default constructor.
- AQInteraction - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Interaction to Oracle AQ JCA adapter.
- AQInteraction(AQConnection) - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQInteraction
-
Default constructor.
- AQInteractionSpec - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Interaction spec for AQ JCA adapter.
- AQInteractionSpec() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQInteractionSpec
-
Default constructor.
- AQPlatform - Class in org.eclipse.persistence.eis.adapters.aq
-
Platform for Oracle AQ JCA adapter.
- AQPlatform() - Constructor for class org.eclipse.persistence.eis.adapters.aq.AQPlatform
-
Default constructor.
- AQRecord - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Simple indexed record.
- AQRecord() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQRecord
-
Default constructor.
- AQRecordFactory - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Record factory for Oracle AQ JCA adapter.
- AQRecordFactory() - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory
-
Default constructor.
- AQTransaction - Class in org.eclipse.persistence.internal.eis.adapters.aq
-
Transaction to Oracle AQ JCA adapter.
- AQTransaction(AQConnection) - Constructor for class org.eclipse.persistence.internal.eis.adapters.aq.AQTransaction
-
Default constructor.
- archive - Enum constant in enum org.eclipse.persistence.tools.dbws.DBWSPackager.ArchiveUse
- archive() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager.Archiver
- archive() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
- Archive - Interface in org.eclipse.persistence.jpa
-
Provides an abstraction to deal with various kinds of URLs that can be returned by
PersistenceUnitInfo.getPersistenceUnitRootUrl()
- ARCHIVE_FACTORY - Static variable in class org.eclipse.persistence.config.SystemProperties
-
Configures the factory class we use to produce instances of org.eclispe.persistence.jpa.Archive These instances are used to examine persistence units and the files within them and are used for discovery of classes in the persistence unit Allows user-provided ArchiveFactory and Archive
- ARCHIVE_FACTORY - Static variable in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
-
Cache the ArchiveFactory used to derive Archives.
- ArchiveBase - Class in org.eclipse.persistence.internal.jpa.deployment
-
Abstract base class of all Archives.
- ArchiveBase() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
-
Default Constructor.
- ArchiveBase(URL, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
- ArchiveFactory - Interface in org.eclipse.persistence.jpa
-
This interface should be implemented by users that want to provide a custom way of dealing with archives that contain persistence units.
- ArchiveFactoryImpl - Class in org.eclipse.persistence.internal.jpa.deployment
-
This class is written to deal with various URLs that can be returned by
PersistenceUnitInfo.getPersistenceUnitRootUrl()
- ArchiveFactoryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
- ArchiveFactoryImpl(Logger) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
- archiver - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
- archiveUse - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
- areAllResourcesFreedOnClose() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
-
INTERNAL: Indicates whether all the resources used by connection are freed after close method returns.
- areAllResourcesFreedOnClose() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
-
INTERNAL: Indicates whether all the resources used by connection are freed after close method returns.
- areAllResourcesFreedOnClose() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
-
INTERNAL: Indicates whether all the resources used by connection are freed after close method returns.
- areAnnotationsCompatibleWithTransient(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
-
INTERNAL: Return true if this accessible object has 2 or more declared persistence annotations.
- areArithmeticSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression
can be followed by an arithmetic operator. - areChildrenEquivalent(AbstractListHolderStateObject<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
-
Determines whether the children of this
StateObject
are equivalent to the children of the given one, i.e. - areChildrenEquivalent(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
-
Determines whether the children of this
StateObject
are equivalent to the children of the given one, i.e. - areChildrenEquivalent(CollectionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
-
Determines whether the children of this
StateObject
are equivalent to the children of the given one, i.e. - areChildrenEquivalent(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Determines whether the children of this
StateObject
are equivalent to the children of the given one, i.e. - areChildrenEquivalent(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
-
Determines whether the children of this
StateObject
are equivalent to the children of the given one, i.e. - areChildrenEquivalent(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
-
Determines whether the children of this
StateObject
are equivalent to the children of the given one, i.e. - areCollectionsEqualAsSets(Collection<? extends ReturningPolicy.Info>, Collection<? extends ReturningPolicy.Info>) - Static method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
INTERNAL: Compares two Collections as sets (ignoring the order of the elements).
- areComparisonSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression
can be followed by a comparison operator. - areEquals(JavaClass, Class<?>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Compares a JavaModel JavaClass to a Class.
- areEquals(JavaClass, Class<?>) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
- areEquals(JavaClass, Class<?>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Compares a JavaModel JavaClass to a Class.
- areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
Compares a JavaModel JavaClass to a Class.
- areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
-
Compares a JavaModel JavaClass to a Class.
- areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
-
Compares a JavaModel JavaClass to a Class.
- areEquivalent(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
-
Determines whether the given two
StateObject
are equivalent, i.e. - areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
- areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
- areLogicalSymbolsAppendable(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
-
Determines whether the given
Expression
can be followed by a logical operator. - areManyRowsReturned() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
- areNamespacesEqual(String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
-
Indicates if two namespaces are equal.
- areObjectsToBeProcessedInstantiated(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
INTERNAL: The referenced object is checked if it is instantiated or not
- arePrimaryKeyFields(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Used to determine if a foreign key references the primary key.
- areturn(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ARETURN - Static variable in class org.eclipse.persistence.asm.Opcodes
- ARETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- areTypesAssignable(List<Class<?>>, List<Class<?>>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
PUBLIC: Compare two vectors of types.
- areTypesEquivalent(Object[], Object[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
- ARG - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
- ARGNAME_SIZE_LIMIT - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
- argument(ProcedureType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- ARGUMENT_SIZE_MISMATCH_IN_QUERY_AND_QUERY_DEFINITION - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
- argumentDefaultAssignment() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- argumentFields - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
PERF: Argument fields are cached in prepare to avoid rebuilding on each execution.
- argumentIndices - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
- argumentList(ProcedureType) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- ArgumentListFunctionExpression - Class in org.eclipse.persistence.internal.expressions
-
INTERNAL: This an extended FunctionExpression that allows the argument list to grow after it is created.
- ArgumentListFunctionExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
- ArgumentListFunctionExpression_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
- argumentMarker() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
INTERNAL: Return the character to use for the argument marker.
- argumentMarker() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
-
INTERNAL: Return the character to use for the argument marker.
- argumentName - Variable in class org.eclipse.persistence.internal.descriptors.InteractionArgument
-
The type of the query argument
- argumentName - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.ArgumentType
- argumentNames - Variable in class org.eclipse.persistence.eis.interactions.MappedInteraction
- argumentNames - Variable in class org.eclipse.persistence.internal.codegen.MethodDefinition
- argumentNames() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
- argumentNamesSize() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
- argumentParameterTypes - Variable in class org.eclipse.persistence.queries.DatabaseQuery
- arguments - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
-
Defines the arguments to the interaction, these can be the values or argument names/fields the values come from.
- arguments - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
List of procedure IN/OUT/INOUT arguments.
- arguments - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Arguments can be given and specified to predefined queries to allow reuse.
- arguments - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.ProcedureType
- arguments - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
- arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
- arguments(T) - Method in interface org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractEncapsulatedExpressionHelper
-
Returns the arguments that can help to format the localized problem.
- arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper
- arguments(T) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.AbstractTripleEncapsulatedExpressionHelper
- ARGUMENTS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
-
Notifies the list of arguments has changed.
- argumentsEqual(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
- argumentsEqual(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.NonreflectiveMethodDefinition
- argumentsEqual(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
- argumentSizeMismatchInQueryAndQueryDefinition(DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
- ArgumentType - Class in org.eclipse.persistence.tools.oracleddl.metadata
- ArgumentType(String) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.ArgumentType
- ArgumentTypeDirection - Enum in org.eclipse.persistence.tools.oracleddl.metadata
- argumentTypeNames - Variable in class org.eclipse.persistence.internal.codegen.NonreflectiveMethodDefinition
- argumentTypeNames - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Used to build a list of argumentTypes by name pre-initialization
- argumentTypes - Variable in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
- argumentTypes - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Needed to differentiate queries with the same name.
- argumentTypes - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
- argumentTypes - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
- argumentValues - Variable in class org.eclipse.persistence.queries.DatabaseQuery
-
Arguments values can be given and specified to predefined queries to allow reuse.
- arithmetic(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- ARITHMETIC - Enum constant in enum org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AppendableType
-
Determines whether the arithmetic operators (+, -, *, /) can be appended as valid proposals.
- ARITHMETIC_SIGN_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Notifies the arithmetic sign property has changed.
- ArithmeticExpression - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
- ArithmeticExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
-
Creates a new
ArithmeticExpression
. - ArithmeticExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ArithmeticExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ArithmeticExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ArithmeticExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic expression.
- ArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
-
Creates a new
ArithmeticExpressionBNF
. - ArithmeticExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
ExpressionFactory
creates a new expression when the portion of the query to parse starts with an arithmetic identifier. - ArithmeticExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
-
Creates a new
AbstractArithmeticExpressionFactory
. - ArithmeticExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
- ArithmeticExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Creates a new
ArithmeticExpressionStateObject
. - ArithmeticExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Creates a new
ArithmeticExpressionStateObject
. - ArithmeticExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
-
Creates a new
ArithmeticExpressionStateObject
. - ArithmeticFactor - Class in org.eclipse.persistence.jpa.jpql.parser
-
This expression simply adds a plus or minus sign to the arithmetic primary expression.
- ArithmeticFactor(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
-
Creates a new
ArithmeticFactor
. - ArithmeticFactor_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ArithmeticFactor_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- ArithmeticFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic factor expression.
- ArithmeticFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
-
Creates a new
ArithmeticFactorBNF
. - ArithmeticFactorStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
This state object simply adds a plus or minus sign to the arithmetic primary expression.
- ArithmeticFactorStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Creates a new
ArithmeticFactorStateObject
. - ArithmeticFactorStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
-
Creates a new
ArithmeticFactorStateObject
. - ArithmeticFunctionNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- ArithmeticFunctionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ArithmeticFunctionNode
-
ArithmeticFunctionNode constructor comment.
- ArithmeticPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic primary expression.
- ArithmeticPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
-
Creates a new
ArithmeticPrimaryBNF
. - ArithmeticTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for an arithmetic term expression.
- ArithmeticTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
-
Creates a new
ArithmeticTermBNF
. - array(Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an array-valued selection item
- array(Class<T>, Iterable<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Creates a new array and adds the items returned by the given
Iterable
. - array(Class<T>, Iterator<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
-
Creates a new array and adds the items returned by the given
Iterator
. - Array - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- Array - Annotation Type in org.eclipse.persistence.annotations
-
Array types are extended object-relational data-types supported by some databases.
- Array - Static variable in class org.eclipse.persistence.config.ResultType
-
An Object array of values is returned (List<Object[]> or Object[]).
- ARRAY - Enum constant in enum org.eclipse.persistence.internal.jaxb.json.schema.model.JsonType
- ARRAY - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of array reference types.
- ARRAY - Static variable in class org.eclipse.persistence.queries.DataReadQuery
-
An Object[] of values is returned for each row.
- ARRAY_CLS_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- ARRAY_CLS_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- ARRAY_ELEMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
A type path step that steps into the element type of an array type.
- ARRAY_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
- ARRAY_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
- ARRAY_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
- ArrayAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.structures
-
An array accessor.
- ArrayAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
-
INTERNAL: Used for OX mapping.
- ArrayAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
-
INTERNAL: Used for annotations.
- ArrayCollectionMapping - Interface in org.eclipse.persistence.mappings.structures
-
Interface used by the
ArrayCollectionMappingHelper
to interact with the assorted array collection mappings. - ArrayCollectionMappingHelper - Class in org.eclipse.persistence.mappings.structures
-
Helper class to consolidate all the heinous comparing and merging code for the Array collection mappings.
- ArrayCollectionMappingHelper(ArrayCollectionMapping) - Constructor for class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
-
Constructor.
- arrayFromVector(Vector<?>) - Static method in class org.eclipse.persistence.internal.helper.Helper
-
Convert the specified vector into an array.
- ArrayImpl - Class in org.eclipse.persistence.internal.jpa.config.structures
-
JPA scripting API implementation.
- ArrayImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.structures.ArrayImpl
- ArrayIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
- ArrayIterable(E...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
Construct an iterable for the specified array.
- ArrayIterable(E[], int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
Construct an iterable for the specified array, starting at the specified start index and continuing for the rest of the array.
- ArrayIterable(E[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
-
Construct an iterable for the specified array, starting at the specified start index and continuing for the specified length.
- ArrayIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
-
An
ArrayIterator
provides aIterator
for an array of objects. - ArrayIterator(T...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
-
Creates a new
ArrayIterator
for the specified array. - ArrayIterator(T[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
-
Creates a new
ArrayIterator
for the specified array, starting at the specified start index and continuing for the specified length. - arraylength() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- arrayLength() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to compute the length of an array.
- ARRAYLENGTH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ArrayList_class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- ArrayListContainerPolicy - Class in org.eclipse.persistence.internal.queries
-
PERF: Avoids reflection usage for ArrayList.
- ArrayListContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Construct a new policy.
- ArrayListContainerPolicy(Class<?>) - Constructor for class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Construct a new policy for the specified class.
- ArrayListContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
-
INTERNAL: Construct a new policy for the specified class name.
- arrayLoad(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to load an element from an array.
- ArrayMapping - Class in org.eclipse.persistence.mappings.structures
-
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
- ArrayMapping() - Constructor for class org.eclipse.persistence.mappings.structures.ArrayMapping
-
Default constructor.
- ArrayRecord - Class in org.eclipse.persistence.internal.sessions
-
PERF: Optimized record implementation using arrays instead of Vector.
- ArrayRecord() - Constructor for class org.eclipse.persistence.internal.sessions.ArrayRecord
- ArrayRecord(Vector, DatabaseField[], Object[]) - Constructor for class org.eclipse.persistence.internal.sessions.ArrayRecord
- arrayStore(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store an element in an array.
- ArrayValue<T> - Class in org.eclipse.persistence.internal.jaxb.many
- ArrayValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.ArrayValue
- as() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the AS operator.
- as() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- as(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
- as(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
- as(String) - Method in class org.eclipse.persistence.expressions.Expression
-
ADVANCED: Assign an alias to the expression in the select clause.
- As - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- AS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AS'.
- AS_OF - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.history.as-of"
- AS_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AS OF'.
- AS_OF_SCN - Static variable in class org.eclipse.persistence.config.QueryHints
-
"eclipselink.history.as-of.scn"
- AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
-
Notifies the visibility of the
AS
identifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
-
Notifies the visibility of the
AS
identifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
-
Notifies the visibility of the
AS
identifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
-
Notifies the visibility of the
AS
identifier has changed. - AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
-
Notifies the visibility of the
AS
identifier has changed. - asc(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an ordering by the ascending value of the expression.
- ASC - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
-
The constant for 'ASC', which tells to order the items in ascending ordering.
- ASC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'ASC'.
- ascending() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: This can only be used within an ordering expression.
- ascending() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the ASCENDING operator.
- Ascending - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
Ordering operators
- ascendingOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
-
Disable binding support.
- ascii() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- Ascii - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- asciiValue() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, returns the single character strings ascii value.
- asin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- asin(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Asin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- ASM_API_SELECTED - Static variable in class org.eclipse.persistence.asm.Opcodes
- ASM_SERVICE - Static variable in class org.eclipse.persistence.config.SystemProperties
-
This property control which ASM implementation is used for classes bytecode modification.
- ASM_SERVICE_ECLIPSELINK - Static variable in class org.eclipse.persistence.asm.ASMFactory
- ASM_SERVICE_OW2 - Static variable in class org.eclipse.persistence.asm.ASMFactory
- ASM10_EXPERIMENTAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
Deprecated.This API is experimental.
- ASM4 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM5 - Static variable in class org.eclipse.persistence.asm.Opcodes
- ASM5 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM6 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM7 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM8 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM9 - Static variable in class org.eclipse.persistence.asm.Opcodes
- ASM9 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASMFactory - Class in org.eclipse.persistence.asm
- ASMFactory() - Constructor for class org.eclipse.persistence.asm.ASMFactory
- asOf(AsOfClause) - Method in class org.eclipse.persistence.expressions.Expression
-
Sets all tables represented by this expression to be queried as of a past time.
- asOf(AsOfClause) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
- asOf(AsOfClause) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
- asOf(AsOfClause) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
- asOfClause - Variable in class org.eclipse.persistence.internal.expressions.DataExpression
- asOfClause - Variable in class org.eclipse.persistence.internal.history.HistoricalSession
- AsOfClause - Class in org.eclipse.persistence.history
-
Purpose:Wraps an immutable value for a past time.
- AsOfClause - Class in org.eclipse.persistence.jpa.jpql.parser
-
An
AS OF
clause is part of a flashback query, which provides ways to view past states of database objects, or to return database objects to a previous state, without using traditional point-in-time recovery. - AsOfClause() - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(long) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(Number) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(Timestamp) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(Calendar) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(Date) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(Expression) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(AsOfClause) - Constructor for class org.eclipse.persistence.history.AsOfClause
- AsOfClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
-
Creates a new
AsOfClause
. - AsOfClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
-
The query BNF for the
AS OF
clause. - AsOfClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
-
Creates a new
AsOfClauseBNF
. - AsOfClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AsOfClauseFactory
creates a newAsOfClause
when the portion of the JPQL query to parse starts with AS OF. - AsOfClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
-
Creates a new
AsOfClauseFactory
. - AsOfSCNClause - Class in org.eclipse.persistence.history
-
Purpose:Wraps an immutable value for a past time, represented as a database system change number.
- AsOfSCNClause(long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
- AsOfSCNClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
- AsOfSCNClause(Number) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
- AsOfSCNClause(Expression) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
- Assert - Class in org.eclipse.persistence.jpa.jpql
-
An utility class that provides various checks and when the condition fails, then an
Assert.AssertException
is thrown. - Assert.AssertException - Exception Class in org.eclipse.persistence.jpa.jpql
-
The exception thrown when the condition is not met.
- AssertException(String) - Constructor for exception class org.eclipse.persistence.jpa.jpql.Assert.AssertException
-
Creates a new
AssertException
. - assignAlias(String, DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Alias a particular table within this node
- assignAlias(String, DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
-
INTERNAL: Alias a particular table within this node
- assignAlias(DatabaseTable, DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
-
INTERNAL: Alias a particular table within this node
- assignAlias(DatabaseTable, DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
-
INTERNAL: Alias a particular table within this node
- assignAlias(DatabaseTable, DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
-
INTERNAL: Alias a particular table within this node
- assignAliases(Vector) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
-
INTERNAL: Alias the tables in all of our nodes.
- assignCMP3Policy() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
-
Assign a CMP3Policy to each descriptor, and sets the OptimisticLockingPolicy's LockOnChangeMode if applicable.
- assignDefaultValues(AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
-
INTERNAL: Some attributes have default values defined in Project.
- assignDefaultValues(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
-
INTERNAL: Some attributes have default values defined in Project.
- assignedFields - Variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForTempTable
- assignIndices() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
-
INTERNAL compute the re-ordered indices - Do the IN args first, then the 'IN-half' of the INOUT args next, the OUT args, then the 'OUT-half' of the INOUT args
- assignReturnRow(Object, AbstractSession, AbstractRecord, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Assign the fields in the row back into the object.
- assignReturnValueForField(Object, ReadObjectQuery, AbstractRecord, DatabaseField, Collection, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
Assign the field value from the row to the object for all the mappings using field (read or write).
- assignReturnValueToMapping(Object, ReadObjectQuery, AbstractRecord, DatabaseField, DatabaseMapping, Collection, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Assign values from objectRow to the object through the mapping.
- AssignSequence - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
- assignSequenceNumber(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
ADVANCED: Assign sequence number to the object.
- assignSequenceNumber(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED: Assign sequence number to the object.
- assignSequenceNumber(Object, Object, AbstractSession, WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Update the object primary key by fetching a new sequence number from the accessor.
- assignSequenceNumber(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Assign sequence number to the object.
- assignSequenceNumber(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Update the object primary key by fetching a new sequence number from the accessor.
- assignSequenceNumber(WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Update the writeQuery's object primary key by fetching a new sequence number from the accessor.
- assignSequenceNumber(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
INTERNAL: Update the writeQuery's object primary key by fetching a new sequence number from the accessor.
- assignSequenceNumbers() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
- assignSequenceNumbers() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
-
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
- assignSequenceNumbers(Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
-
INTERNAL: Assign sequence numbers to all of the objects.
- assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.Expression
-
INTERNAL: Assign aliases to any tables which I own.
- assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
-
INTERNAL: Assign aliases to any tables which I own.
- assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
-
INTERNAL: Assign aliases to any tables which I own.
- assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
-
INTERNAL: Assign aliases to any tables which I own.
- Association - Class in org.eclipse.persistence.mappings
-
Purpose: Generic association object.
- Association() - Constructor for class org.eclipse.persistence.mappings.Association
-
Default constructor.
- Association(Object, Object) - Constructor for class org.eclipse.persistence.mappings.Association
-
PUBLIC: Create an association.
- ASSOCIATION_FIELD_ONLY - Enum constant in enum org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator.PathType
-
This will allow association fields to be specified but basic mappings are not valid.
- AssociationOverride - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- AssociationOverrideImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
-
JPA scripting API implementation.
- AssociationOverrideImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AssociationOverrideImpl
- AssociationOverrideMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
-
Object to hold onto an association override meta data.
- AssociationOverrideMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
-
INTERNAL: Used for XML loading.
- AssociationOverrideMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
-
INTERNAL: Used for annotation loading.
- ASSUME_EXISTENCE - Enum constant in enum org.eclipse.persistence.annotations.ExistenceType
-
Assume that if the objects primary key does not include null then it must exist.
- ASSUME_NON_EXISTENCE - Enum constant in enum org.eclipse.persistence.annotations.ExistenceType
-
Assume that the object does not exist.
- AssumeExistence - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
- assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC: Assume that if the objects primary key does not include null then it must exist.
- assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC: Assume that if the objects primary key does not include null then it must exist.
- assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
-
PUBLIC: Switch all descriptors to assume existence for non-null primary keys.
- AssumeNonExistence - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
- assumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
PUBLIC: Assume that the object does not exist.
- assumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
-
PUBLIC: Assume that the object does not exist.
- astore(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ASTORE - Static variable in class org.eclipse.persistence.asm.Opcodes
- ASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASTRING - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
- asynchronousPropagateCommand() - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
-
INTERNAL: Asynchronously propagate the command
- AT_SIGN - Static variable in class org.eclipse.persistence.tools.dbws.Util
- atan() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Build operator.
- atan(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Atan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- atan2(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- atan2(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- atan2(Expression, Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
-
PUBLIC: Return a new expression that applies the function to the given expression.
- Atan2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- atEnd() - Method in class org.eclipse.persistence.queries.CursoredStream
-
PUBLIC: Return whether the cursored stream is at its end.
- atEndOfCursor - Variable in class org.eclipse.persistence.queries.ScrollableCursor
-
Internal flag indicating if the end of the cursor has been reached
- athrow() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ATHROW - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- atLeast(JavaSEPlatform) - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
-
Check whether current Java SE is at least (greater or equal) provided platform.
- attachment - Variable in class org.eclipse.persistence.internal.xr.Result
- Attachment - Class in org.eclipse.persistence.internal.xr
-
INTERNAL:
Attachment
is a helper object used by theQueryOperation
to handle binary attachments. - Attachment() - Constructor for class org.eclipse.persistence.internal.xr.Attachment
- ATTACHMENT_MARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- ATTACHMENT_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
- ATTACHMENT_UNMARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
- AttachmentHelper - Class in org.eclipse.persistence.internal.xr
-
INTERNAL:
AttachmentHelper
is a helper object used by theQueryOperation
to handle binary attachments. - AttachmentHelper() - Constructor for class org.eclipse.persistence.internal.xr.AttachmentHelper
- attachmentMarshaller - Variable in class org.eclipse.persistence.internal.oxm.XMLMarshaller
- AttachmentMarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
-
INTERNAL:
- AttachmentMarshallerAdapter(AttachmentMarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
- attachmentType - Variable in class org.eclipse.persistence.tools.dbws.OperationModel
- AttachmentUnmarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
-
INTERNAL:
- AttachmentUnmarshallerAdapter(AttachmentUnmarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
- ATTEMPT_TO_REGISTER_DEAD_INDIRECTION - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTEMPT_TO_RESET_APP_RESOLVER - Static variable in exception class org.eclipse.persistence.exceptions.SDOException
- ATTEMPTED_LOAD_SESSION_WITHOUT_NAME_PROVIDED - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- ATTEMPTED_REDEPLOY_WITHOUT_CLOSE - Static variable in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- attemptedRedeployWithoutClose(String) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
- attemptToAcquireLock(ClassDescriptor, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
-
INTERNAL: This method performs the operations of finding the cacheKey and locking it if possible.
- attemptToRegisterDeadIndirection(Object, DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- attemptToResetApplicationResolver() - Static method in exception class org.eclipse.persistence.exceptions.SDOException
- attribute - Variable in class org.eclipse.persistence.internal.expressions.SubSelectExpression
- attribute - Variable in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
- attribute - Variable in class org.eclipse.persistence.internal.sessions.ChangeRecord
-
This is the attribute name that this change record represents
- attribute() - Element in annotation type org.eclipse.persistence.oxm.annotations.XmlVariableNode
- attribute(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
- attribute(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification of an attribute.
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
INTERNAL:
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
Marshal an attribute for the give namespaceURI, localName, qualifiedName and value
- attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
-
INTERNAL:
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.TypeNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
-
Handle swaRef and inline attribute cases.
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
-
The underlying choice element node value will handle attributes.
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
-
The underlying choice element node value will handle attributes.
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
-
Handle attribute operation.
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
-
Handle attribute operation.
- attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
- attribute(XPathFragment, NAMESPACE_RESOLVER, Object, QName) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- attribute(XPathFragment, NAMESPACE_RESOLVER, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Convert the value if necessary and write out the attribute and converted value.
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
Receive notification of an attribute.
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
-
INTERNAL:
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
- attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
- Attribute - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
- Attribute - Class in org.eclipse.persistence.internal.libraries.asm
-
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS).
- Attribute - Class in org.eclipse.persistence.internal.oxm.schema.model
- Attribute - Interface in org.eclipse.persistence.asm
- Attribute - Static variable in class org.eclipse.persistence.config.ResultType
-
A List of the first selected value is returned.
- Attribute() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
- Attribute() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Attribute
- Attribute(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Constructs a new empty attribute.
- Attribute(String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
- Attribute(String, String, String, String) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.Attribute
- ATTRIBUTE - Enum constant in enum org.eclipse.persistence.annotations.ChangeTrackingType
-
An ATTRIBUTE change tracking type allows change tracking at the attribute level of an object.
- ATTRIBUTE - Enum constant in enum org.eclipse.persistence.tools.dbws.NamingConventionTransformer.ElementStyle
- ATTRIBUTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
- ATTRIBUTE - Static variable in class org.eclipse.persistence.queries.DataReadQuery
-
A single value is returned for each row.
- ATTRIBUTE_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTRIBUTE_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTRIBUTE_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTRIBUTE_COULD_NOT_BE_FOUND_FOR_ENTITY - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
- ATTRIBUTE_COULD_NOT_BE_UPDATED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
- ATTRIBUTE_FORM_QUALIFIED_KEY - Static variable in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
- ATTRIBUTE_NAME_NOT_SPECIFIED - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTRIBUTE_TRANSFORMER_CLASS_INVALID - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTRIBUTE_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- ATTRIBUTE_TYPE_NOT_VALID - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
- attributeAccessor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
Wrapper to store the reference objects.
- AttributeAccessor - Class in org.eclipse.persistence.mappings
-
Purpose: This provides an abstract class for setting and retrieving the attribute value for the mapping from an object.
- AttributeAccessor() - Constructor for class org.eclipse.persistence.mappings.AttributeAccessor
-
Default constructor.
- attributeAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- attributeAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- attributeAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, Class<?>, String) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- AttributeChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
-
Purpose: Define a listener for attribute change tracking.
- AttributeChangeListener(ClassDescriptor, UnitOfWorkImpl, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
-
INTERNAL: Create a AttributeChangeListener with a descriptor and unit of work
- AttributeChangeTrackingPolicy - Class in org.eclipse.persistence.descriptors.changetracking
-
PUBLIC: An AttributeChangeTrackingPolicy allows change tracking at the attribute level of an object by implementing ChangeTracker.
- AttributeChangeTrackingPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
- attributeClass - Variable in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
- attributeClassification - Variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
- attributeClassification - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
- attributeClassification - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
To specify the conversion type
- attributeClassificationName - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
- attributeClassificationName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- attributeConverter - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
- attributeConverterClassName - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
- attributeCouldNotBeFoundForEntity(String, String, String, String) - Static method in exception class org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Attribute could not be found for entity.
- attributeCouldNotBeUpdated(String, String, String, String) - Static method in exception class org.eclipse.persistence.jpa.rs.exceptions.JPARSException
-
Attribute could not be updated.
- AttributeDefinition - Class in org.eclipse.persistence.internal.codegen
-
INTERNAL:
- AttributeDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.AttributeDefinition
- AttributeDetails - Class in org.eclipse.persistence.internal.jpa.weaving
-
INTERNAL: Internal helper class that holds details of a persistent attribute.
- AttributeDetails(String, DatabaseMapping) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
- attributeExpression - Variable in class org.eclipse.persistence.internal.queries.ReportItem
-
Expression (partial) describing the attribute wanted
- attributeExpressions - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
-
Define the attributes to be batch fetched.
- attributeField - Variable in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
-
The attribute name of an object is converted to Field type to access it reflectively
- attributeFormDefault - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
- attributeGroup - Variable in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- AttributeGroup - Class in org.eclipse.persistence.internal.oxm.schema.model
- AttributeGroup - Class in org.eclipse.persistence.queries
-
Purpose: An AttributeGroup represents a set of mappings and nested AttributeGroups for relationship mappings for an entity type.
- AttributeGroup() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
- AttributeGroup() - Constructor for class org.eclipse.persistence.queries.AttributeGroup
- AttributeGroup(String) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
- AttributeGroup(String, Class<?>, boolean) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
-
INTERNAL: This constructer is to only be used by EclipseLink internally
- AttributeGroup(String, String, boolean) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
- attributeGroups - Variable in class org.eclipse.persistence.core.descriptors.CoreDescriptor
- attributeGroups - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
-
Stores predefined reusable AttributeGroups.
- attributeGroups - Variable in class org.eclipse.persistence.sessions.Project
-
List of named AttributeGroups - once Project is initialized, these are copied to the Session.
- AttributeImpl - Class in org.eclipse.persistence.asm.internal.platform.eclipselink
- AttributeImpl - Class in org.eclipse.persistence.asm.internal.platform.ow2
- AttributeImpl<X,
T> - Class in org.eclipse.persistence.internal.jpa.metamodel -
Purpose: Provides the implementation for the Attribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
- AttributeImpl(String) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.AttributeImpl
- AttributeImpl(String) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.AttributeImpl
- AttributeImpl(ManagedTypeImpl<X>, DatabaseMapping) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
-
INTERNAL:
- AttributeImpl(Attribute) - Constructor for class org.eclipse.persistence.asm.internal.platform.eclipselink.AttributeImpl
- AttributeImpl(Attribute) - Constructor for class org.eclipse.persistence.asm.internal.platform.ow2.AttributeImpl
- AttributeItem - Class in org.eclipse.persistence.internal.queries
-
Purpose: Elements stored in AttributeGroup
- AttributeItem() - Constructor for class org.eclipse.persistence.internal.queries.AttributeItem
- AttributeItem(AttributeGroup, String) - Constructor for class org.eclipse.persistence.internal.queries.AttributeItem
- attributeMappingIsMissingForEntityBean(String, String) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- AttributeMimeTypePolicy - Class in org.eclipse.persistence.sdo.helper
- AttributeMimeTypePolicy(String) - Constructor for class org.eclipse.persistence.sdo.helper.AttributeMimeTypePolicy
- attributeName - Variable in class org.eclipse.persistence.core.queries.CoreAttributeItem
- attributeName - Variable in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
- attributeName - Variable in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
-
The name of this attribute.
- attributeName - Variable in class org.eclipse.persistence.mappings.AttributeAccessor
-
Stores the name of the attribute
- attributeName - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
-
PERF: Cache the mappings attribute name.
- attributeName - Variable in class org.eclipse.persistence.queries.FieldResult
-
Stores the name of the bean attribute
- attributeNameNotSpecified() - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- AttributeNamePrefix - Enum in org.eclipse.persistence.internal.mappings.converters
-
INTERNAL: Attribute name prefixes.
- AttributeNameRenamer(JPQLQueryContext, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool.AttributeNameRenamer
-
Creates a new
AttributeNameRenamer
. - AttributeNameTokenizer - Class in org.eclipse.persistence.internal.mappings.converters
-
INTERNAL: Attribute name tokenizer.
- AttributeNameTokenizer(String) - Constructor for class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
-
INTERNAL: Creates an instance of attribute name tokenizer.
- AttributeNameTokenizer.TokensIterator - Class in org.eclipse.persistence.internal.mappings.converters
-
INTERNAL: Attribute name tokenizer parser implemented as an
Iterator<String>
over individual attribute name tokens. - AttributeNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AttributeNode - Interface in org.eclipse.persistence.jaxb
-
Represents an AttributeNode of an entity graph.
- AttributeNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
-
Create a new AttributeNode
- AttributeNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
-
Create a new AttributeNode with the passed name
- AttributeNodeImpl<X> - Class in org.eclipse.persistence.internal.jaxb
- AttributeNodeImpl<X> - Class in org.eclipse.persistence.internal.jpa
-
Concrete JPA AttributeNode class.
- AttributeNodeImpl() - Constructor for class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
- AttributeNodeImpl() - Constructor for class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
- AttributeNodeImpl(String) - Constructor for class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
- AttributeNodeImpl(String) - Constructor for class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
- attributeNodes - Variable in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
- attributeNodes() - Element in annotation type org.eclipse.persistence.oxm.annotations.XmlNamedObjectGraph
-
The list of properties to be marshalled/unmarshalled for this graph.
- attributeNodes() - Element in annotation type org.eclipse.persistence.oxm.annotations.XmlNamedSubgraph
-
The list of properties to include in this graph
- attributeObjectClassification - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
PERF: Also store object class of attribute in case of primitive.
- attributeOnSuperClass - Variable in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
- AttributeOverride - Interface in org.eclipse.persistence.jpa.config
-
JPA scripting API implementation.
- AttributeOverrideImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
-
JPA scripting API implementation.
- AttributeOverrideImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AttributeOverrideImpl
- AttributeOverrideMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
-
INTERNAL: Object to hold onto an attribute override meta data.
- AttributeOverrideMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
-
INTERNAL: Used for XML loading.
- AttributeOverrideMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
-
INTERNAL: Used for annotation loading.
- attributePrefix - Variable in class org.eclipse.persistence.oxm.record.JsonRecord
- attributePrefix - Variable in class org.eclipse.persistence.oxm.record.JSONWriterRecord
- AttributeProxyImpl<X,
T> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy -
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an Attribute is accessed in the metamodel.
- AttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
- attributes - Variable in class org.eclipse.persistence.internal.codegen.ClassDefinition
- attributes - Variable in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
- attributes - Variable in class org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
- attributes - Variable in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.IndexedAttributeList
- attributes - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
-
PERF: Cache the local batch read attribute names.
- attributes() - Element in annotation type org.eclipse.persistence.annotations.FetchGroup
-
(Required) The list of attributes to fetch.
- attributes() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.IndexedAttributeList
- Attributes - Class in org.eclipse.persistence.internal.jpa.config.classes
-
JPA scripting API implementation.
- Attributes() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.Attributes
- attributesMap - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
-
Map of this class' persistent attributes where the key is the Attribute name.
- attributesToAlwaysInclude - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
- attributesToChanges - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
- attributeToFieldValues - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- attributeTransformationMethod - Variable in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
- attributeTransformer - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
attributeTransformerClassName is converter to an instance of AttributeTransformer
- AttributeTransformer - Interface in org.eclipse.persistence.mappings.transformers
-
PUBLIC:
- AttributeTransformerAdapter - Class in org.eclipse.persistence.mappings.transformers
-
Purpose: Provides an empty implementation of AttributeTransformer.
- AttributeTransformerAdapter() - Constructor for class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
-
Default constructor.
- attributeTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- attributeTransformerClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
-
Name of the class which implements AttributeTransformer to be used to retrieve the attribute value
- attributeTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- attributeTypeNotValid(CollectionMapping, Class<?>) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
- attributeWithoutQName(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
- attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
- attributeWithoutQName(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
- attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
- attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
Marshal an attribute for the give namespaceURI, localName, preifx and value
- attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The non standard attributes of this class.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The non standard attributes of this field.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The non standard attributes of this method.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The non standard attributes of this record component.
- Attunity - Static variable in class org.eclipse.persistence.config.TargetDatabase
- AttunityPlatform - Class in org.eclipse.persistence.platform.database
-
TopLink Platform class which works with Attunity's Connect JDBC driver.
- AttunityPlatform() - Constructor for class org.eclipse.persistence.platform.database.AttunityPlatform
- aTypeDeclaration(PLSQLPackageType, String) - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
- AUTH_SOURCE - Static variable in class org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec
- AUTHORIZATION_PRINCIPAL - Static variable in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLConnectionSpec
-
Cloud authorization mechanisms.
- authSource - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoJCAConnectionSpec
-
Optional authSource https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource
- Auto - Static variable in class org.eclipse.persistence.config.QueryType
- Auto - Static variable in class org.eclipse.persistence.config.TargetDatabase
- AUTO - Enum constant in enum org.eclipse.persistence.annotations.CacheKeyType
-
The cache key type is automatically configured depending on what is optimal for the class.
- AUTO - Enum constant in enum org.eclipse.persistence.annotations.ChangeTrackingType
-
Will not set any change tracking policy, and the change tracking will be determined at runtime.
- AUTO - Enum constant in enum org.eclipse.persistence.jaxb.BeanValidationMode
-
If a Bean Validation provider is present in the environment, the JAXB implementation provider must perform the automatic validation of entities.
- AUTO - Static variable in class org.eclipse.persistence.queries.DataReadQuery
-
Auto, a single value if a single field is selected, otherwise an Object[] (JPA default).
- AUTO_DETECT_MEDIA_TYPE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
-
The name of the property used to specify if the media type should be auto detected (default is false).
- autoApply - Variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
- autoApply - Variable in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
- autoApply() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
-
INTERNAL: Return true if this converter should auto apply
- autoCommit(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
-
Used by JDBC drivers that do not support autocommit so simulate an autocommit.
- av - Variable in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- available() - Method in class org.eclipse.persistence.queries.CursoredStream
-
PUBLIC: Returns the number of objects that can be read from this input without blocking.
- average() - Method in class org.eclipse.persistence.expressions.Expression
-
PUBLIC: Function, This represents the aggregate function Average.
- average() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
-
INTERNAL: Create the AVERAGE operator.
- Average - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- avg(boolean, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- avg(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
-
Create an expression applying the avg operation.
- avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- avg(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
AVG(path)
. - AVG - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
-
The constant for 'AVG'.
- avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
- avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
- avgDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
-
Creates the expression
AVG(DISTINCT path)
. - AvgFunction - Class in org.eclipse.persistence.jpa.jpql.parser
-
One of the aggregate functions.
- AvgFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
-
Creates a new
AvgFunction
. - AvgFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AvgFunction_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AvgFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AvgFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AvgFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
- AvgFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
-
This
AvgFunctionFactory
creates a newAvgFunction
when the portion of the query to parse starts with AVG. - AvgFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
-
Creates a new
AvgFunctionFactory
. - avgFunctionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
- AvgFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
-
One of the aggregate functions.
- AvgFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new
AvgFunctionStateObject
. - AvgFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new
AvgFunctionStateObject
. - AvgFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new
AvgFunctionStateObject
. - AvgFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new
AvgFunctionStateObject
. - AvgFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
-
Creates a new
AvgFunctionStateObject
. - AvgNode - Class in org.eclipse.persistence.internal.jpa.parsing
-
INTERNAL
- AvgNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AvgNode
- avgOperator() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
-
Disable binding support.
- avgOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
-
Disable binding support.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Sequence.addText(int, String)
in 2.1.0