Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
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 new AbsExpression when the portion of the query to parse starts with ABS.
AbsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
Creates a new AbsExpressionFactory.
absExpressionHelper() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
AbsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.
AbsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to calculate the IType based on the type of the ABS expression.
AbsFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
Creates a new AbsFunctionResolver.
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 a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
AbstractActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Creates a new AbstractActualJPQLQueryFormatter.
AbstractActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Creates a new AbstractActualJPQLQueryFormatter.
AbstractAppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractAppendableExpressionVisitor
 
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 a CASE 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 the Expression.
AbstractContentAssistVisitor.MappingTypeFilter - Class in org.eclipse.persistence.jpa.jpql.tools
This Filter is responsible to filter out the mappings that can't have their type assignable to the one passed in.
AbstractContentAssistVisitor.NotExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.OrderByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.OrderByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.PropertyMappingFilter - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.RangeVariableDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.ResultVariableVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleFromClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleGroupByClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleSelectClauseCollectionHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.jpql.tools
 
AbstractContentAssistVisitor.StatementHelper<T> - 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 given Expression.
AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
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 the FROM clause of the query or of a sub-query expression.
AbstractFromClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Creates a new AbstractFromClauseStateObject.
AbstractGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
The base validator responsible to gather the problems found in a JPQL query by validating it against the provided JPQL grammar.
AbstractGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Creates a new AbstractGrammarValidator.
AbstractGrammarValidator.AbstractCollectionValidator - Class in org.eclipse.persistence.jpa.jpql
This validate is responsible to validate the collection of Expressions: Making sure they are all separated by a comma or by a space (depending on which one is required); Making sure it does not end with a comma; There is no empty expression between two commas.
AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T> - 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 of AbstractSingleEncapsulatedExpression.
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 for IdentityMap 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 the StateObject representation by delegating the creation to an instance of BasicStateObjectBuilder.
AbstractJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a new AbstractJPQLQueryBuilder.
AbstractJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract definition of a IJPQLQueryFormatter, which converts an StateObject into its string representation that can be used as a real JPQL query.
AbstractJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Creates a new AbstractJPQLQueryFormatter.
AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: AbstractJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. AbstractJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query.
AbstractJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractListHolderStateObject<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstraction definition of a StateObject that holds onto a list of children, the methods defined in ListHolderStateObject are automatically handled here.
AbstractListHolderStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Creates a new AbstractListHolderStateObject.
AbstractListHolderStateObject(StateObject, List<? extends T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Creates a new AbstractListHolderStateObject.
AbstractListHolderStateObject(StateObject, T...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Creates a new AbstractListHolderStateObject.
AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This factory is responsible to return the right literal expression.
AbstractLiteralExpressionFactory(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractLiteralExpressionFactory
Creates a new AbstractLiteralExpressionFactory.
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,MARSHALLER,NAMESPACE_RESOLVER> - Interface in org.eclipse.persistence.internal.oxm.record
This class represents marshal record behaviour that is common to all XML platforms.
AbstractMarshalRecordImpl<ABSTRACT_SESSION,FIELD,MARSHALLER,NAMESPACE_RESOLVER> - Class in org.eclipse.persistence.internal.oxm.record
 
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
AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
Creates a new AbstractSchemaNameFactory.
AbstractSchemaNameStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An abstract schema name designates the abstract schema type over which the query ranges.
AbstractSchemaNameStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
AbstractSchemaNameStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
AbstractSchemaNameStateObject(StateObject, IEntity) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible abstract schema types.
abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
 
AbstractSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
The SELECT clause denotes the query result.
AbstractSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Creates a new SelectClause.
AbstractSelectClause_InvalidSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseCollectionHelper
 
AbstractSelectClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
AbstractSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the abstract definition of a SELECT clause, which is either the SELECT clause of the top-level query or of a subquery.
AbstractSelectClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Creates a new AbstractSelectClauseStateObject.
AbstractSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Creates a new AbstractSelectExpressionStateObjectBuilder.
AbstractSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
A query is an operation that retrieves data from one or more tables or views.
AbstractSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Creates a new AbstractSelectStatement.
AbstractSelectStatement_FromClauseMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.AbstractSelectStatementBuilder
 
AbstractSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the select statement, which has at least a SELECT clause and a FROM clause.
AbstractSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Creates a new AbstractSelectStatementStateObject.
AbstractSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
The base validator responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid, i.e.
AbstractSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Creates a new AbstractSemanticValidator.
AbstractSemanticValidator.CollectionValuedPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is meant to retrieve an CollectionValuedPathExpression if the visited Expression is that object.
AbstractSemanticValidator.ComparingEntityTypeLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.ComparisonExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor compares the left and right expressions of a comparison expression and gathers information about those expressions if they are an identification variable or a path expression.
AbstractSemanticValidator.FirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.InItemsVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.PathType - Enum in org.eclipse.persistence.jpa.jpql
This enumeration allows AbstractSemanticValidator.validateStateFieldPathExpression(StateFieldPathExpression, PathType) to validate the type of the mapping and to make sure it is allowed based on its location.
AbstractSemanticValidator.StateFieldPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is meant to retrieve an AbstractSemanticValidator.StateFieldPathExpressionVisitor if the visited Expression is that object.
AbstractSemanticValidator.SubqueryFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractSemanticValidator.TopLevelFirstDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql
 
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 given Expression.
AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
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,UNMARSHALLER> - Interface in org.eclipse.persistence.internal.oxm.record
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 the Expression.
AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is responsible to traverse the parent hierarchy and to skip SubExpression if it's a parent.
AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor gathers the children of a CollectionExpression or a single visited Expression.
AbstractValidator.JPQLQueryBNFValidator - Class in org.eclipse.persistence.jpa.jpql
This visitor validates any Expression by checking its BNF against some BNFs.
AbstractValidator.NestedArrayVisitor - Class in org.eclipse.persistence.jpa.jpql
 
AbstractValidator.OwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the clause owning the visited Expression.
AbstractValidator.OwningStatementVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the statement owning the visited Expression.
AbstractValidator.SubqueryVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the statement owning the visited Expression.
AbstractWhereClauseSelectStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
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 given visitor.
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 given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.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 given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
 
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
 
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject.MapManagedType
 
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver.MapManagedType
 
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver.VirtualManagedType
 
accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Visits this managed type with the given visitor.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionMappingFilter
 
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingTypeFilter
 
accept(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.PropertyMappingFilter
 
accept(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 and ACC_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 and ACC_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 and ACC_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.
replaced by Sequence.addText(int, String) in 2.1.0
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 another StateObject.
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
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 is IdentifierRole.AGGREGATE and the beginning starts with the current word.
addAggregateIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.AGGREGATE and the beginning starts with the current word.
addAggregateObjectMapping(String, DynamicType, boolean) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a AggregateObjectMapping (Embeddable in JPA) to the DynamicTypeBuilder.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 the Iterable.
addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items returned by the given Iterator.
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 is IdentifierRole.CLAUSE and the beginning starts with the current word.
addClauseIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.CLAUSE and the beginning starts with the current word.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractFromClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractGroupByClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractHavingClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractSelectClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.OrderByClauseStatementHelper
 
addClauseProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.StatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.UpdateClauseStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper
 
addClauseProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor.UnionClauseStatementHelper
 
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 is IdentifierRole.COMPOUND_FUNCTION and the beginning starts with the current word.
addCompoundIdentifiers(JPQLQueryBNF, Expression, boolean, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Adds the JPQL identifiers that are registered with the given JPQLQueryBNF as valid proposals if their role is IdentifierRole.COMPOUND_FUNCTION and the beginning starts with the current word.
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 the DynamicTypeBuilder.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 provided DynamicClassLoader 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