Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01

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 _


A

a2(StringBuffer, int) - Method in class org.eclipse.persistence.logging.XMLLogFormatter
 
aboutToDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
aboutToDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is deleted from the database.
AboutToDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
aboutToInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
aboutToInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before a new object is inserted to the database.
AboutToInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
aboutToUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
aboutToUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is updated in the database.
AboutToUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
abs(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Abs - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
abs() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
ABS - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'ABS'.
AbsExpression - Class in org.eclipse.persistence.jpa.internal.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.internal.jpql.parser.AbsExpression
Creates a new AbsExpression.
AbsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbsExpression_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbsExpressionFactory - Class in org.eclipse.persistence.jpa.internal.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.internal.jpql.parser.AbsExpressionFactory
Creates a new AbsExpressionFactory.
absExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
AbsFunctionResolver - Class in org.eclipse.persistence.jpa.internal.jpql
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.internal.jpql.AbsFunctionResolver
Creates a new AbsFunctionResolver.
absolute(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the given row number in the result set
AbstractCompositeCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
 
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.internal.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.internal.jpql.parser.AbstractConditionalClause
Creates a new AbstractConditionalClause.
AbstractCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: Allows customization of how an object is cloned.
AbstractCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
AbstractDirectMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: Maps an attribute to the corresponding database field type.
AbstractDirectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Default constructor.
AbstractDoubleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This Expression takes care of parsing an expression that encapsulates two expressions separated by a comma.
AbstractDoubleEncapsulatedExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
Creates a new AbstractDoubleEncapsulatedExpression.
AbstractEncapsulatedExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression handles parsing the identifier followed by an expression encapsulated within parenthesis.
AbstractEncapsulatedExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractEncapsulatedExpression
Creates a new AbstractEncapsulatedExpression.
AbstractExpression - Class in org.eclipse.persistence.jpa.internal.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.internal.jpql.parser.AbstractExpression
Creates a new AbstractExpression.
AbstractExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Creates a new AbstractExpression.
AbstractExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The abstract definition of ExpressionVisitor, which implements all the methods but does nothing.
AbstractExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpressionVisitor
 
AbstractFromClause - Class in org.eclipse.persistence.jpa.internal.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.internal.jpql.parser.AbstractFromClause
Creates a new AbstractFromClause.
AbstractFromClause_IdentificationVariableDeclarationEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_IdentificationVariableDeclarationIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_MissingIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_WrongOrderOfIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
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
 
AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.internal.jpql
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).
AbstractJPQLQueryHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This factory is responsible to return the right literal expression.
AbstractLiteralExpressionFactory(String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractLiteralExpressionFactory
Creates a new AbstractLiteralExpressionFactory.
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
 
AbstractPathExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
AbstractPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
AbstractPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
AbstractPathExpression_CannotEndWithComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractPathExpression_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractPathResolver - Class in org.eclipse.persistence.jpa.internal.jpql
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.internal.jpql.AbstractPathResolver
Creates a new AbstractPathResolver.
abstractSchemaName - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
The abstract schema name, which is the entity name or null if this DeclarationResolver.Declaration is a collection member declaration.
abstractSchemaName - Variable in class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
The abstract schema name is the name of the entity.
AbstractSchemaName - Class in org.eclipse.persistence.jpa.internal.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.internal.jpql.parser.AbstractSchemaName
Creates a new AbstractSchemaName.
abstractSchemaName - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
The Expression representing the abstract schema name.
AbstractSchemaName_Invalid - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractSchemaName_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractSchemaNameBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an abstract schema name.
AbstractSchemaNameBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaNameBNF
Creates a new AbstractSchemaNameBNF.
AbstractSchemaNameFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This AbstractSchemaNameFactory creates a new AbstractSchemaName.
AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaNameFactory
Creates a new AbstractSchemaNameFactory.
abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Returns the collection of possible abstract schema types.
abstractSchemaTypes - Variable in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
The set of possible abstract schema types.
abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Returns the collection of possible abstract schema types.
abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.ContentAssistProposals
Returns the collection of possible abstract schema types.
abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IManagedTypeProvider
Returns the collection of possible abstract schema types.
AbstractSelectClause - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The SELECT clause denotes the query result.
AbstractSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectClause
Creates a new SelectClause.
AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AbstractSelectStatement - Class in org.eclipse.persistence.jpa.internal.jpql.parser
A select statement must always have a SELECT and a FROM clause.
AbstractSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Creates a new AbstractSelectStatement.
AbstractSelectStatement_FromClauseMissing - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
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
AbstractSingleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression handles parsing a JPQL identifier followed by an expression encapsulated within parenthesis.
AbstractSingleEncapsulatedExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
Creates a new EncapsulatedExpression.
AbstractSynchronizationListener - Class in org.eclipse.persistence.transaction
Purpose: Abstract Synchronization Listener class Description: This abstract class is paired with the AbstractTransactionController class.
AbstractSynchronizationListener() - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL:
AbstractSynchronizationListener(UnitOfWorkImpl, AbstractSession, Object, AbstractTransactionController) - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL:
AbstractTransactionController - Class in org.eclipse.persistence.transaction
Purpose: Abstract implementation of an ExternalTransactionController.
AbstractTransactionController() - Constructor for class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return a new controller.
AbstractTransformationMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
AbstractTransformationMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Default constructor.
AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given Expression.
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTraverseChildrenVisitor
 
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExpressionVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTraverseParentVisitor
 
AbstractTripleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This Expression takes care of parsing an expression that encapsulates three expressions separated by a comma.
AbstractTripleEncapsulatedExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
Creates a new AbstractTripleEncapsulatedExpression.
AbstractValidator - Class in org.eclipse.persistence.jpa.internal.jpql
The abstract definition of a validator, which provides helper methods and visitors.
AbstractValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Creates a new AbstractValidator.
AbstractValidator.BypassChildCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor is responsible to traverse the children of a CollectionExpression in order to properly validate the Expression.
AbstractValidator.BypassChildCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
Creates a new BypassChildCollectionExpressionVisitor.
AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor is responsible to traverse the parent hierarchy and to skip SubExpression if it's a parent.
AbstractValidator.BypassParentSubExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.BypassParentSubExpressionVisitor
Creates a new BypassParentSubExpressionVisitor.
AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor gathers the children of a CollectionExpression or a single visited Expression.
AbstractValidator.ChildrenCollectorVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.ChildrenCollectorVisitor
 
AbstractValidator.ExpressionValidator - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor validates any Expression by checking its BNF against some BNFs.
AbstractValidator.ExpressionValidator(JPQLQueryBNF) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.ExpressionValidator
Creates a new ExpressionValidator.
AbstractValidator.ExpressionValidator(JPQLQueryBNF...) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.ExpressionValidator
Creates a new ExpressionValidator.
AbstractValidator.OwningClauseVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor retrieves the clause owning the visited Expression.
AbstractValidator.OwningClauseVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.OwningClauseVisitor
Creates a new OwningClauseVisitor.
AbstractViewRow - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AbstractViewRow() - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AbstractViewRow
 
AbstractVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
An abstract class that provides helper methods for quick access to the JPQLQueryContext's methods.
AbstractVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Creates a new AbstractVisitor.
AbstractVisitor.CollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor retrieves the CollectionExpression if it is visited.
AbstractVisitor.CollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.CollectionExpressionVisitor
Creates a new CollectionExpressionVisitor.
AbstractVisitor.ManagedTypeVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
AbstractVisitor.ManagedTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.ManagedTypeVisitor
 
AbstractVisitor.NullExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor checks to see if the visited expression is NullExpression.
AbstractVisitor.NullExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.NullExpressionVisitor
 
ABYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbsFunctionResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.ClassNameResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.ClassResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionEquivalentResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Visits this Resolver by the given visitor.
accept(IManagedTypeVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver.MapManagedType
Visits this managed type with the given visitor.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CollectionMappingFilter
Determines whether the specified object is "accepted" by the filter.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.MappingTypeFilter
Determines whether the specified object is "accepted" by the filter.
accept(IMapping) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.PropertyMappingFilter
Determines whether the specified object is "accepted" by the filter.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.FuncResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.IdentificationVariableResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.KeyResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.NullResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.NumericResolver
Visits this Resolver by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbsExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaName
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AdditionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AllOrAnyExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AndExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AvgFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CoalesceExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConcatExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CountFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DateTime
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DivisionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntryExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExistsExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FromClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.HavingClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariable
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IndexExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InputParameter
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFetch
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.KeyExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.KeywordExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LengthExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LocateExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LowerExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.MaxFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.MinFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ModExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.MultiplicationExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullIfExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NumericLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ObjectExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ResultVariable
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleFromClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SizeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SqrtExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StateFieldPathExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StringLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubstringExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubtractionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SumFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TrimExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TypeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UnknownExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItem
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpperExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ValueExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhenClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhereClause
Visits this Expression by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.SingleValuedObjectFieldResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.StateFieldResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.SumFunctionResolver
Visits this Resolver by the given visitor.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.TreatResolver
Visits this Resolver by the given visitor.
accept(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.util.AndFilter
Determines whether the specified object is "accepted" by the filter.
accept(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.util.Filter
Determines whether the specified object is "accepted" by the filter.
accept(Object) - Method in class org.eclipse.persistence.jpa.internal.jpql.util.NullFilter
Determines whether the specified object is "accepted" by the filter.
accept(ResolverVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.ValueResolver
Visits this Resolver by the given visitor.
accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.spi.IManagedType
Visits this managed type with the given visitor.
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlRecordType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlArrayType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTableType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlToplevelType
 
accept(PublisherVisitor) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
acceptableType(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Determines the root IType that any type should be assignable.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractConditionalClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaName
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CompoundExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DateTime
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariable
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InputParameter
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFetch
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.KeywordExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NumericLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ResultVariable
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StringLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TrimExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UnknownExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItem
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhenClause
Visits the children of this Expression.
acceptMethod(ProcedureMethod, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.MethodFilter
 
acceptMethod(ProcedureMethod) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlStmtType
 
acceptMethod(ProcedureMethod, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithMethods
 
accessor - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.LockVersionExtractor
 
accessor - Variable in class org.eclipse.persistence.eis.EISMappedRecord
 
accessor - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ACCESSOR_METHODS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
accessOrder - Variable in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
accessorMethod(TypeClass) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
accessors - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Connection to use for database access, required for server session connection pooling.
AccessPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Microsoft Access specific behavior.
AccessPlatform() - Constructor for class org.eclipse.persistence.platform.database.AccessPlatform
 
accessType - Variable in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
aClassLoader - Variable in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
 
acos(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Acos - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
acos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
acquire() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquire(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireAccessor(String, ServerSession, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Return an accessor from the pool.
acquireClientConnection(ClientSession) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Allocate the client's connection resource.
acquireClientSession() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession(String) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession(Login) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession(ConnectionPolicy) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return a client session for this server session.
acquireClientSession() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(String) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(String, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(Login) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(Login, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSession(ConnectionPolicy, Map) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a client session for this server session.
acquireClientSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a session broker that behaves as a client session broker.
acquireClientSessionBroker(Map<String, ConnectionPolicy>, Map) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a session broker that behaves as a client session broker.
acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Wait until a connection is available and allocate the connection for the client.
acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: When we acquire a connection from an ExternalConnectionPool we build a new connection (retrieve it from the external pool).
acquireConnection() - Method in class org.eclipse.persistence.sessions.server.ReadConnectionPool
INTERNAL: Wait until a connection is available and allocate the connection for the client.
acquireDeferredLock(Object) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Acquire a deferred lock on the object.
acquireDeferredLock(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a deferred lock on the object.
acquireDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the deferred lock.
acquiredForRead - Variable in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor.CoherenceOnlyCacheKeyWrapper
 
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time.
acquireIfUnownedNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireLock(Object, boolean) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Acquire an active lock on the object.
acquireLock(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object.
acquireLockNoWait(Object, boolean) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Acquire an active lock on the object, if not already locked.
acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object, if not already locked.
acquireLocks() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query to lock, this will also turn refreshCache on.
acquireLocksWithoutWaiting() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query to lock without waiting (blocking), this will also turn refreshCache on.
acquireLockWithWait(Object, boolean, int) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Acquire an active lock on the object, if not already locked.
acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object, if not already locked.
acquireNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireNoWait(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireNumberAtDot(String, int) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Extract the position (index) from a dot fragment of path
acquireNumberInBrackets(String, int, int) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Extract position (index) from a bracket fragment of path
acquireReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the read lock on the cache key object.
acquireReadLockNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the read lock on the cache key object.
acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a read lock on the object.
acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a read lock on the object, if not already locked.
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.jboss.JBossTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.jotm.JotmTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform.
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.oc4j.Oc4jTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.sap.SAPNetWeaverTransactionController
 
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.sunas.SunAS9TransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.was.WebSphereTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform.
acquireTransactionManager() - Method in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController
INTERNAL: Obtain and return the JTA TransactionManager on this platform
acquireUnitOfWork(Session) - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheStore
 
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a unit of work for this session broker.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
acquireUnitOfWork(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork(ReferenceMode) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a unit of work for this session.
Activator - Class in org.eclipse.persistence.jpa.osgi
Activator for JPA OSGi service.
Activator() - Constructor for class org.eclipse.persistence.jpa.osgi.Activator
 
ACTIVE_LOCK_ALREADY_TRANSITIONED - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
activeLockAlreadyTransitioned(Thread) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
activeUnitOfWorkThreadLocal - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
PERF: Cache the active uow in a thread local.
actualText - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
The string representation of this Expression, which needs to include any characters that are considered virtual, i.e. that was parsed when the query is incomplete and is needed for functionality like content assist.
adaptedJavaType - Variable in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
adaptedJavaTypeName - Variable in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
ADAPTER_CLASS_COULD_NOT_BE_INSTANTIATED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ADAPTER_CLASS_METHOD_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ADAPTER_CLASS_NOT_LOADED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
adapterClass - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
adapterClassCouldNotBeInstantiated(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get a new instance of the adapter class.
adapterClassMethodsCouldNotBeAccessed(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get the declared methods from the adapter class.
adapterClassNotLoaded(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The adapter class set on XMLJavaTypeConverter could not be loaded.
ADD - Static variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
 
add(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
add(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Add - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
add(int, Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
add(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
add(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Add the field-value pair to the document.
add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Add the field-value pair to the document.
add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
add(ViewCache) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCacheManager
 
add(ViewCache) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCachePool
 
add(Node) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
add(FieldResult) - Method in class org.eclipse.persistence.queries.FieldResult
INTERNAL: This method is used to support mapping multiple fields, fields are concatenated/added to one fieldResult.
add(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Add is not support for scrollable cursors.
add(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
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(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, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL:
add(int, int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
add(int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
add(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
add(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
add(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
add(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
ADD_ARGS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
addAbstractQueryKey(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method should only be used for interface descriptors.
addAbstractSchemaType(IEntity) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Adds the given IEntity as a possible abstract schema type.
addAbstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Adds the abstract schema types as possible content assist proposals but will be filtered using the current word.
addAbstractSchemaTypes(IType) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Adds the abstract schema types as possible content assist proposals but will be filtered using the current word and the entity's type will have to match the one from the given IType.
addAddedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an added change set.
addAddedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an added change set.
addAdditionalField(DatabaseField) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
addAdditionalField(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the selection query is being initialized to add the fields for the map key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Used when initializing queries for mappings that use a Map.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the selection query is being initialized to add the fields for the map key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used when initializing queries for mappings that use a Map.
addAggregate(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAggregateCollectionMappingLines(NonreflectiveMethodDefinition, String, AggregateCollectionMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
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.sessions.Project
PUBLIC: Add an alias for the descriptor.
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.indirection.IndirectList
 
addAll(Collection) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addAll(Collection) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
addAll(NodeList) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
addAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
addAll(int, 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, 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(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, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
addAllAggregates(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllAggregates(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllClauses(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllClauses(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllCompounds(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllCompounds(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllFunctions(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllFunctions(JPQLQueryBNF, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllFunctions(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllGeneratedTypeNames(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addAllIdentificationVariables(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllIdentifiers(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllIdentifiers(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addAllObjectsForAbstractClass(Class, AbstractSession, Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Add all of the objects of the class and all of its subclasses.
addAllObjectsForAbstractClass(Class, Session, Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Add all of the objects of the class and all of its subclasses.
addAllObjectsForClass(Class, List) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Add all of the objects of the class.
addAllPackages(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addAllTypes(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
Add all types declared in the given schema to the set of types to be translated.
addAnyAttributeToSchema(ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing an any attribute property.
addAnyToSchema(Property, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing an any property.
addAnyToSchema(Property, TypeDefParticle, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing an any property.
addAnyToSchema(Property, TypeDefParticle, boolean, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing an any property.
addAppendableToCollection(T, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
 
addAppendableToCollection(SelectStatement, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseSelectStatementHelper
addAppendableToCollection(SimpleSelectStatement, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleFromClauseSelectStatementHelper
addArgument(String) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
PUBLIC: Define the argument to the interaction for the index argument.
addArgument(String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the field/argument name to be substitute for it.
addArgument(String, String) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the field/argument name to be substitute for it.
addArgument(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName.
addArgument(String, Class) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class, boolean) - 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.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgumentByTypeName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add an argument to the query, but do not resolve the class yet.
addArgumentsNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
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(String, Object) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the value name to be input for it.
addArgumentValue(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argumentValue.
addArgumentValues(List) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argumentValues to the query.
addAscendingOrdering(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This method is not supported in an EIS environment.
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.
addAtTheEndOfChild(T, Expression, int) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CollectionExpressionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(ConstructorExpression, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ConstrutorCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(AbstractDoubleEncapsulatedExpression, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(AbstractFromClause, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(GroupByClause, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(IdentificationVariableDeclaration, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.JoinCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(OrderByClause, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(AbstractTripleEncapsulatedExpression, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.TripleEncapsulatedCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfChild(UpdateClause, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.UpdateItemCollectionHelper
Adds the proposals because the cursor is at the end of the given child Expression.
addAtTheEndOfExpression(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ClauseHelper
Adds the proposals because the cursor is at the end of the Expression.
addAtTheEndOfExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DeleteClauseHelper
Adds the proposals because the cursor is at the end of the Expression.
addAtTheEndOfExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseHelper
Adds the proposals because the cursor is at the end of the Expression.
addAtTheEndOfExpression(HavingClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseHelper
Adds the proposals because the cursor is at the end of the Expression.
addAtTheEndOfExpression(WhereClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseHelper
Adds the proposals because the cursor is at the end of the Expression.
addAttribute(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
Add an attribute to the collection of attributes of a SqlType.
addAttribute(String) - 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, AttributeGroup) - Method in class org.eclipse.persistence.queries.AttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(Expression) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
Method to add an expression to be used to return the parameter that is then passed into the constructor method.
addAttribute(String, Expression, List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
Add the attribute with joining.
addAttribute(String, AttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttribute(String, FetchGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttribute(String, AttributeGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
 
addAttribute(String, LoadGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
 
addAttribute(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute from the reference class to be included in the result.
addAttribute(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to be included in the result.
addAttribute(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to be included in the result.
addAttribute(String, AttributeGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
 
addAttribute(String, CopyGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
 
addAttributes(Collection<String>) - Method in class org.eclipse.persistence.queries.AttributeGroup
Add a set of attributes to the group.
addAttributeToSchema(Attribute, QName, Schema, ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing an attribute property.
addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
addAttributeValue(ContainerValue, Object, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
addAverage(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result.
addAverage(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result and return it as the specified resultType.
addAverage(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result.
addAverage(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the average value of the attribute to be included in the result and return it as the specified resultType.
addBaseType(SDOType) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
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.
addBinding(BindingModel) - Method in class org.eclipse.persistence.tools.dbws.SQLOperationModel
 
addBundle(Bundle, String[]) - Static method in class org.eclipse.persistence.jpa.osgi.PersistenceProvider
Add a bundle to the list of bundles managed by this persistence provider The bundle is indexed so it's classloader can be accessed
addByteArrayWrapperAndDescriptor(TypeInfo, String, ElementDeclaration, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
addCacheInvalidationPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a store procedure or SQL query.
addCascadeLockingPolicy(CascadeLockingPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Add the cascade locking policy to all children that have a relationship to this descriptor either by inheritance or by encapsulation/aggregation.
addChangedMapKeyChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an changed key change set.
addChild(String, Resolver) - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Caches the given Resolver.
addChild(Setting) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
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.
addChildren(Set<JPQLQueryBNF>, Filter<JPQLQueryBNF>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Adds to the given set the child BNF rules and requests them to add their children as long as they have not been traversed already.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractConditionalClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CompoundExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclaration
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFetch
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ResultVariable
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateClause
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItem
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateStatement
Adds the children of this Expression to the given collection.
addChildrenTo(Collection<Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhenClause
Adds the children of this Expression to the given collection.
addChildTableJoinExpression(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: childrenTablesJoinExpressions, childrenTables, allTables and childrenJoinExpression are created simultaneously and kept in sync.
addChildTableJoinExpressionToAllParents(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: call addChildTableJoinExpression on all parents
addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElementMapping(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElementMapping(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElementMapping(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElementMapping(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElementMapping(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElementMapping(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElementMapping(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElementMapping(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElementMapping(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElementMapping(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElementMapping(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElementMapping(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceToSchema(Property, TypeInfo, ComplexType, TypeDefParticle, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing a choice property.
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, DynamicClassWriter) - 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
 
addClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
INTERNAL:
addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Add a class indicator for the root classes subclass.
addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Add a type indicator conversion to this mapping.
addClassIndicator(XMLDescriptor, Class, boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Convenience method that sets up class indicator and @sdoRef attribute.
addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
addClassIndicatorFieldToInsertRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorTypeToParent(Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Post initialize the child descriptors
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.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
 
addClause(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addClauseIdentifierProposals(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.
addClauseIdentifierProposals(SelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseSelectStatementHelper
Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.
addClauseIdentifierProposals(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleFromClauseSelectStatementHelper
Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.
addClauseProposal() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposal() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposal() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractHavingClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposal() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposal() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposal() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseSelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addClauseProposal() - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectStatementHelper
Adds the JPQL identifier of the clause being scanned by this helper.
addCMPPolicyLines(NonreflectiveMethodDefinition, CMPPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addCollectionToMain(int, int, Collection) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addComposedEntity(Object, Object) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
addCompound(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
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, Login, int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Add the connection pool.
addConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Connection are pooled to share and restrict the number of database connections.
addConnectionPool(String, Login, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Add the connection pool.
addConnectionPool(ConnectionPool) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Connection are pooled to share and restrict the number of database connections.
addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: Add a remote Connection to a remote service.
addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Add a remote Connection to a remote service.
addConstraintDependencies(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstraintDependency(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstructorReportItem(ConstructorReportItem) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add a ConstructorReportItem to this query's set of return values.
addConstructors(ClassWriter) - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
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(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.
addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addConverterLines(NonreflectiveMethodDefinition, String, Converter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addCount() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result.
addCount(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addDataResults(AbstractRecord) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Add the row to the set of data results.
addDate(String, int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, return an expression that adds to a date based on the specified datePart.
addDate(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, return an expression that adds to a date based on the specified datePart.
AddDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
addDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
addDate() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Adds to a date the specified addition number as the specified interval unit and returns the resulting date.
addDbStoredProcedure(DbStoredProcedure) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
addDbTable(DbTable) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
addDeclaredProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
addDeclaredProperty(Property, int) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
addDefaultArgsHolderType(SqlType, String, SqlType, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: EJB 3.0 support for default listeners.
addDefaultReadOnlyClass(Class) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add the read-only class which apply to each UnitOfWork created by default.
addDeleteClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Manually adds the delete clause to this delete statement.
addDescendingOrdering(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This method is not supported in an EIS environment.
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.
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a descriptor to a session broker, you must add it to its session.
addDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptor to the session.
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add the descriptor to the project.
addDescriptor(ClassDescriptor, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Used by the BuilderInterface when reading a Project from INI files.
addDescriptorByQName(QName, XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
 
addDescriptorByQName(QName, XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
 
addDescriptorNamespacesToXMLRecord(XMLDescriptor, XMLRecord) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
addDescriptorPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
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.sessions.broker.SessionBroker
PUBLIC: You cannot add a project to a session broker, you must add it to its session.
addDescriptors(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptors to the session.
addDescriptors(Project) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptors to the session from the Project.
addDescriptors(Collection, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Add the descriptors to the session.
addDescriptors(Project, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Merge the descriptors from another project into this one.
addDescriptorToProject(Project) - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
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, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a direct to field mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a direct to field mapping to the receiver.
addDirectMapping(String, Class<?>, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Allows DirectToFieldMapping (@Basic) mapping to be added to a dynamic type through API.
addDirectMapping(String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Add a direct mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Add a direct to node mapping to the receiver.
addDirectMapping(String, String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a direct mapping to the receiver.
addDirectMapping(String, String, String, String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a direct to node mapping to the receiver.
addDirectMappingForEnum(String, String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
addDirectQueryKey(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a query key to the descriptor.
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.
addedElements - Variable in class org.eclipse.persistence.indirection.IndirectList
Store added elements to avoid instantiation on add.
addedElements - Variable in class org.eclipse.persistence.indirection.IndirectSet
Store added elements to avoid instantiation on add.
addElement(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addElementRefToSchema(Schema, TypeDefParticle, Element, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method that adds an element ref to a given schema.
addElementToSchema(Element, String, boolean, TypeDefParticle, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method that adds an element to a given schema.
addEndFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
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.
addEnum(String, Object...) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
addEnum(String, String, String, DynamicClassLoader) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
addEnumerationWrapperAndDescriptor(TypeInfo, String, ElementDeclaration, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
addEnumLiteral(String) - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
addEnumTypeInfo(JavaClass, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addEventManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addFailoverConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Add the connection pool to used if this pool database goes down.
addFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Add a named fetch group to the descriptor
addFetchGroupLines(NonreflectiveMethodDefinition, FetchGroup, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addFetchGroupManagerLine(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addField(DatabaseField, boolean, boolean, boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
addField(PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
PUBLIC: Add the field to the index.
addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the type to a nested type.
addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type, default sizes are used.
addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type to a nested type.
addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addFieldForInsert(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForUpdate(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldLines(FieldDefinition, NonreflectiveMethodDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field name in the source table.
addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Add a field name translation that maps from a field name in the source table to a field name in the aggregate descriptor.
addFieldOrdering(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
PUBLIC: Order the fields in a specific Add the field ordering, this will order the fields in the order this method is called.
addFieldResult(FieldResult) - Method in class org.eclipse.persistence.queries.EntityResult
 
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query.
addFieldsForMapKey(AbstractRecord) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMappedKeyMapContainerPolicy(ContainerPolicy, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
The ContainerPolicy may contain some additional fields that should be added to the table
addFieldsToParent(Vector) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Recursively adds fields to all the parents
addFieldsToRow(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Add the tenant discriminator fields to the row.
addFieldToMain(int, int, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addFieldTransformation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformation(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the name of field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the name of field and the transformer that returns the value to be placed in the field when the object is written to the database.
addFieldTransformer(DatabaseField, FieldTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Add the field and the transformer that returns the value to be placed in the field when the object is written to the database.
addFieldTransformer(String, FieldTransformer) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Add the name of a field and the name of a class which implements the FieldTransformer interface.
addFieldTransformerClassName(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Add the name of a field and the name of a class which implements the FieldTransformer interface.
addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
addFieldTranslation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field in the source table.
addFieldTranslation(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Add a field translation that maps from a field in the source table to a field name in the aggregate descriptor.
addFieldTranslation(DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addFieldTranslations(Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field name in the source table.
addFilesToJarOutputStream(JarOutputStream) - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
addFilesToJarOutputStream(JarOutputStream) - Method in class org.eclipse.persistence.tools.dbws.JavasePackager.JavaseArchiver
 
addFilesToJarOutputStream(JarOutputStream) - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
addFilteredMappings(IManagedType, List<IMapping>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FilteringMappingCollector
 
addForeignKeyConstraint(TableDefinition, TableDefinition, List<String>, List<String>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Add a foreign key constraint to the source table.
addForeignKeyConstraint(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a foreign key constraint to the table.
addForeignKeyConstraint(ForeignKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a foreign key constraint to the table.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This protocol can be used to associate multiple tables with foreign key information.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldNameForMultipleTable(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This protocol can be used to associate multiple tables with foreign key information.
addForeignKeyFieldToSourceTargetTable(OneToOneMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addForeignKeyFieldToSourceTargetTable(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addForeignKeyLines(ForeignKeyConstraint, NonreflectiveMethodDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
addForeignMappingFkConstraint(Map<DatabaseField, DatabaseField>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addForeignQueryKeyName(DatabaseField, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: A foreign key from the source table and abstract query key from the interface descriptor are added to the mapping.
addForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: A foreign key from the source table and abstract query key from the interface descriptor are added to the mapping.
addForeignReferenceMappingLines(NonreflectiveMethodDefinition, String, ForeignReferenceMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Manually adds the FROM clause to this SELECT statement.
addFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Manually adds the FROM clause to this SELECT statement.
addFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectStatement
Manually adds the FROM clause to this SELECT statement.
addFunction(String, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addFunctionItem(String, Expression, String) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the function against the attribute expression to be included in the result.
addGlobalElements(HashMap<QName, ElementDeclaration>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
INTERNAL:
addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
INTERNAL:
addGlobalProperty(QName, Property, boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
addGlobalRef(SDOTypesGenerator.GlobalRef) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
addGrouping(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to the group by expressions.
addGrouping(Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute expression to the group by expressions.
addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: If an XPathNode does not have an associated NodeValue then add it to the MarshalRecord as a grouping element.
addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, DirectCollectionMapping, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, ManyToManyMapping, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryPolicyLines(NonreflectiveMethodDefinition, HistoryPolicy, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addHistoryTableName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Use to specify the names of the mirroring historical tables.
addHistoryTableName(String, String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Use to specify the names of the mirroring historical tables.
addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Adds the given identification variable as a proposal.
addIdentificationVariable(IdentificationVariable, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
addIdentificationVariables(ContentAssistVisitor.IdentificationVariableType, Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Adds the possible identifier variables as valid proposals but filter them based on the given type.
addIdentifier(String, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addIdentifier(String, int, String, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addIdentifier(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Adds the given JPQL identifier as a proposal.
addIdentityField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addIdentityField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addImportIfRequired(Schema, Schema, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addIndex(IndexDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add an index to the table.
addIndexes - Variable in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
The indexes into the new collection of the elements that were added.
addInheritanceLines(NonreflectiveMethodDefinition, InheritancePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addInOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addInOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addInterfaceLines(NonreflectiveMethodDefinition, InterfacePolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addInternalException(Object) - Method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Add an internal Exception to the collection of internal Exceptions
addinternalListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
addItem(ReportItem) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
addItem(ReportItem) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Method used to abstract addToConstructorItem behavour from the public addItem methods
addItem(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItem(String, Expression, List) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItem(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Add the expression value to be included in the result.
additional - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
additional - Variable in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
 
ADDITIONAL_CRITERIA_NOT_SUPPORTED_WITH_INHERITANCE_VIEWS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ADDITIONAL_SIZE_QUERY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
additionalAggregateCollectionKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
used by aggregate descriptors to hold additional fields needed when they are stored in an AggregatateCollection These fields are generally foreign key fields that are required in addition to the fields in the descriptor's mappings to uniquely identify the Aggregate
additionalArgs - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
 
AdditionalCriteria - Annotation Type in org.eclipse.persistence.annotations
An additional criteria can be specified at the Entity or MappedSuperclass level.
additionalCriteria - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
additionalCriteriaNotSupportedWithInheritanceViews(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
additionalFields - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow for additional fields to be selected, used for m-m batch reading.
additionalHistoryExpression(ObjectExpression) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Add any temporal querying conditions to this object expression.
additionalJoinExpression - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
additionalOperations - Variable in class org.eclipse.persistence.tools.dbws.TableOperationModel
 
additionalProperties - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
additionalSizeQueryNotSpecified(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
additionalTablePrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
additionalWritableMapKeyFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
stores fields that are written by Map key mappings so they can be checked for multiple writable mappings
AdditionExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
BNF: arithmetic_expression ::= arithmetic_expression + arithmetic_term
AdditionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AdditionExpression
Creates a new AdditionExpression.
AdditionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AdditionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
addJavaConversion(Class, QName) - Method in class org.eclipse.persistence.oxm.XMLField
Add a Java to XML Conversion pair entry
addJavaDocLinesToBuffer(StringBuffer, List, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
addJavaFieldToXmlEnumValuePair(String, String) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Add a Java field name to XmlEnumValue pair.
addJavaFieldToXmlEnumValuePair(boolean, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Add a Java field name to XmlEnumValue pair.
addJavaType(String, List<AttributeField>, List<ProcedureMethod>, boolean, TypeClass) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addJBossNotificationListener() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: The listener will handle application re-deployment.
addJoin(Join, IdentificationVariable) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
 
addJoinColumnsFkConstraint(List<DatabaseField>, List<DatabaseField>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the one-to-one mapped attribute to be join fetched in this query.
addJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the attribute to be join fetched in this query.
addJoinFetch(JoinFetch) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
 
addJoinIdentifiers() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addJoinSelectionFields(Vector, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The method adds to the passed input vector the fields or expressions corresponding to the joins.
addJPAQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Add a pre-defined not yet parsed JPQL String/query to the session to be parsed after descriptors are initialized.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addLeftIdentificationVariables(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: Listener objects can be registered with the event manager to be notified when an event occurs on any instance of the descriptor's class.
addListener(PublisherListener) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
addListener(SessionEventListener) - Method in class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: Add the event listener to the session.
addLiteralLabel(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
addLockFieldName(String) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
PUBLIC: Add a fieldname to lock on.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Add update fields for template row.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Add update fields for template row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method adds the lock value to the translation row of the passed in query. depending on the storage flag, the value is either retrieved from the cache of the object.
addLogger(String, String) - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Add Logger to the catagoryloggers.
addManyToManyMapping(String, DynamicType, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a ManyToManyMapping to the DynamicTypeBuilder.entityType being built or extended.
addManyToManyMappingLines(NonreflectiveMethodDefinition, String, ManyToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addMappedFieldToMain(DatabaseField, ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addMappedSuperclass(String, RelationalDescriptor) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: 266912: Add a descriptor to the Map of mappedSuperclass descriptors
addMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a database mapping to the receiver.
addMapping(DatabaseMapping) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add the mapping to the DynamicTypeBuilder.entityType's descriptor being built or extended.
addMapping(IMapping) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Adds the given mapping (state field, association field or collection field) as a valid proposal.
addMappingLines(NonreflectiveMethodDefinition, DatabaseMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addMappings(Collection<IMapping>) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Adds the given mappings (state fields, association fields or collection fields) as valid proposals.
addMappingsPostCalculateChanges(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Add a mapping to the list of mappings that require postCalculateChanges method to be called.
addMappingsPostCalculateChangesOnDeleted(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Add a mapping to the list of mappings that require mappingsPostCalculateChangesOnDeleted method to be called.
addMappingToOwner(boolean, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
addMapsIdMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify a maps id mapping on a shared embeddable descriptor.
addMapToSchema(Property, Element, Schema, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing a reference property.
addMaximum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMaximum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMetamodelIdClassMapEntry(String, String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Add an IdClass entry to the map of ids for a particular owner This function is used exclusively by the Metamodel API.
addMethod(WrapperMethodMetadata) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.WrapperPackageMetadata
 
addMinimalFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Add primary key and version attributes to the passed fetch group.
addMinimum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinimum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMonths(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, to add months to a date.
addMonths(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, to add months to a date.
AddMonths - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
addMonths() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
addMovedChangeSet(Object, int, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an moved change set.
addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addMtomAttachment(DataHandler, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addNamedArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the value to be substitute for it.
addNamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
ADVANCED: Add the cursor output parameter to the procedure.
addNamedInOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedQueryLines(NonreflectiveMethodDefinition, DatabaseQuery, DescriptorQueryManager, int) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
addNamespace(String, String) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
addNamespaceDeclaration(Element, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
addNestedFieldNameTranslation(String, String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames that should be applied to this mapping.
addNestedFieldNameTranslations(String, Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFields that should be applied to this mapping.
addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames that should be applied to this mapping.
addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Add a nested field translation that maps from a field in the source table to a field name in a nested aggregate descriptor.
addNestedFieldTranslation(String, DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addNestedFunctionsForArgument(List, PLSQLargument, DatabaseType, Set<DatabaseType>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Add the nested function string required for the type and its subtypes.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method provides client with access to add a new connection pool to a TopLink ServerSession.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method provides client with access to add a new connection pool to a EclipseLink ServerSession.
addNextNamespaceResolver(Map) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
addNonBindingOperator(ExpressionOperator) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
addNonBindingOperator(ExpressionOperator) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware does not support the use of parameters in certain functions.
addNonFetchJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the one-to-one mapped attribute to be optimized in this query.
addNonFetchJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the one-to-one mapped attribute to be optimized in this query.
addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
addObjectToCache(Object, Node, XMLMapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
addObjectTypeConverterLines(NonreflectiveMethodDefinition, String, ObjectTypeConverter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOneToManyMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a OneToManyMapping to the DynamicTypeBuilder.entityType being built or extended.
addOneToManyMappingLines(NonreflectiveMethodDefinition, String, OneToManyMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOneToOneMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Allows OneToOneMapping (@OneToOne and @ManyToOne) mappings to be added to a dynamic type through API.
addOneToOneMappingLines(NonreflectiveMethodDefinition, String, OneToOneMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Add the open content property into all 3 data structures.
addOpenMappings() - Method in class org.eclipse.persistence.sdo.SDOType
 
addOpenMappings() - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
addOpenMappings() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
 
addOperator(ExpressionOperator) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Add an operator to the global list of operators.
addOptimisticLockingLines(NonreflectiveMethodDefinition, OptimisticLockingPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addOptionalArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Add the optional argument.
addOrderBy(String, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in descending or ascending order.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractConditionalClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractEncapsulatedExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaName
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CompoundExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DateTime
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteral
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariable
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclaration
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InputParameter
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFetch
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.KeywordExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NumericLiteral
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ResultVariable
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StringLiteral
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UnknownExpression
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateClause
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItem
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateStatement
Adds the StringExpressions representing this Expression.
addOrderedChildrenTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhenClause
Adds the StringExpressions representing this Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractEncapsulatedExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AggregateFunction
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrderedEncapsulatedExpressionTo(List<StringExpression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TrimExpression
Adds the StringExpressions representing the encapsulated Expression.
addOrdering(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Add the ordering expression.
addOutputArgument(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Define the output argument to the interaction and the field/argument name to be substitute for it.
addOutputArgument(String, String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Define the output argument to the interaction and the field/argument name to be substitute for it.
addOutputArgument(String) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addOutputArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addOutputArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addOverrideManyToManyMapping(ManyToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: In JPA users may specify overrides to apply to a many to many mapping on a shared embeddable descriptor.
addOverrideManyToManyMapping(ManyToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify overrides to apply to a many to many mapping on a shared embeddable descriptor.
addOverrideManyToManyMapping(ManyToManyMapping) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: In JPA users may specify overrides to apply to a unidirectional one to many mapping on a shared embeddable descriptor.
addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify overrides to apply to a unidirectional one to many mapping on a shared embeddable descriptor.
addOverrideUnidirectionalOneToManyMapping(UnidirectionalOneToManyMapping) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addPackageLevelAdapterClass(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Put a bound type class to adapter class entry in the Map.
addPackageToNamespaceMapping(String, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/NamespaceInfo entry to the map.
addPackageToPackageInfoMapping(String, PackageInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addParentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Add parent descriptor.
addParentInterface(Class) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
PUBLIC: Add the parent Interface class.
addParentInterfaceName(String) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
 
addPartialAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Deprecated. since EclipseLink 2.1, partial attributes replaced by fetch groups.
addPartialAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Deprecated. since EclipseLink 2.1, partial attributes replaced by fetch groups.
addPartition(String, Comparable, Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Add the range partition.
addPartition(RangePartition) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Add the range partition.
addPartition(Object, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Add the value partition.
addPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the map of partitioning policies, keyed by name.
addPlsqlDBType(String, String, String, String, boolean, String, String, String, int, SqlType) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addPlsqlDBType(String, String, String, String, boolean, String, String, String, int, SqlType, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addPosition(Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.QueryPosition
Adds the position of the cursor within the given Expression
addPositionalNodes(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
addPositionalNodes(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addPredefType(String, String, int, String, String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addPredefType(SqlName, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addPreDeleteMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Add the mapping to be notified before deletion.
addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Specify the primary key field of the descriptors table.
addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
addPrimaryKeyField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addPrimaryKeyField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the primary key field of the descriptors table.
addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Specify the primary key field.
addPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
addPrimaryKeyJoinField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Add a primary key join column (secondary field).
addProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProblem(Expression, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProblem(Expression, String, String...) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Adds a new validation problem that was found in the given Expression.
addProcedures(StoredProcedureDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
addProfile(Profile) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
addProperty(String, Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Put a Property in the Map of Properties for this TypeInfo.
addPropertyGetMethod(ClassWriter, SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
addPropertyGetMethodInternal(ClassWriter, SDOProperty, String, String) - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
addPropertyIndices(ClassWriter) - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
addPropertySetMethod(ClassWriter, SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
addPropertyToList(List<Property>, String, ArrayList<String>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Convenience method that adds non-null, non-transient properties to a given List<Property>.
addProposal(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addProposal(String, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addProposals(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ClauseHelper
Adds the possible proposals.
addProposals(T, int) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CollectionExpressionHelper
Adds
addProposals(ConstructorExpression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ConstrutorCollectionHelper
Adds
addProposals(DeleteClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DeleteClauseHelper
Adds the possible proposals.
addProposals(AbstractDoubleEncapsulatedExpression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Adds
addProposals(AbstractFromClause, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseCollectionHelper
Adds
addProposals(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseHelper
Adds the possible proposals.
addProposals(GroupByClause, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseCollectionHelper
Adds
addProposals(HavingClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseHelper
Adds the possible proposals.
addProposals(IdentificationVariableDeclaration, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.JoinCollectionHelper
Adds
addProposals(OrderByClause, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseCollectionHelper
Adds
addProposals(AbstractTripleEncapsulatedExpression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.TripleEncapsulatedCollectionHelper
Adds
addProposals(UpdateClause, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.UpdateItemCollectionHelper
Adds
addProposals(WhereClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseHelper
Adds the possible proposals.
addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Add the query to the descriptor queries with the given name
addQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Add the query to the session queries
addQuery(String, DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Add the query to the session queries with the given name.
addQueryKey(QueryKey) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a query key to the descriptor.
addQueryKeyLines(NonreflectiveMethodDefinition, QueryKey) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addQueryManagerPropertyLines(NonreflectiveMethodDefinition, ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addRangeIdentificationVariable(String, IEntity) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Adds the given range identification variable that is mapping the given abstract schema type.
addReadOnlyClass(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Adds the given Java class to the receiver's set of read-only classes.
addReadOnlyClasses(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Adds the classes in the given Vector to the existing set of read-only classes.
addReferencedElement(Property, ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addReferencedElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Add an ElementDeclaration to the list of referenced elements.
addReferenceKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Add the reference key field.
addReferenceKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Add the name of the reference key field.
addReferenceToSchema(Property, Schema, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing a reference property.
addRelationTableSourceRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row source relation fields with values extracted from the source object.
addRelationTableSourceRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row source relation fields with values extracted from the source row.
addRelationTableTargetRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row target relation fields with values extracted from the target object.
addRemovedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an removed change set.
addRemovedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an removed change set.
addResult(SQLResult) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
 
addResultsToList(Object, List) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
Convenience method that will add the provided object to the 'results' list if the object is non-null.
addResultVariables(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addReturningPolicyLines(NonreflectiveMethodDefinition, ReturningPolicy) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addReturningPolicyLines(NonreflectiveMethodDefinition, ReturningPolicy, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addRootElement(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a root element name for the Descriptor This value is stored in place of a table name
addRootElementToDescriptor(SDOProperty, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
adds - Variable in class org.eclipse.persistence.eis.EISCollectionChangeRecord
The added stuff.
adds - Variable in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
The added stuff.
addScalarExpressionProposals(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addSchemaComponents(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addSchemaLocations(Document, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
addSchemaToList(String) - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
Add the given SystemId to the list of processed schemas, if it isn't already in the list.
addSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Adds the new type value to the list of types
addSelectClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Sets the query statement to be a select clause.
addSelectExpressionProposals(AbstractSelectClause, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addSelectExpressionProposals(Expression, int, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
addSelectionFieldsForJoinedExpression(List, boolean, Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The method adds to the passed input vector the fields or expressions corresponding to the passed join expression.
addSelectionQuery(ForeignReferenceMapping, ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerClassPolicy
INTERNAL:
addSelectStatement() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
 
addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a sequence to a session broker, you must add it to its session.
addSequence(Sequence) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the sequence to the session.
addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Add sequence corresponding to the name Don't use if the session is connected.
addSession(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Add and initialize a new session to the list of sessions associated with this XMLContext.
addSession(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
INTERNAL: Add and initialize a new session to the list of sessions associated with this XMLContext.
addSession(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: add an named session to the hashtable.
addSession(String, Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
ADVANCED: add an named session to the hashtable.
addSettingWithoutModifyingDataObject(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL: Add a setting to the list at the specified index.
addSettingWithoutModifyingDataObject(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
addSettingWithoutModifyingDataObject(Property, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
addSimpleComponentAnnotations(SimpleComponent, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
addSimpleXMLFormat(Schema) - Static method in class org.eclipse.persistence.tools.dbws.Util
 
addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceToTargetKeyFieldAssociation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
PUBLIC: Add a source-target xpath pair to the map.
addSourceToTargetKeyFieldAssociation(XMLField, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
addSpecialOperation(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Allows operations other than Expression.equal to be used for comparisons.
addSqlDBType(SqlName, String, boolean, SqlType) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addSqlDBType(String, String, String, String, boolean, SqlType) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addSqlOperation(SQLOperationModel) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add a named SQLResultSetMapping to this project.
addSqlType(SqlName, int, boolean, boolean, SqlType, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addSqlType(SqlName, int, boolean, boolean, SqlType, String, boolean, MethodFilter) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addSqlUserType(String, String, int, boolean, int, int, MethodFilter) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addStandardDeviation(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
addStandardDeviation(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
addStartFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Sets the name of the start field.
addStatement(SQLStatement) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a statement level query.
addStatement(String) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
addStatement(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
addStructConverter(StructConverter) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Add a StructConverter
addSubstitutableElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
addSum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result.
addSum(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result.
addSum(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSwaRefAttachment(DataHandler) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addSwaRefAttachment(byte[], int, int) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addSwaRefAttachment(DataHandler) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addSwaRefAttachment(byte[], int, int) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
addTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the table for the class of objects the receiver describes.
addTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Add the table.
addTableDefinitions(Collection) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Add a set of tables.
addTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
addTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
addTargetField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Add the associated fields to the appropriate collections.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Define the target foreign key relationship in the one-to-many mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Define the target foreign key relationship in the Variable 1-1 mapping.
addTargetQuery - Variable in class org.eclipse.persistence.mappings.OneToManyMapping
Query used to update a single target row setting its foreign key to point to the source.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Add a tenant discriminator field to the policy.
addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL: Return all the tenant id fields.
addText(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
addText(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
addTiming(String, long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
addTo(int, int[]) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add the int to the end of the array.
addTo(int[], int[][]) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add the int[] to the end of the array.
addToAttributeOnlyConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: An attribute only conversion value is a one-way mapping from the database to the object.
addToCollectionChangeRecord(Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Add a new value and its change set to the collection change record.
addToConstructorItem - Variable in class org.eclipse.persistence.queries.ReportQuery
flag to allow items to be added to the last ConstructorReportItem
addToSchemaType(TypeInfo, List<Property>, TypeDefParticle, ComplexType, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addToTableDefinition(TableDefinition) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL:
addTransformationMappingLines(NonreflectiveMethodDefinition, String, TransformationMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addTransformerToSchema(Property, TypeInfo, TypeDefParticle, ComplexType, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing XmlWriteTransformer(s) for a given property.
addType(Name, TypeClass, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
addType(SDOType) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
addTypeConversionConverterLines(NonreflectiveMethodDefinition, String, TypeConversionConverter) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicHelper
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
addTypeToListIfNeeded(Type, Type) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
addUnamedArgument(String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index argument.
addUnamedArgument(String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgument(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedArgumentValue(Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedArgumentValue(Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure for the index argument.
addUnamedInOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedInOutputArgumentValue(Object, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedInOutputArgumentValue(Object, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure for the index argument and the field/argument name to be substitute for it on the way in and out.
addUnamedOutputArgument(String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addUnamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUnamedOutputArgument(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the field/argument name to be substitute for the index output argument.
addUniqueKeyConstraint(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraint(String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraint(UniqueKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraints(TableDefinition, Map<String, List<List<String>>>) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
 
addUnitOfWork(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Add a UnitOfWork object to the Hashtable keyed on the external transaction object.
addUnmappedFieldToMain(DatabaseField, ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
addUnnamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
ADVANCED: Add the cursor output parameter to the procedure.
addUpdate(Expression, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdate(String, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdate(Expression, Expression) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdate(String, Expression) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Adds the update (SET) clause to the query.
addUpdateInternal(Object, Object) - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL:
addValue(Object, boolean, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
addValueToSettings(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
addVariable(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariable(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariableOneToOneMappingLines(NonreflectiveMethodDefinition, String, VariableOneToOneMapping) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addVariance(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the variance value of the attribute to be included in the result.
addVariance(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the variance value of the attribute to be included in the result.
addWhereClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Manually adds an empty WHERE clause.
addWLSNotificationListener(String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Adds a notification listener to the ApplicationRuntimeMBean instance with "ApplicationName" attribute equals to 'mapKey.applicationName'.
addWrapperMethodMetadata(String, String[], String[], String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
addWrappersToProject(Project) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
 
addWriteConnection(String, Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Add the connection to the client session.
addWriteReplace(ClassWriter) - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
addXDBDescriptors(String, DatabaseSessionImpl, NamespaceResolver) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Invoked from a descriptor is not found.
addXMLConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
Add an XML to Java Conversion pair entry
addXmlElementWrapperToSchema(Property, Schema, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for processing an XmlElementWrapper for a given property.
addXMLInteractionLines(NonreflectiveMethodDefinition, XMLInteraction, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
addXmlJoinNodesToSchema(Property, TypeDefParticle, Schema, ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method that processes the XmlJoinNodes for a given Property and adds the appropriate components to the schema.
addXmlKeyProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Add an XmlKey property to the list.
addXmlRegistry(String, XmlRegistry) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add an XmlRegistry to ObjectFactory class name pair to the map.
addXPathToSchema(Property, TypeDefParticle, Schema, boolean, ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Process a given XmlPath, and create the required schema components.
adjustMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Adjust the order of the tables in the multipleTableInsertOrder Vector according to the FK relationship if one (or more) were previously specified.
adjustPosition(AbstractExpression, Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.QueryPosition
 
adjustPosition(Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.QueryPosition
 
adm - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
AdvancedJDBCORDescriptorBuilder - Class in org.eclipse.persistence.tools.dbws.oracle
 
AdvancedJDBCORDescriptorBuilder() - Constructor for class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCORDescriptorBuilder
 
AdvancedJDBCORDescriptorBuilder(String) - Constructor for class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCORDescriptorBuilder
 
AdvancedJDBCOXDescriptorBuilder - Class in org.eclipse.persistence.tools.dbws.oracle
 
AdvancedJDBCOXDescriptorBuilder(String, NamingConventionTransformer) - Constructor for class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCOXDescriptorBuilder
 
AdvancedJDBCOXDescriptorBuilder(String, NamingConventionTransformer, String) - Constructor for class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCOXDescriptorBuilder
 
AdvancedJDBCQueryBuilder - Class in org.eclipse.persistence.tools.dbws.oracle
 
AdvancedJDBCQueryBuilder(List<DbStoredProcedure>, Map<DbStoredProcedure, DBWSBuilder.DbStoredProcedureNameAndModel>) - Constructor for class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
AdvancedJDBCQueryBuilder(List<DbStoredProcedure>, Map<DbStoredProcedure, DBWSBuilder.DbStoredProcedureNameAndModel>, String) - Constructor for class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
AFTER_EJBCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
issue SQL after ejbCreate but before ejbPostCreate
AFTER_EJBPOSTCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
issue SQL after ejbPostCreate
afterCompletion(Object) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL: The method performs the logic that should be executed after the transaction has been completed.
afterCompletion(int) - Method in class org.eclipse.persistence.transaction.JTASynchronizationListener
INTERNAL: Called by the JTA transaction manager after the transaction is committed or rolled back.
afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
afterLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the end of the result set, just after the last row.
afterLoad(ClassDescriptor) - Static method in class oracle.eclipselink.coherence.integrated.config.CoherenceReadCustomizer
 
afterLoad(ClassDescriptor) - Static method in class oracle.eclipselink.coherence.integrated.config.CoherenceReadWriteCustomizer
 
afterLoad(ClassDescriptor) - Static method in class oracle.eclipselink.coherence.integrated.config.GridCacheCustomizer
 
afterMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
afterMarshal(Object) - Method in interface org.eclipse.persistence.oxm.XMLMarshalListener
 
afterMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
afterMarshalCallback - Variable in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
afterTranslateCustomQuery(List, List<Integer>) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
afterTranslateCustomQueryUpdateParameter(DatabaseField, int, Integer, List, List<Integer>) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Set the data passed through setCustomSQLArgumentType and useCustomSQLCursorOutputAsResultSet methods.
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
afterUnmarshal(Object, Object) - Method in interface org.eclipse.persistence.oxm.XMLUnmarshalListener
 
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
 
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
afterUnmarshal() - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL: Ensure that each Setting in the settings list is also present in the valuesToSettings map
afterUnmarshalCallback - Variable in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
AGGREGATE - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AGGREGATE_COLLECTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AGGREGATE_OBJECT_CANNOT_BE_DELETED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
AggregateChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the Public interface for the Aggregate Change Record.
AggregateCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the Public interface for the Aggregate Collection Change Record.
AggregateCollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.
AggregateCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Default constructor.
AggregateExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an aggregate expression.
AggregateExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AggregateExpressionBNF
Creates a new AggregateExpressionBNF.
AggregateFunction - Class in org.eclipse.persistence.jpa.internal.jpql.parser
In the SELECT clause the result of a query may be the result of an aggregate function applied to a path expression.
AggregateFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AggregateFunction
Creates a new AggregateFunction.
aggregateKeyTable - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
 
AggregateMapping - Class in org.eclipse.persistence.mappings
Purpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateMapping
Default constructor.
aggregateObjectCannotBeDeletedOrWritten(ClassDescriptor, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
AggregateObjectMapping - Class in org.eclipse.persistence.mappings
Purpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateObjectMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateObjectMapping
Default constructor.
AggregateOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
aggregateToSourceFields - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Map the name of a field in the aggregate collection descriptor to a field in the actual table specified in the mapping.
aggregateToSourceFields - Variable in class org.eclipse.persistence.mappings.AggregateObjectMapping
322233 - changed to store the source DatabaseField to hold Case and other colunm info
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.DataObjectInputStream
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOClassLoader
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
Visibility reduced from [public] in 2.1.0.
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDODataHelper
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
hold the context containing all helpers so that we can preserve inter-helper relationships
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
Hold the context containing all helpers so that we can preserve inter-helper relationships
aHelperContext - Variable in class org.eclipse.persistence.sdo.SDODataObject
hold the current context containing all helpers so that we can preserve inter-helper relationships
aHelperContext - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
aHelperContext - Variable in class org.eclipse.persistence.sdo.SDOResolvable
hold the context containing all helpers so that we can preserve inter-helper relationships
aHelperContext - Variable in class org.eclipse.persistence.sdo.SDOType
 
alias - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
aliasDescriptors - Variable in class org.eclipse.persistence.sessions.Project
Cache the EJBQL descriptor aliases.
aliasedViewTable - Variable in class org.eclipse.persistence.expressions.ExpressionBuilder
 
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Find the alias for a given table
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Find the alias for a given table.
aliasMap - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
aliasNames - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
aliasNames - Variable in class org.eclipse.persistence.sdo.SDOType
 
aliasResolutionException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
aliasResolutionException(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
ALL - Static variable in class org.eclipse.persistence.descriptors.ReturningPolicy
 
all(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is used with a comparison expression.
all(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(Vector) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
all(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
All - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
all() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ALL operator.
ALL - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'ALL'.
ALL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
ALL - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
 
ALL - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ALL_ARGUMENTS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_COLL_TYPES - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
ALL_METHOD_PARAMS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_METHOD_RESULTS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_MODIFICATIONS - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
defer all modifications, inserts and deletes included (default)
ALL_OBJECTS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_QUEUE_TABLES - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_SYNONYMS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_TAB_PRIVS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_TYPE_ATTRS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_TYPE_METHODS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ALL_TYPES - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
allAggregateFieldsAreNull(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return whether all the aggregate fields in the specified row are NULL.
AllArguments - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllArguments(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllArguments
 
allChildClassIndicators - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
AllCollTypes - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllCollTypes(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
allFields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
AllFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
AllFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
PUBLIC: Create a new all fields locking policy.
allJPQLQueryBNFs(Set<JPQLQueryBNF>, JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.ExpressionValidator
 
AllMethodParams - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllMethodParams(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllMethodParams
 
AllMethodResults - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllMethodResults(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllMethodResults
 
allNonPrimaryKeyFields - Variable in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
 
AllObjects - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllObjects(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllObjects
 
allocateReadConnection() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return a read connection from the read pool.
allOf(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Returns an expression equivalent to all of attributeName holding true for criteria.
allOperators - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
AllOrAnyExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
An ALL conditional expression is a predicate that is true if the comparison operation is true for all values in the result of the subquery or the result of the subquery is empty.
AllOrAnyExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AllOrAnyExpression
Creates a new AllOrAnyExpression.
AllOrAnyExpression_All_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_Any_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_NotPartOfComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_Some_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an all or any expression.
AllOrAnyExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AllOrAnyExpressionBNF
Creates a new AllOrAnyExpressionBNF.
AllOrAnyExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This AllOrAnyExpressionFactory creates a new AllOrAnyExpression when the portion of the query to parse starts with ALL, ANY or SOME.
AllOrAnyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AllOrAnyExpressionFactory
Creates a new AndExpressionFactory.
allOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
ALLOW_NATIVE_SQL_QUERIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.allow-native-sql-queries" property specifies whether any user defined SQL is allowed within a persistence unit.
ALLOW_NATIVE_SQL_QUERY - Static variable in class org.eclipse.persistence.config.QueryHints
The "eclipselink.jdbc.allow-native-sql-query" property specifies whether a single native SQL query should override a persistence unit level setting (eclipselink.jdbc.allow-native-sql-queries).
ALLOW_ZERO_ID - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated. replaced by ID_VALIDATION property with value "NULL".
allowNativeSQLQueries - Variable in class org.eclipse.persistence.sessions.Project
Flag that allows native queries or not
allowNativeSQLQueries() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if native sql is allowed on this project.
allowNativeSQLQuery - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Property used to override a persistence unit level that disallows native SQL queries.
allowNull() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: If all the fields in the database row for the aggregate object are NULL, then, by default, the mapping will place a null in the appropriate source object (as opposed to an aggregate object filled with nulls).
allowsSizeInProcedureArguments() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
allProperties - Variable in class org.eclipse.persistence.sdo.SDOType
 
allPropertiesArr - Variable in class org.eclipse.persistence.sdo.SDOType
 
AllQueueTables - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllQueueTables() - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllQueueTables
 
AllQueueTables(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllQueueTables
 
allSchemas - Variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
AllSynonyms - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllSynonyms(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllSynonyms
 
allTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
AllTypeAttrs - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllTypeAttrs(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
AllTypeMethods - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllTypeMethods(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeMethods
 
AllTypes - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
AllTypes(ResultSet) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypes
 
allTypes - Variable in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
ALREADY_LOGGED_IN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
alreadyLoggedIn(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
alter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: Execute the SQL required to alter sequence.
alterIncrement(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Execute the SQL required to alter sequence increment.
alterOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: By default does nothing.
alterOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Execute the SQL required to alter sequence increment.
alterSequence(SequenceDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition to alter sequence.
Always - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
The value causes creation of ExclusiveIsolatedClientSession in both isolated and non-isolated cases.
alwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Used to set the descriptor to always conform in any unit of work query.
alwaysIncludeAttribute(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Always considers the value for a particular attribute as meaningful in a query by example.
alwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCache(boolean) with an argument of true: it configures a ClassDescriptor to always refresh the cache if data is received from the database by any query.
alwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean) with an argument of true: it configures a ClassDescriptor to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
amendmentClass - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
amendmentClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
amendmentMethodName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
aMimeType - Variable in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
AMP - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
and(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is the boolean logical combination of both expressions.
And - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Logical operators
and() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the AND operator.
AND - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'AND'.
and(Filter<T>...) - Static method in class org.eclipse.persistence.jpa.internal.jpql.util.AndFilter
Creates a new ANDFilter that will "accept" any object that is accept by all of the specified filters.
AND - Static variable in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
AND_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
AND_STR - Static variable in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
AndExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
BNF: conditional_term ::= conditional_term AND conditional_factor
AndExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AndExpression
Creates a new AndExpression.
AndExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This AndExpression creates a new AdditionExpression when the portion of the query to parse starts with AND.
AndExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AndExpressionFactory
Creates a new AndExpressionFactory.
AndExpressionFactory.OrExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExpressionVisitor is used to check if the Expression passed to this factory is an OrExpression.
AndExpressionFactory.OrExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AndExpressionFactory.OrExpressionVisitor
 
AndFilter<T> - Class in org.eclipse.persistence.jpa.internal.jpql.util
This filter will "accept" any object that is accept by both of the specified wrapped filters.
AndFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.util.AndFilter
Creates a new AndFilter that will "accept" any object that is accept by both of the specified wrapped filters.
ANNOTATION_HELPER_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
 
ANNOTATION_TYPE_METHOD_NAME - Static variable in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
 
AnnotationHelper - Class in org.eclipse.persistence.jaxb.javamodel.reflection
Purpose:Provide a class which is responsible for returning Annotations from AnnotatedElements.
AnnotationHelper() - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
 
annotationHelper - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
AnnotationProxy - Class in org.eclipse.persistence.jaxb.javamodel
Purpose:The purpose of this class is to act as a dynamic proxy that allows JDK Annotation method calls to be made on a non Annotation object.
AnnotationProxy(Map<String, Object>, ConversionManager) - Constructor for class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
This constructor sets the Map of components (method name to value pairs)and the ConversionManager to be used when converting values in the Map based on the return type of the associated Method Note that the preferred method of obtaining an instance of this proxy class is via getProxy(Map, Class, ClassLoader, ConversionManager)
annotations - Variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
annotations - Variable in class org.eclipse.persistence.jaxb.TypeMappingInfo
 
AnnotationsProcessor - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL: Purpose:To perform some initial processing of Java classes and JAXB 2.0 Annotations and generate meta data that can be used by the Mappings Generator and Schema Generator Responsibilities: Generate a map of TypeInfo objects, keyed on class name Generate a map of user defined schema types Identify any class-based JAXB 2.0 callback methods, and create MarshalCallback and UnmarshalCallback objects to wrap them.
AnnotationsProcessor(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
annotationsProcessor - Variable in class org.eclipse.persistence.jaxb.compiler.Generator
 
AnnotationsProcessor.PropertyComparitor - Class in org.eclipse.persistence.jaxb.compiler
Inner class used for ordering a list of Properties alphabetically by property name.
AnnotationsProcessor.PropertyComparitor() - Constructor for class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor.PropertyComparitor
 
announcementDelay - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Delay time in millis between initialization and when the announcement is sent
announceSession() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Send out an announcement that we are here.
AnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions.
AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AnonymousExpressionVisitor
Creates a new AnonymousExpressionVisitor.
anonymousTypes - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
a List of Anonymous Types
anonymousTypes - Variable in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
any(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is used with a comparison expression.
any(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(Vector) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
any(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
Any - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
any() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ANY operator.
ANY - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'ANY'.
ANY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_ATTRIBUTE_ON_NON_MAP_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ANY_MAPPING_ATTRIBUTE_NAME - Static variable in class org.eclipse.persistence.sdo.SDOType
Open Content setOpen constants
ANY_MAPPING_ATTRIBUTE_NAME - Static variable in class org.eclipse.persistence.sdo.types.SDOObjectType
 
ANY_MAPPING_GET_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.SDOType
 
ANY_MAPPING_GET_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.types.SDOObjectType
 
ANY_MAPPING_SET_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.SDOType
 
ANY_MAPPING_SET_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.types.SDOObjectType
 
ANY_NAMESPACE_ANY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_NAMESPACE_LOCAL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_NAMESPACE_OTHER - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_NAMESPACE_TARGETNS - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_SIMPLE_TYPE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_SIMPLE_TYPE_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_TYPE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_TYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XML String names and QName constants missing from org.eclipse.persistence.oxm.XMLConstants
ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ANY_URI - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ANY_URI_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_URI_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
anyAttributeOnNonMap(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
anyAttributePropertyName - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
ANYDATA - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
anyElementPropertyName - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
anyOf(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
APBYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
APP_LOCATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.application-location" Specifies the file system directory location where DDL files are written (output) to.
APP_SERVER_CLASSLOADER_APPLICATION_PU_SEARCH_STRING_POSTFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
 
APP_SERVER_CLASSLOADER_APPLICATION_PU_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
 
APP_SERVER_CLASSLOADER_MODULE_EJB_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Override by subclass: Search String in application server session for ejb modules
APP_SERVER_CLASSLOADER_MODULE_EJB_WAR_SEARCH_STRING_POSTFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
 
APP_SERVER_CLASSLOADER_MODULE_WAR_SEARCH_STRING_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Override by subclass: Search String in application server session for war modules
APP_SERVER_CLASSLOADER_OVERRIDE_DEFAULT - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Override by subclass: Search String in application server ClassLoader for the application:persistence_unit name
appendable - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AppendableExpressionVisitor
 
appendableExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Appends a Boolean value as true/false instead of 0/1
appendBoolean(Boolean, Writer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
Appends a Boolean value.
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append a byte[] in native DB@ format BLOB(hexString) if usesNativeSQL(), otherwise use ODBC format from DatabasePLatform.
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: TODO: Need to find out how can byte arrays be inlined in Derby
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: If using native SQL then print a byte[] literally as a hex string otherwise use ODBC format as provided in DatabasePlatform.
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
If using native SQL then print a byte[] as '0xFF...'
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
If using native SQL then print a byte[] as '0xFF...'
appendByteArray(byte[], Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
If using native SQL then print a byte[] literally as a hex string otherwise use ODBC format as provided in DatabasePlatform.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the Timestamp in native format if usesNativeSQL() is true otherwise use ODBC format from DatabasePlatform.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Appends an Oracle specific Timestamp with timezone and daylight time elements if usesNativeSQL is true, otherwise use the ODBC format.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Calendar, suitable for SQL generation.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Write a Calendar in Symfoware specific format.
appendCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendChildNode(Node, Node) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Appends the Date in native format if usesNativeSQL() otherwise use ODBC format from DatabasePlatform.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Date, suitable for SQL generation.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific date if usesNativeSQL is true otherwise use the ODBC format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific date if usesNativeSQL is true otherwise use the ODBC format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Write a Date in PointBase specific format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Date, suitable for SQL generation.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Date, suitable for SQL generation.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Appends a Date in Symfoware specific format.
appendDate(Date, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific date if usesNativeSQL is true otherwise use the ODBC format.
appendDB2Calendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
Write a timestamp in DB2 specific format (yyyy-mm-dd-hh.mm.ss.ffffff).
appendDB2Date(Date, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Write a timestamp in DB2 specific format (mm/dd/yyyy).
appendDB2Timestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Write a timestamp in DB2 specific format (yyyy-mm-dd-hh.mm.ss.ffffff).
appendDBString(Writer, AbstractSession, TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Append the database field definition string to the table creation statement.
appendDBString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
INTERNAL: Append the database field definition string to the table creation statement.
appendDBString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
INTERNAL: Append the database field definition string to the table creation statement.
appendInformixCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Write a timestamp in Informix specific format ( yyyy-mm-dd hh:mm:ss.fff)
appendInformixTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Write a timestamp in Informix specific format (yyyy-mm-dd hh:mm:ss.fff).
appendISO8601(StringBuffer, long) - Method in class org.eclipse.persistence.logging.XMLLogFormatter
 
AppendNewElementsOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
INTERNAL: Purpose:Provide an implementation of NodeOrderingPolicy that simply appends the new child element to the parent.
AppendNewElementsOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
 
appendNextClauseProposals(T, AbstractFromClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
The position of the cursor is at the end of the given clause, requests to add the clauses' identifiers that can be added as proposals.
appendNextClauseProposals(AbstractSelectStatement, AbstractSelectClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper
The position of the cursor is at the end of the given clause, requests to add the clauses' identifiers that can be added as proposals.
appendNextClauseProposals(SelectStatement, GroupByClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseSelectStatementHelper
appendNextClauseProposals(SelectStatement, HavingClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseSelectStatementHelper
appendNextClauseProposals(SelectStatement, OrderByClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseSelectStatementHelper
The position of the cursor is at the end of the given clause, requests to add the clauses' identifiers that can be added as proposals.
appendNextClauseProposals(T, C, int, boolean) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectStatementHelper
The position of the cursor is at the end of the given clause, requests to add the clauses' identifiers that can be added as proposals.
appendNextClauseProposals(SimpleSelectStatement, GroupByClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleGroupByClauseSelectStatementHelper
appendNextClauseProposals(SimpleSelectStatement, HavingClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleHavingClauseSelectStatementHelper
appendNextClauseProposals(SimpleSelectStatement, WhereClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
appendNextClauseProposals(SelectStatement, WhereClause, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseSelectStatementHelper
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.NodeOrderingPolicy
 
appendNode(Node, Node, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.RelativePositionOrderingPolicy
 
appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.eis.EISPlatform
Add the parameter.
appendSybaseCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
appendSybaseCalendar(Calendar, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
appendSybaseTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Write a timestamp in Sybase specific format ( yyyy-mm-dd-hh.mm.ss.fff)
appendSybaseTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Write a timestamp in Sybase specific format (yyyy-mm-dd-hh.mm.ss.fff).
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the Time in Native format if usesNativeSQL() otherwise use ODBC format from DAtabasePlatform.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Time, suitable for SQL generation.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific time if usesNativeSQL is true otherwise use the ODBC format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific time if usesNativeSQL is true otherwise use the ODBC format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Write a Time in PointBase specific format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Time, suitable for SQL generation.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Time, suitable for SQL generation.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Appends a Time in Symfoware specific format.
appendTime(Time, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific time if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the Timestamp in native format if usesNativeSQL() is true otherwise use ODBC format from DatabasePlatform.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Appends an MySQL specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Appends an Oracle specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
Write a TimeStamp in PointBase specific format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Answer a platform correct string representation of a Timestamp, suitable for SQL generation.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Appends a TimeStamp in Symfoware specific format.
appendTimestamp(Timestamp, Writer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Appends an TimesTen specific Timestamp, if usesNativeSQL is true otherwise use the ODBC format.
appendToDDLWriter(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: If the schema manager is writing to a writer, append this string to that writer.
appendToDDLWriter(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
appendTranslationParameter(Writer, ParameterExpression, DatabasePlatform, AbstractRecord) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: All values are printed as ?
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Append the database field definition string to the type creation statement.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
INTERNAL: Append the type to the statement
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
INTERNAL: Append the type.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
INTERNAL: Append the type.
appendWithAllSubclassesExpression(SQLSelectStatement) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Append the branch with all subclasses expression to the statement.
APPINFO - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
APPINFO_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
APPINFO_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
APPINFO_SOURCE_ATTRIBUTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Name of source attribute on appinfo
appInfoElements - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
appInfoElements - Variable in class org.eclipse.persistence.sdo.SDOType
 
appInfoMap - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
appInfoMap - Variable in class org.eclipse.persistence.sdo.SDOType
 
APPLICATION_ACCESS_CLASS_NAME - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext.ApplicationAccessWLS
 
applicationAccessInstance - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext.ApplicationAccessWLS
 
applicationAccessWLS - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
applicationName - Variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
applicationName determination is available during MBean registration only
applicationName - Variable in class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
 
ApplicationResolver - Class in org.eclipse.persistence.sdo.helper
This class provides a means for the user to return application-specific information, such as the application name, which will be used when the logic in SDOHelperContext fails.
ApplicationResolver() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationResolver
 
applyAmendmentMethod() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Call the descriptor amendment method.
applyAmendmentMethod(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Call the descriptor amendment method.
applyAttributeValuesIntoRow(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Re-populate the database row with the values from the source object based upon the attribute's mapping.
applyFunction(Object, Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Apply this to an object in memory.
applyLogin() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Default apply login implementation.
applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.jaxb.JAXBContext
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata
applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata,
appName - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext.MyNotificationListener
 
appNameToClassLoaderMap - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
appResolver - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
aProcessor - Variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
 
AQEISConnectionSpec - Class in org.eclipse.persistence.eis.adapters.aq
Provides the behavior of instantiating a XML file adapter ConnectionSpec.
AQEISConnectionSpec() - Constructor for class org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
PUBLIC: Default constructor.
AQPlatform - Class in org.eclipse.persistence.eis.adapters.aq
Platform for Oracle AQ JCA adapter.
AQPlatform() - Constructor for class org.eclipse.persistence.eis.adapters.aq.AQPlatform
Default constructor.
AQTYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
Archive - Interface in org.eclipse.persistence.jpa
Provides an abstraction to deal with various kinds of URLs that can be returned by PersistenceUnitInfo.getPersistenceUnitRootUrl()
archive() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager.Archiver
 
archive() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
ARCHIVE_FACTORY - Static variable in class org.eclipse.persistence.config.SystemProperties
Configures the factory class we use to produce instances of org.eclispe.persistence.jpa.Archive These instances are used to examine persistence units and the files within them and are used for discovery of classes in the persistence unit Allows user-provided ArchiveFactory and Archive
ArchiveFactory - Interface in org.eclipse.persistence.jpa
This interface should be implemented by users that want to provide a custom way of dealing with archives that contain persistence units.
archiver - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
 
archiveUse - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
 
areClassesEqual(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Convenience method to determine if two JavaClass instances are equal.
areCollectionsEqualAsSets(Collection, Collection) - Static method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Compares two Collections as sets (ignoring the order of the elements).
areConstructorParametersEquivalent(ITypeDeclaration[], IType[]) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Compares a JavaModel JavaClass to a Class.
areEquals(JavaClass, Class) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Compares a JavaModel JavaClass to a Class.
areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractEncapsulatedExpression
 
areLogicalIdentifiersSupported() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubExpression
areObjectsToBeProcessedInstantiated(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: The referenced object is checked if it is instantiated or not
areOtherMappingInThisContext - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
areOtherMappingInThisContext - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
arePrimaryKeyFields(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Used to determine if a foreign key references the primary key.
arePropertiesEqual(Property, Property) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Convenience method that compares two Property objects for equality
areTypesEqual(Type, Type) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
Return true if the Types are equal.
ARG - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
argName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.MethodArgHelper
 
argName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.MethodArgHelper
 
args - Variable in class org.eclipse.persistence.logging.LogFormatter
 
args - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.MethodHelper
 
args() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.MethodHelper
 
ARGUMENT_NAME - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
argument_name - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
ARGUMENT_NAME - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
ARGUMENT_SIZE_MISMATCH_IN_QUERY_AND_QUERY_DEFINITION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
argumentFields - Variable in class org.eclipse.persistence.queries.DatabaseQuery
PERF: Argument fields are cached in prepare to avoid rebuilding on each execution.
argumentIndices - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
argumentMarker() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
INTERNAL: Return the character to use for the argument marker. ?
argumentName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlTypeInfo
 
argumentNames - Variable in class org.eclipse.persistence.eis.interactions.MappedInteraction
 
arguments - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
Defines the arguments to the interaction, these can be the values or argument names/fields the values come from.
arguments(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractTripleEncapsulatedExpressionHelper
Returns the arguments that can help to format the localized problem.
arguments - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
List of procedure IN/OUT/INOUT arguments.
arguments - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Arguments can be given and specified to predefined queries to allow reuse.
arguments - Variable in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
arguments - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
argumentSizeMismatchInQueryAndQueryDefinition(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
argumentTypeNames - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Used to build a list of argumentTypes by name pre-initialization
argumentTypes - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Needed to differentiate queries with the same name.
argumentTypes - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
argumentTypes - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
argumentValues - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Arguments values can be given and specified to predefined queries to allow reuse.
argv - Variable in class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
 
ArithmeticExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
ArithmeticExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpression
Creates a new ArithmeticExpression.
ArithmeticExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an arithmetic expression.
ArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpressionBNF
Creates a new ArithmeticExpressionBNF.
ArithmeticExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExpressionFactory creates a new expression when the portion of the query to parse starts with an arithmetic identifier.
ArithmeticExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpressionFactory
Creates a new AbstractArithmeticExpressionFactory.
ArithmeticExpressionFactory.ArithmeticExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExpressionVisitor is used to check if the Expression passed to this factory is an AdditionExpression or SubtractionExpression.
ArithmeticExpressionFactory.ArithmeticExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpressionFactory.ArithmeticExpressionVisitor
 
ArithmeticFactor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression simply adds a plus or minus sign to the arithmetic primary expression.
ArithmeticFactor(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
Creates a new ArithmeticFactor.
ArithmeticFactor_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ArithmeticFactor_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ArithmeticFactorBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an arithmetic factor expression.
ArithmeticFactorBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactorBNF
Creates a new ArithmeticFactorBNF.
ArithmeticPrimaryBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an arithmetic primary expression.
ArithmeticPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticPrimaryBNF
Creates a new ArithmeticPrimaryBNF.
ArithmeticTermBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an arithmetic term expression.
ArithmeticTermBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticTermBNF
Creates a new ArithmeticTermBNF.
Array - Annotation Type in org.eclipse.persistence.annotations
Array types are extended object-relational data-types supported by some databases.
Array - Static variable in class org.eclipse.persistence.config.ResultType
An Object array of values is returned (List<Object[]> or Object[]).
ARRAY - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
ARRAY - Static variable in class org.eclipse.persistence.queries.DataReadQuery
An Object[] of values is returned for each row.
ARRAY_CLASS_NAME_SUFFIX - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
ARRAY_NAMESPACE - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
ARRAY_PACKAGE_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
arrayClassesToGeneratedClasses - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
arrayClassesToGeneratedClasses - Variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
ArrayCollectionMapping - Interface in org.eclipse.persistence.mappings.structures
Interface used by the ArrayCollectionMappingHelper to interact with the assorted array collection mappings.
ArrayCollectionMappingHelper - Class in org.eclipse.persistence.mappings.structures
Helper class to consolidate all the heinous comparing and merging code for the Array collection mappings.
ArrayCollectionMappingHelper(ArrayCollectionMapping) - Constructor for class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Constructor.
arrayMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
ArrayMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
ArrayMapping() - Constructor for class org.eclipse.persistence.mappings.structures.ArrayMapping
Default constructor.
arrayTypename - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.SqlArrayTypeHelper
 
arrayTypename() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.SqlArrayTypeHelper
 
as(Class) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression that allows you to treat its base as if it were a subclass of the class returned by the base This can only be called on an ExpressionBuilder, the result of expression.get(String), expression.getAllowingNull(String), the result of expression.anyOf("String") or the result of expression.anyOfAllowingNull("String") as does not guarantee the results of the downcast will be of the specified class and should be used in conjunction with a Expression.type() Example: EclipseLink: employee.get("project").as(LargeProject.class).get("budget").equal(1000) Java: ((LargeProject)employee.getProjects().get(0)).getBudget() == 1000 SQL: LPROJ.PROJ_ID (+)= PROJ.PROJ_ID AND L_PROJ.BUDGET = 1000
AS - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'AS'.
AS_OF - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.history.as-of" Configures the query to query the state of the object as-of a point in time.
AS_OF_SCN - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.history.as-of.scn" Configures the query to query the state of the object as-of a database SCN (System Change Number).
ASC - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'ASC'.
ascending() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
Ascending - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Ordering operators
ascending() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ASCENDING operator.
Ascii - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ascii() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
asciiValue() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the single character strings ascii value.
asin(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Asin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
asin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
asOf(AsOfClause) - Method in class org.eclipse.persistence.expressions.Expression
Sets all tables represented by this expression to be queried as of a past time.
AsOfClause - Class in org.eclipse.persistence.history
Purpose:Wraps an immutable value for a past time.
AsOfClause(Date) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Timestamp) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Calendar) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(long) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Number) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(Expression) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause(AsOfClause) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfSCNClause - Class in org.eclipse.persistence.history
Purpose:Wraps an immutable value for a past time, represented as a database system change number.
AsOfSCNClause(Number) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
AsOfSCNClause(Long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
AsOfSCNClause(long) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
AsOfSCNClause(Expression) - Constructor for class org.eclipse.persistence.history.AsOfSCNClause
 
assignAlias(String, DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Alias a particular table within this node
assignDefaultValues(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Some attributes have default values defined in Project.
assignIndices() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL compute the re-ordered indices - Do the IN args first, then the 'IN-half' of the INOUT args next, the OUT args, then the 'OUT-half' of the INOUT args
AssignSequence - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
assignSequenceNumber(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Assign sequence number to the object.
assignSequenceNumbers() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Assign aliases to any tables which I own.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Assign aliases to any tables which I own.
associatedField - Variable in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
Association - Class in org.eclipse.persistence.mappings
Purpose: Generic association object.
Association() - Constructor for class org.eclipse.persistence.mappings.Association
Default constructor.
Association(Object, Object) - Constructor for class org.eclipse.persistence.mappings.Association
PUBLIC: Create an association.
AssumeExistence - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Assume that if the objects primary key does not include null then it must exist.
assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Assume that if the objects primary key does not include null then it must exist.
assumeExistenceForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to assume existence for non-null primary keys.
AssumeNonExistence - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
assumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Assume that the object does not exist.
assumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Assume that the object does not exist.
asWordSeparator - Static variable in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
allow _ underscores in class/function names
atan(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Atan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
atan() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
atan2(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
atan2(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
atan2(Expression, Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Atan2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
atan2Operator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Build operator.
atan2Operator() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Build operator.
atEnd() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return whether the cursored stream is at its end.
atStart() - Method in class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
ATT - Static variable in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
ATT - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
ATTACHMENT_MARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ATTACHMENT_UNMARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
attachmentMarshaller - Variable in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
attachmentMarshaller - Variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
AttachmentMarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
INTERNAL: Purpose:Provide an implementation of the TopLink OX XMLAttachmentMarshaller interface that wraps an implementation of the JAXB AttachmentMarshaller interface.
AttachmentMarshallerAdapter(AttachmentMarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
attachmentType - Variable in class org.eclipse.persistence.tools.dbws.OperationModel
 
attachmentUnmarshaller - Variable in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
attachmentUnmarshaller - Variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
AttachmentUnmarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
INTERNAL: Purpose:Provide an implementation of the TopLink OX XMLAttachmentUnmarshaller interface that wraps an implementation of the JAXB AttachmentUnmarshaller interface.
AttachmentUnmarshallerAdapter(AttachmentUnmarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
ATTEMPT_TO_REGISTER_DEAD_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTEMPT_TO_RESET_APP_RESOLVER - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ATTEMPTED_LOAD_SESSION_WITHOUT_NAME_PROVIDED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
ATTEMPTED_REDEPLOY_WITHOUT_CLOSE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
attemptedRedeployWithoutClose(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
attemptToRegisterDeadIndirection(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attemptToResetApplicationResolver() - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
ATTR_NAME - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
ATTR_TYPE_NAME - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
Attribute - Static variable in class org.eclipse.persistence.config.ResultType
A List of the first selected value is returned.
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of an attribute.
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of an attribute.
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ATTRIBUTE - Static variable in class org.eclipse.persistence.queries.DataReadQuery
A single value is returned for each row.
ATTRIBUTE_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_NAME - Static variable in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
ATTRIBUTE_NAME_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_TRANSFORMER_CLASS_INVALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ATTRIBUTE_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeAccessor - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.ElementCollectionUpdateProcessor
 
attributeAccessor - Variable in class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
AttributeAccessor - Class in org.eclipse.persistence.mappings
Purpose: This provides an abstract class for setting and retrieving the attribute value for the mapping from an object.
AttributeAccessor() - Constructor for class org.eclipse.persistence.mappings.AttributeAccessor
 
attributeAccessor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Wrapper to store the reference objects.
attributeAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, Class, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeBuffer - Variable in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
AttributeChangeTrackingPolicy - Class in org.eclipse.persistence.descriptors.changetracking
PUBLIC: An AttributeChangeTrackingPolicy allows change tracking at the attribute level of an object by implementing ChangeTracker.
AttributeChangeTrackingPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
 
attributeClass - Variable in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
 
attributeClassFromDatabaseType(PublisherDefaultListener.DefaultListenerHelper) - Static method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
attributeClassification - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
attributeClassification - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
To specify the conversion type
attributeClassificationName - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
attributeClassificationName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
 
attributeExpressions - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Define the attributes to be batch fetched.
AttributeField - Class in org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl
Description of an attribute for unparsing.
AttributeField(String, TypeClass, int, int, int, boolean, SqlReflector) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.AttributeField
 
AttributeField(String, TypeClass, int, int, int, String, SqlReflector) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.AttributeField
 
attributeFieldName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.AttributeFieldHelper
 
attributeFieldName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.AttributeFieldHelper
 
attributeFormDefault - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
 
attributeFormQualified - Variable in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
AttributeGroup - Class in org.eclipse.persistence.queries
Purpose: An AttributeGroup represents a set of mappings and nested AttributeGroups for relationship mappings for an entity type.
AttributeGroup(String) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
AttributeGroup() - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
attributeMappingIsMissingForEntityBean(String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
AttributeMimeTypePolicy - Class in org.eclipse.persistence.sdo.helper
 
AttributeMimeTypePolicy(String) - Constructor for class org.eclipse.persistence.sdo.helper.AttributeMimeTypePolicy
 
attributeName - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.RelationshipUpdateProcessor
 
attributeName - Variable in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
attributeName - Variable in class org.eclipse.persistence.indirection.IndirectList
The mapping attribute name, used to raise change events.
attributeName - Variable in class org.eclipse.persistence.indirection.IndirectMap
The mapping attribute name, used to raise change events.
attributeName - Variable in class org.eclipse.persistence.indirection.IndirectSet
The mapping attribute name, used to raise change events.
attributeName - Variable in class org.eclipse.persistence.mappings.AttributeAccessor
Stores the name of the attribute
attributeName - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
PERF: Cache the mappings attribute name.
attributeName - Variable in class org.eclipse.persistence.queries.FieldResult
Stores the name of the bean attribute
attributeNameNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeObjectClassification - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
attributeObjectClassification - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PERF: Also store object class of attribute in case of primitive.
attributes - Variable in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
attributes - Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
attributes - Variable in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
attributes - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
PERF: Cache the local batch read attribute names.
attributesToAlwaysInclude - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
 
attributeToFieldValues - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
attributeTransformationMethod - Variable in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
attributeTransformer - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
attributeTransformerClassName is converter to an instance of AttributeTransformer
AttributeTransformer - Interface in org.eclipse.persistence.mappings.transformers
PUBLIC:
AttributeTransformerAdapter - Class in org.eclipse.persistence.mappings.transformers
Purpose: Provides an empty implementation of AttributeTransformer.
AttributeTransformerAdapter() - Constructor for class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
 
attributeTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeTransformerClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
Name of the class which implements AttributeTransformer to be used to retrieve the attribute value
attributeTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeTypeNotValid(CollectionMapping, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
attributeValue - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.ElementCollectionUpdateProcessor
 
attrLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrNo - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrPrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrTypeMod - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrTypeName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
attrTypeOwner - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
Attunity - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
AttunityPlatform - Class in org.eclipse.persistence.platform.database
TopLink Platform class which works with Attunity's Connect JDBC driver.
AttunityPlatform() - Constructor for class org.eclipse.persistence.platform.database.AttunityPlatform
 
Auto - Static variable in class org.eclipse.persistence.config.QueryType
 
Auto - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
AUTO - Static variable in class org.eclipse.persistence.queries.DataReadQuery
Auto, a single value if a single field is selected, otherwise an Object[] (JPA default).
available() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Returns the number of objects that can be read from this input without blocking.
average() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, This represents the aggregate function Average.
Average - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
average() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the AVERAGE operator.
AVG - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'AVG'.
AvgFunction - Class in org.eclipse.persistence.jpa.internal.jpql.parser
One of the aggregate functions.
AvgFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AvgFunction
Creates a new AvgFunction.
AvgFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AvgFunction_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
AvgFunctionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This AvgFunctionFactory creates a new AvgFunction when the portion of the query to parse starts with AVG.
AvgFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.AvgFunctionFactory
Creates a new AvgFunctionFactory.
avgFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 

B

BACKUP_CLONE_DELETED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BACKUP_CLONE_IS_ORIGINAL_FROM_PARENT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BACKUP_CLONE_IS_ORIGINAL_FROM_SELF - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
backupAttributeValueIsNull(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return whether the query's backup object has an attribute value of null.
backupClone - Variable in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
 
backupCloneIsDeleted(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
backupCloneIsOriginalFromParent(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
backupCloneIsOriginalFromSelf(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
BadExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
 
BadExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Creates a new BadExpression.
BadExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Creates a new BadExpression.
BadExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF used for an expression that is invalid.
BadExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpressionBNF
Creates a new BadExpressionBNF.
BadExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This BadExpressionFactory creates a new BadExpression when the portion of the query to parse is malformed.
BadExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpressionFactory
Creates a new BadExpressionFactory.
bajfo - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler.ByteArrayFileManager
 
bannerText() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
BASE_64_BINARY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BASE_64_BINARY_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BASE_PREFIX - Static variable in class org.eclipse.persistence.oxm.NamespaceResolver
 
baseExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Either the range variable declaration if this is a range declaration otherwise the collection-valued path expression when this is a collection member declaration.
baseSchemaLocation - Variable in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
 
baseTypes - Variable in class org.eclipse.persistence.sdo.SDOType
 
basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Begin a local transaction.
basicBeginTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Begin the transaction on all child sessions.
BasicCollection - Annotation Type in org.eclipse.persistence.annotations
Deprecated.  
basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Commit the local transaction.
basicCommitTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Commit the transaction on all child sessions.
basicCommitTransaction() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: This is internal to the unit of work and should not be called otherwise.
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Execute the interaction.
basicLog(int, String) - Method in class org.eclipse.persistence.platform.server.ServerLog
Log message to a writer by default.
BasicMap - Annotation Type in org.eclipse.persistence.annotations
Deprecated.  
basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Rollback the local transaction on the datasource.
basicRollbackTransaction() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Rollback the transaction on all child sessions.
basicRollbackTransaction() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: This is internal to the unit of work and should not be called otherwise.
BATCH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.batch" Configures the query to optimize the retrieval of the related objects, the related objects for all the resulting objects will be read in a single query (instead of n queries).
BATCH_FETCH_PROPERTY - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Property used for batch fetching in non object queries.
BATCH_IN_REQUIRES_SINGLETON_PK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BATCH_READING_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BATCH_READING_NOT_SUPPORTED_WITH_CALL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
BATCH_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.batch.size" Configures the batch size for batch fetching using the IN batch type.
BATCH_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.batch.type" Configures the type of batch fetching to use for any batch fetched relationships on the query.
BATCH_WRITING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.batch-writing" property configures the use of batch writing to optimize transactions with multiple writes.
BATCH_WRITING_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.batch-writing.size" property configures the batch size used for batch writing.
batchedMappings - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Define the mapping to be batch fetched.
batchedValueFromRow(AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Retrieve the value through using batch reading.
batchedValueFromRow(AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Possible for future development, not currently supported.
BatchFetch - Annotation Type in org.eclipse.persistence.annotations
A BatchFetch annotation can be used on any relationship mapping, (OneToOne, ManyToOne, OneToMany, ManyToMany, ElementCollection, BasicCollection, BasicMap).
BatchFetchPolicy - Class in org.eclipse.persistence.queries
BatchFetchPolicy defines batch reading configuration.
BatchFetchPolicy() - Constructor for class org.eclipse.persistence.queries.BatchFetchPolicy
 
BatchFetchPolicy(BatchFetchType) - Constructor for class org.eclipse.persistence.queries.BatchFetchPolicy
 
batchFetchPolicy - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Defines batch fetching configuration.
BatchFetchType - Enum in org.eclipse.persistence.annotations
Enum used with the BatchFetch annotation, or "eclipselink.batch.type" query hint.
BatchFetchType() - Constructor for enum org.eclipse.persistence.annotations.BatchFetchType
 
batchFetchType - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Indicates whether the referenced object should always be batch read on read all queries, and defines the type of batch fetch to use.
batchObjects - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Stores temporary map of batched objects (this queries results).
batchReadingInRequiresSingletonPrimaryKey(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
batchReadingNotSupported(DatabaseMapping, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
batchReadingNotSupported(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
batchStatementExecutionFailure() - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
BatchWriting - Class in org.eclipse.persistence.config
Specify the use of batch writing to optimize transactions with multiple writes, by default batch writing is not used.
BatchWriting() - Constructor for class org.eclipse.persistence.config.BatchWriting
 
beforeCompletion() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL: This method performs the logic that occurs at transaction completion time.
beforeCompletion() - Method in class org.eclipse.persistence.transaction.JTASynchronizationListener
INTERNAL: Called by the JTA transaction manager prior to the start of the transaction completion process.
beforeContainmentMarshal(Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
beforeContainmentMarshal(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
beforeFirst() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the front of the result set, just before the first row
beforeMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
beforeMarshal(Object) - Method in interface org.eclipse.persistence.oxm.XMLMarshalListener
 
beforeMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
beforeMarshalCallback - Variable in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
beforeUnmarshal(Object, Object) - Method in interface org.eclipse.persistence.oxm.XMLUnmarshalListener
 
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
 
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
beforeUnmarshalCallback - Variable in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
BEGIN_BEGIN_BLOCK - Static variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
BEGIN_DECLARE_BLOCK - Static variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
BEGIN_DECLARE_FUNCTION - Static variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
beginAddingConstructorArguments(Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Call a constructor for the given class with the results of this query.
beginAddingConstructorArguments(Class, Class[]) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Call a constructor for the given class with the results of this query.
beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Tell the unit of work to begin a transaction now.
beginLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Clears the List of changes and turns change logging on.
beginMethod(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginMethod(String, int) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginMethod(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginMethod(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
beginMethod(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginMethodArg(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginMethodArg(String, String, int) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginMethodArg(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginMethodArg(String, String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
beginMethodArg(String, String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginObjectType(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginObjectType(String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginObjectType(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginObjectType(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginPackage(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginPackage(String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginPackage(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginPackage(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCORDescriptorBuilder
 
beginPackage(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCOXDescriptorBuilder
 
beginPackage(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
beginPackage(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginPackage(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
beginPackage(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
beginPlsqlRecord(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginPlsqlRecord(String, String, int) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginPlsqlRecord(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginPlsqlRecord(String, String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginPlsqlRecord(String, String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
beginPlsqlRecord(String, String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
beginPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginPlsqlRecordField(String, int) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
beginPlsqlTable(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
beginPlsqlTable(String, String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
beginPlsqlTable(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
beginPlsqlTable(String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
beginPlsqlTable(String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
beginPlsqlTable(String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
beginTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Begin a transaction on the database.
beginTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Begin a transaction externally.
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Begin a transaction on the database.
beginTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Start a transaction on the server.
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Begin a transaction on the database.
beginTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Begin a transaction on the database.
beginTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
 
beginTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Begin a transaction on the database.
beginTransaction(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Begin an external transaction.
beginTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Begin an external transaction.
beginTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Begin an external transaction.
bePostfix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Tell the operator to be postfix, i.e. its strings start printing after those of its first argument.
bePrefix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Tell the operator to be pretfix, i.e. its strings start printing before those of its first argument.
beRepeating() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Make this a repeating argument.
between(byte, byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two bytes
between(char, char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two chars
between(double, double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two doubles
between(float, float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two floats
between(int, int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two ints
between(long, long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two longs
between(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is between two other values.
between(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
between(short, short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, between two shorts
Between - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
between() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the BETWEEN Operator
BETWEEN - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'BETWEEN'.
BetweenExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
Used in conditional expression to determine whether the result of an expression falls within an inclusive range of values.
BetweenExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Creates a new BetweenExpression.
BetweenExpression_MissingAnd - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
BetweenExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
BetweenExpression_MissingLowerBoundExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
BetweenExpression_MissingUpperBoundExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
BetweenExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
BetweenExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the between expression.
BetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpressionBNF
Creates a new BetweenExpressionBNF.
BetweenExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This BetweenExpressionFactory creates a new BetweenExpression when the portion of the query to parse starts with BETWEEN or NOT BETWEEN.
BetweenExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpressionFactory
Creates a new BetweenExpressionFactory.
BFILE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BFILE_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
bfileMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
BidirectionalPolicy - Class in org.eclipse.persistence.oxm.mappings
Purpose: Provides a means to configure bidirectional relationship maintenance for OXM mappings.
BidirectionalPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
 
bidirectionalTargetAccessor - Variable in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
 
bidirectionalTargetContainerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
 
BIGDECIMAL - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for BigDecimal.
BIGINT - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BIGINTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for BigInteger.
BINARY - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BINARY_DOUBLE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BINARY_DOUBLE_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
BINARY_FLOAT - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BINARY_FLOAT_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
BINARY_INTEGER_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
binaryAttachment - Variable in class org.eclipse.persistence.tools.dbws.OperationModel
 
binaryCopy(File, File) - Method in class org.eclipse.persistence.tools.PackageRenamer
Do a binary copy of the file byte buffer by byte buffer.
binaryDoubleMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
binaryFloatMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
binaryMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
BIND_PARAMETERS - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.bind-parameters" Configures parameter binding to be disabled or enabled just for this query (overrides persistent unit setting, which default to true).
bindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Bind all arguments to any SQL statement.
bindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Bind all arguments to any SQL statement.
BINDING_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
BindingModel - Class in org.eclipse.persistence.tools.dbws
 
BindingModel() - Constructor for class org.eclipse.persistence.tools.dbws.BindingModel
 
bindings - Variable in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
bindings - Variable in class org.eclipse.persistence.tools.dbws.SQLOperationModel
 
BINDINGS_PKG_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
bindToCurrentTransaction(UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Associate the given unit of work and EclipseLink session with the active external transaction.
BIT - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BIT_LENGTH - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'BIT_LENGTH', which is an unused keyword.
BLOB - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BLOB_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
blobMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
BOOLEAN - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
BOOLEAN - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BOOLEAN - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
BOOLEAN - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
BOOLEAN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
String values for type names in the commonj.sdo namespace
BOOLEAN_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Numeric primitive default instances see p 45 of Java Spec. 4th ed
BOOLEAN_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BOOLEAN_STRING_FALSE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BOOLEAN_STRING_TRUE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BooleanExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a boolean expression.
BooleanExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BooleanExpressionBNF
Creates a new BooleanExpressionBNF.
BooleanLiteralBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a boolean literal expression.
BooleanLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BooleanLiteralBNF
Creates a new BooleanLiteralBNF.
BOOLEANOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
String values for type names in the commonj.sdo/java namespace
BooleanPrimaryBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a boolean primary expression.
BooleanPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.BooleanPrimaryBNF
Creates a new BooleanPrimaryBNF.
booleanType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Boolean.
bos - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler.ByteArrayJavaFileObject
 
BOTH - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'BOTH'.
boundType - Variable in class org.eclipse.persistence.jaxb.JAXBContext.RootLevelXmlAdapter
 
boundTypes - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
BroadcastTransportManager - Class in org.eclipse.persistence.sessions.coordination.broadcast
Purpose: Base class transport manager for broadcasting RCM protocols: JMS and Oc4jJGroups.
BroadcastTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
 
BUF_SIZE - Static variable in class org.eclipse.persistence.tools.dbws.JarArchiver
 
buffer - Variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
buffer - Variable in class org.eclipse.persistence.tools.dbws.JarArchiver
 
BUFFER_SIZE - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
bufferContainsNullChar(byte[], int) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
Buffered - Static variable in class org.eclipse.persistence.config.BatchWriting
 
bufferIndex - Variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
BUFSIZ - Variable in class org.eclipse.persistence.tools.PackageRenamer
 
build(OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, OutputStream, Logger) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
BUILD_FIELD_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
buildAbsExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildAccessor() - Method in class org.eclipse.persistence.eis.EISLogin
Build and return the EIS accessorr.
buildAccessor() - Method in class org.eclipse.persistence.oxm.XMLLogin
INTERNAL: Returns the appropriate accessor
buildAccessor() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
INTERNAL: Build and return an appropriate Accessor.
buildAccessor() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Build the correct datasource Accessor for this login instance.
buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Build and return a new element based on the change set.
buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return a new element based on the change set.
buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build and return a new element based on the change set.
buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Build and return a newly-added element based on the change set.
buildAddedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
buildAggregateDeleteQuery(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Make a copy of the sourceQuery for the attribute.
buildAggregateFromRow(AbstractRecord, Object, CacheKey, JoinedAttributeManager, ObjectBuildingQuery, boolean, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Build and return an aggregate object from the specified row.
buildAggregateModifyQuery(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Initialize the aggregate query with the settings from the source query.
buildAggregateWriteQuery(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Make a copy of the sourceQuery for the attribute.
buildAliasNameString(List<String>) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
buildAllNonPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Returns the fields that should be compared in the where clause.
buildAllOrAnyExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildAlterIncrementWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Return the SQL required to alter INCREMENT BY
buildAndAddOldSetting(SDODataObject, Property, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
buildAndCheckDestinationFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
INTERNAL
buildAndCheckExistingDirFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
buildAndCheckLogWriter(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
buildAndRegisterObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: builds and registers an object from a row for cursors.
buildAppInfoMap(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
INTERNAL:
buildAppInfoMap(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
INTERNAL:
buildAppInfoMap(List) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
buildArgumentFields() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Build the list of arguments fields from the argument names and types.
buildArrayObjectFromArray(Object) - Static method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build array of objects for Array data type.
buildArrayObjectFromStruct(Object) - Static method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build array of objects for Struct data type.
buildAssociationDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildAttachmentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildAttribute(QName, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Build an Attribute with name and type set.
buildAttribute(Property, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Build an Attribute based on a given Property.
buildAttribute(Property) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
buildAttributeValue(Record, Object, Session) - Method in interface org.eclipse.persistence.mappings.transformers.AttributeTransformer
 
buildAttributeValue(Record, Object, Session) - Method in class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
 
buildAttributeValue(Record, Object, Session) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
INTERNAL: Build the attribute value by invoking the user's transformation method.
buildAttributeValue(Record, Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
buildAvgFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildBackupClone(Object, ObjectBuilder, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Only build backup clone
buildBackupClone(Object, ObjectBuilder, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Build back up clone.
buildBackupClone(Object, ObjectBuilder, UnitOfWorkImpl) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Build back up clone.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Clone the attribute from the clone and assign it to the backup.
buildBackupClone(Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Require for cloning, the part must be cloned.
buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Used during building the backup shallow copy to copy the target object without re-registering it.
buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
buildBackupCloneForPartObject(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Used during building the backup shallow copy to copy the vector without re-registering the target objects.
buildBackupClonePart(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Build and return a backup clone of the attribute.
buildBackupClonePart(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Build and return a backup clone of the attribute.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteria(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBatchCriteriaByPK(ExpressionBuilder, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Append any code or translation required for the type.
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildBeginBlock(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Generate portion of the Anonymous PL/SQL block that assigns fields at the beginning of the BEGIN block (before invoking the target procedure).
buildBindingModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildBuilderString(String, NonreflectiveMethodDefinition, int, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
buildCallFromStatement(SQLStatement, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return a call built from a statement.
buildCallFromStatement(SQLStatement, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Override this method to throw an exception.
buildCallWithReturning(SQLCall, Vector) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Returns null unless the platform supports call with returning
buildCallWithReturning(SQLCall, Vector) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Uses the returning clause on Postgres.
buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Directly build a change record without comparison
buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Directly build a change record without comparison
buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Directly build a change record without comparison
buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Directly build a change record without comparison
buildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Directly build a change record without comparison
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Build and return a change set for the specified element.
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return a change set for the specified element.
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build and return a change set for the specified element.
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Build and return a change set for the specified element.
buildChangeSet(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
buildChangeSummaryMapping() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
buildChildren(Filter<JPQLQueryBNF>) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
 
buildChoiceProperty(JavaHasAnnotations) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Build a new 'choice' property.
buildClassForType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
buildClassIndicatorSelectStatement(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return a select statement that will be used to query the class indicators required to query.
buildClassNameResolver(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
Creates a new {link Resolver} that simply wraps the already determined type by using its fully qualified class name.
buildClassResolver(Class<?>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
Creates a new {link Resolver} that simply wraps the already determined type.
buildClassSummaryDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Provide an instance of TabularData containing information about all classes in the session.
buildClassSummaryDetailsUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Provide an instance of TabularData containing information about the classes in the session whose class names match the provided filter.
buildClassTransformers(URL, String, ClassLoader) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
The method creates classtransformer list corresponding to each persistence unit.
buildClassTypes() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
 
buildClassTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Add TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE
buildClassTypes() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
 
buildClassTypes() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Return the mapping of database types to class types for the schema framework.
buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Clone through calling the clone method.
buildClone(Object, Session) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Return a shallow clone of the object for usage with object copying, or unit of work backup cloning.
buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
 
buildClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
 
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: A combination of readFromRowIntoObject and buildClone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: A combination of readFromRowIntoObject and buildClone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A combination of readFromRowIntoObject and buildClone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: A combination of readFromRowIntoObject and buildClone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Extract value from the row and set the attribute to this value in the working copy clone.
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
buildCloneFromRow(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
buildClonePart(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Build and return a clone of the attribute.
buildClonePart(Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: * Build and return a clone of the attribute.
buildClonePart(Object, CacheKey, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Build and return a clone of the attribute.
buildClonePart(Object, CacheKey, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Build and return a clone of the specified attribute value.
buildCloneValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildCloneValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Clone the actual value represented by this mapping.
buildCloneValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: Clone the DOM Document if required.
buildCoalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildCollectionExpression(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CollectionExpressionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ConstrutorCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractDoubleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DoubleEncapsulatedCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.JoinCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(OrderByClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(AbstractTripleEncapsulatedExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.TripleEncapsulatedCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.UpdateItemCollectionHelper
Either returns the given Expression's child, which is already a CollectionExpression or requests this helper to return a "virtual" CollectionExpression that is wrapping the single element.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
Creates a new CollectionExpression that will wrap the first and second expressions.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
Creates a new CollectionExpression that will wrap the single declaration.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
Creates a new CollectionExpression that will wrap the first, second and third expressions.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Creates a new CollectionExpression that will wrap the single constructor item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClause
Creates a new CollectionExpression that will wrap the single group by item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclaration
Creates a new CollectionExpression that will wrap the single join expression.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClause
Creates a new CollectionExpression that will wrap the single order by item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateClause
Creates a new CollectionExpression that will wrap the single update item.
buildCollectionResultDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildCollectionValuedFieldResolver(String, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
 
buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
 
buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
 
buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
 
buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
 
buildCompositeObject(ClassDescriptor, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
buildCompositeObject(ObjectBuilder, AbstractRecord, ObjectBuildingQuery, CacheKey, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
buildCompositeRow(Object, AbstractSession, XMLDescriptor, AbstractRecord, DatabaseField, Object, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
buildCompositeRow(Object, AbstractSession, XMLDescriptor, AbstractRecord, DatabaseField, Object, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
buildCompositeRow(Object, AbstractSession, AbstractRecord, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
buildCompositeTypeForClassSummaryDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Answer the CompositeType describing the CompositeData that we return for each IdentityMap (or subclass).
buildConcatExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Create a new connection, accessors are used as connections.
buildConnectLog(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
If logging is turned on and the CCI implementation supports meta data then display connection info.
buildConstraintCreationWriter(AbstractSession, ForeignKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the alter table statement to add the constraints.
buildConstraintDeletionWriter(AbstractSession, ForeignKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the alter table statement to drop the constraints.
buildConstructor() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
buildConstructor() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
buildContainerClone(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Performs a first level clone of the attribute.
buildContainerClone(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Performs a first level clone of the attribute.
buildContainerFromArray(Array, ObjectRelationalDatabaseField, AbstractSession) - Static method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build and return the nested rows from the specified field value.
buildContentAssistProposals(int) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
Retrieves the possibles choices that can complete the query from the given position within the query.
buildContentAssistProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.JPQLQueryHelper
Retrieves the possibles choices that can complete the query from the given position within the query.
buildConverter(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
 
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Copy of the attribute of the object.
buildCopy(Object, Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Copy of the attribute of the object.
buildCopyOfAttributeValue(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Copy of the attribute of the object.
buildCopyOfAttributeValue(Object, CopyGroup) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Copy of the attribute of the object.
buildCORBAConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
PUBLIC: Return a new instance of the specific CORBA implementation that implements CORBAConnection interface.
buildCORBAConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
INTERNAL: Implement abstract method.
buildCountDistinctExpression(List, ExpressionBuilder) - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Must build the count on the primary key fields, not * as * is not allowed if there was a distinct.
buildCountFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildCreateIndex(String, String, String, boolean, String...) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Return the CREATE INDEX string for this platform.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Returns the writer used for creation of this object.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
INTERNAL: Return the create type statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
INTERNAL: Return the DDL to create the varray.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
INTERNAL: Return the create table statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Return the SQL required to create the Oracle sequence object.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
INTERNAL: Return the create statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
INTERNAL: Return the create table statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the create table statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Return the SQL required to insert the sequence row into the sequence table.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
INTERNAL: Return the create type statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
INTERNAL: Return the create table statement.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERNAL: Return the SQL required to create the unary sequence table.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
INTERNAL: Return the DDL to create the varray.
buildCreationWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
INTERNAL: Return the DDL to create the view.
buildCustomQName(String, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
buildDatabaseSessionConfig(SessionConfigs, DatabaseSessionConfig, DBWSBuilder) - Static method in class org.eclipse.persistence.tools.dbws.WeblogicPackager
 
buildDate - Static variable in class org.eclipse.persistence.Version
 
buildDbArtifacts() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildDbColumns(Connection, String) - Static method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
buildDbStoredProcedure2QueryNameMap(Map<DbStoredProcedure, DBWSBuilder.DbStoredProcedureNameAndModel>, List<DbStoredProcedure>, ArrayList<OperationModel>, boolean) - Static method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildDbTable(Connection, DatabasePlatform, String, String, String) - Static method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
buildDBWSBuilderModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildDBWSModel(NamingConventionTransformer, OutputStream) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildDeclarationResolver() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
 
buildDeclareBlock(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Generate portion of the Anonymous PL/SQL block that declares the temporary variables in the DECLARE section.
buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.JavasePackager
 
buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.JSR109WebServicePackager
 
buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
buildDefaultArchiver() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
buildDefaultSelectionCriteriaAndAddFieldsToQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
The selection criteria are created with target foreign keys and source "primary" keys.
buildDelegate() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the freshly-built delegate.
buildDelegate() - Method in class org.eclipse.persistence.indirection.IndirectMap
Return the freshly-built delegate.
buildDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the freshly-built delegate.
buildDeleteDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Returns the writer used for deletion of this object.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
INTERNAL: Return the drop type statement.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
INTERNAL: Return the DDL to drop the varray.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
INTERNAL: Return the drop table statement.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Return the SQL required to drop the Oracle sequence object.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
INTERNAL: Return the drop statement.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
INTERNAL: Return the drop table statement.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the drop table statement.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Return the SQL to delete the row from the sequence table.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
INTERNAL: Return the drop type statement.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERNAL: Return the SQL to delete the unary sequence table.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
INTERNAL: Return the DDL to drop the varray.
buildDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
INTERNAL: Return the DDL to drop the view.
buildDescriptorMethod(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
buildDescriptors() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildDetailsFor(String, CompositeType) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Answer the CompositeData containing the cache details for the given mappedClassName This uses a CompositeDataSupport, which implements CompositeData
buildDirectCollectionTableDefinition(DirectCollectionMapping, ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Build direct collection table definitions in a EclipseLink descriptor
buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Extract the direct values from the specified field value.
buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Extract the direct values from the specified field value.
buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Extract the direct values from the specified field value.
buildDirectValuesFromFieldValue(Object) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Extract the direct values from the specified field value.
buildDropIndex(String, String, String) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Return the DROP INDEX string for this platform.
buildEISCompositeCollectionMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISCompositeDirectCollectionMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISCompositeObjectMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISDescriptorDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISDirectMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISLoginDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISOneToManyMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISOneToOneMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEISTransformationMappingDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildElement(String, String, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Build an Element with name, type and possibly minOccurs set.
buildElement(Property, boolean, Schema, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Build an Element based on a given Property.
buildElement(Property, NestedParticle) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
buildElementBackupClone(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Clone the aggregate collection, if necessary.
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Clone the aggregate collection, if necessary.
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Build a clone of the given element in a unitOfWork
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Clone the element, if necessary.
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Clone the element, if necessary.
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Build a clone of the given element in a unitOfWork.
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
Build a clone of the given element in a unitOfWork
buildElementClone(Object, Object, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Build a clone of the given element in a unitOfWork.
buildElementForComplexType(Schema, ComplexType) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
buildElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Build and return a new element based on the change set.
buildElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Build and return a new element based on the change set.
buildElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Build and return a new element based on the change set.
buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Build and return a new element based on the specified element.
buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return a new element based on the specified element.
buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build and return a new element based on the specified element.
buildElementFromElement(Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Build and return a new element based on the specified element.
buildElementFromElement(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
buildElementsAndAttributes(Object, Type) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
buildElementUnitOfWorkClone(Object, Object, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Clone the element, if necessary.
buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AggregateFunction
Creates the AbstractExpression to represent the given word.
buildEncapsulatedExpression(WordParser, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CountFunction
Creates the AbstractExpression to represent the given word.
buildEntryExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
builder - Variable in class org.eclipse.persistence.tools.dbws.XRPackager
 
BUILDER_FILE_PATH - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
BUILDER_PACKAGING - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildEscapedQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildEscapedQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.ContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildExistsExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildExpression(DatabaseTable, AbstractRecord, AbstractRecord, ExpressionBuilder) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: returns the expression to be used in both the delete and update where clause.
buildExpression() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Returns an expression that will be used for both the update and delete where clause
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbsExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractLiteralExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractLiteralExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaNameFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AllOrAnyExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AndExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, char) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpressionFactory
Creates the Expression this factory for which it is responsible.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AvgFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CoalesceExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConcatExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CountFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DateTimeFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteralFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntryExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExistsExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FromClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationExpressionFactory
Creates the actual expression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.HavingClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IndexExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalOrderByItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IsExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFactory
Creates a new Expression.
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.KeyExpressionFactory
Creates the actual expression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.KeywordExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LengthExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LiteralExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LocateExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LowerExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.MaxFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.MinFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ModExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullIfExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ObjectExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.PreLiteralExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclarationFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ResultVariableFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SizeExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SqrtExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StateFieldPathExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StringLiteralFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubstringExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SumFunctionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TrimExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TypeExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UnknownExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItemFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItemStateFieldPathExpressionFactory
Creates the actual AbstractExpression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateStatementFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpperExpressionFactory
Creates a new Expression.
buildExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ValueExpressionFactory
Creates the actual expression this factory manages.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhenClauseFactory
Creates a new Expression.
buildExpression(AbstractExpression, WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.WhereClauseFactory
Creates a new Expression.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: In case Query By Example is used, this method generates an expression from a attribute value pair.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribue and it's value.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: In case Query By Example is used, this method builds and returns an expression that corresponds to a single attribute and it's value for a directToField mapping.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: In case Query By Example is used, this method generates an expression from a attribute value pair.
buildExpressionFromFallingBack(WordParser, String, JPQLQueryBNF, AbstractExpression, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
 
buildExpressionString(String, NonreflectiveMethodDefinition, String, Expression, String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
buildExpressionValidator(String...) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
 
buildField(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: A DatabaseField is built from the given field name.
buildField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: The table of the field is ensured to be unique from the descriptor's tables.
buildField(DatabaseField, DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
buildField(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: XML type descriptors should use XMLFields.
buildField(DatabaseField) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: If the field is an XMLField then set the namespace resolver from the descriptor.
buildField(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: A DatabaseField is built from the given field name.
buildField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: This is used only in initialization.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
Create a table which can translate between java types and Attunity Connect data types.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.CloudscapePlatform
seems compatible with informix
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DB2Platform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Return the mapping of class types to database types for the schema framework.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL:
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Add XMLType as the default database type for org.w3c.dom.Documents.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL:
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Return the mapping of Java class types to database types for the schema framework.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.TimesTen7Platform
Return the mapping of class types to database types for the schema framework.
buildFieldTypes() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Return the mapping of class types to database types for the schema framework.
buildFieldTypes(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: builds the field names based on the type read in from the builder
buildFieldTypes(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Build the foreign key constraints.
buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
INTERNAL: Always return the constant value.
buildFieldValue(Object, String, Session) - Method in interface org.eclipse.persistence.mappings.transformers.FieldTransformer
 
buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.mappings.transformers.FieldTransformerAdapter
 
buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
buildFieldValue(Object, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: Retrieve the target object's primary key value that is mapped to a given source xpath (in the source-target key field association list).
buildFieldValue(Object, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Retrieve the target object's primary key value that is mapped to a given source xpath (in the source-target key field association list).
buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.NamespaceURITransformer
 
buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Build the appropriate field value for the specified set of direct values.
buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Build the appropriate field value for the specified set of direct values.
buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build the appropriate field value for the specified set of direct values.
buildFieldValueFromDirectValues(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Build the appropriate field value for the specified set of direct values.
buildFieldValueFromForeignKeys(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Build and return the appropriate field value for the specified set of foreign keys (i.e. each row has the fields that make up a foreign key).
buildFieldValueFromNestedRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Build and return the field value from the specified nested database row.
buildFieldValueFromNestedRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Build and return the field value from the specified nested database row.
buildFieldValueFromNestedRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build and return the field value from the specified nested database row.
buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
buildFieldValueFromNestedRows(Vector, String, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Build and return the appropriate field value for the specified set of nested rows.
buildFilter(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FilteringMappingCollector
 
buildFilteringMappingCollector(AbstractPathExpression, Resolver, Filter<IMapping>, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
buildForeignKeyConstraint(FieldDefinition, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Build a foreign key constraint using FieldDefinition.getForeignKeyFieldName().
buildForeignKeyConstraint(List<String>, List<String>, TableDefinition, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Build a foreign key constraint.
buildForeignKeyConstraintName(String, String, int, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Return foreign key constraint name built from the table and field name with the specified maximum length.
buildFragment(Property, SDODataObject, SDODataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
 
buildFragments(String) - Method in class org.eclipse.persistence.oxm.XMLField
 
buildFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Creates the expression representing the from clause of this select statement.
buildFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Creates the expression representing the from clause of this select statement.
buildFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectStatement
Creates the expression representing the from clause of this select statement.
buildFromStringCharVec(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
buildFuncExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildGetMethodBuffer(ClassBuffer, SDOProperty, List) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
INTERNAL:
buildGetterAndSetter(ClassBuffer, SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
INTERNAL:
buildGetterJavaDoc(List, String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
buildHelper(Class<?>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
buildIdentifiers() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Append the variable declaration for the type.
buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildIndex(AbstractSession, String, List<String>, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the index creation statement.
buildIndexDeletionWriter(AbstractSession, String, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the index drop statement.
buildIndexExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildIndexName(String, String, String, int, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Return key constraint name built from the table and key name with the specified maximum length and index prefix.
buildInsertDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildInteractionArgumentDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildInteractionSpec(EISInteraction) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to build the interaction spec based on properties defined in the interaction.
buildIntToTypeConverterHash() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Build all conversions based on JDBC return values.
buildJarOutputStream() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
buildJarOutputStream() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
buildJavaClassImpl(Type) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
buildJavaDoc(List) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
buildJAXBElementFromObject(Object, Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Create a JAXBElement instance.
buildJAXBEnumTypeConverter(DatabaseMapping, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
buildJoinIdentificationVariables() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
 
buildJpqlQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildKeyExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildKeyRowForTargetUpdate(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
 
buildKeyRowForTargetUpdate(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Build a row containing the keys for use in the query that updates the row for the target object during an insert or update
buildLengthExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildListOrderField() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Verifies listOrderField's table, if none found sets the default one.
buildListOrderField() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Verifies listOrderField's table: it must be reference table.
buildListOrderField() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Verifies listOrderField's table: it must be relation table.
buildListOrderField() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Verifies listOrderField's table: it must be the same table that contains all target foreign keys.
buildLocateExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildLoginMethod(Login) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
buildLoginMethod(DatabaseLogin) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
buildLonguestIdentifiers() - Static method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
 
buildLowerExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildLowlevelDetailsFor(String) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Helper to build a HashMap to help in the construction of a CompositeData
buildManifest() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
buildMapEntry(Map.Entry<Join, IdentificationVariable>) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
 
buildMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
buildMapping(String, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
buildMappingCollector(AbstractPathExpression, Resolver, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
buildMappingFilter(AbstractPathExpression, Filter<IMapping>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
buildMappingNameFilter(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FilteringMappingCollector
 
buildMaxFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildMessage(Class, int, Object[]) - Static method in class oracle.eclipselink.coherence.exceptions.ExceptionMessageGenerator
Return the message for the given exception class and error number.
buildMessage(Class, int, Object[]) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
Return the message for the given exception class and error number.
buildMinFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildModExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildNamedQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildNestedFunctions(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Generate portion of the Anonymous PL/SQL block with PL/SQL conversion routines as nested functions.
buildNestedRow(Element) - Method in class org.eclipse.persistence.eis.EISDOMRecord
INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance.
buildNestedRow(Element) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Build the nested record, this can be overwriten by subclasses to use their subclass instance.
buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Build and return the nested database row from the specified field value.
buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Build the nested row.
buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build and return the nested database row from the specified field value.
buildNestedRowFromFieldValue(Object) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Build(if necessary) and return the nested XMLRecord from the specified field value.
buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Build and return the nested rows from the specified field value.
buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Build the nested rows.
buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build and return the nested rows from the specified field value.
buildNestedRowsFromFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Build(if necessary) and return a Vector of the nested XMLRecords from the specified field value.
buildNewInstance() - Method in class org.eclipse.persistence.sdo.SDOType.TypeInstantiationPolicy
 
buildNewMergeInstanceOf(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Build and return a new instance of the specified attribute.
buildNewProperty(TypeInfo, JavaClass, JavaHasAnnotations, String, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
buildNewQueryMechanism(DatabaseQuery) - Method in interface org.eclipse.persistence.queries.Call
INTERNAL: Return the appropriate mechanism, with the call set as necessary.
buildNewQueryMechanism(DatabaseQuery) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the appropriate mechanism, with the call added as necessary.
buildNewTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Convenience method which class pre and postBuildTypeInfo for a given set of JavaClasses.
buildNoArgCtor(String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
buildNonCompoundFilter() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
 
buildNullExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Creates a new null-Expression parented with this one.
buildNullIfExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildNullResolver() - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
buildNumericTypeComparator() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
 
buildObject(ReportQuery, Object[], Set<Object>, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.querying.ReportQueryFromCoherence
 
buildObject(ReportQuery, Collection, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.querying.ReportQueryFromCoherence
 
buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Build the result value for the row.
buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Used to build the object, and register it if in the context of a unit of work.
buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: By default return the row.
buildObject(AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: By default return the row.
buildObject(AbstractRecord, Vector) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Construct a result from a row.
buildObjectAndWrapInXMLRoot(ClassDescriptor, XMLConverter, ObjectBuildingQuery, DOMRecord, DOMRecord, JoinedAttributeManager, AbstractSession, Node, Object, ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
Uses a given reference descriptor to build an object based on a given DOMRecord.
buildObjectExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildObjectForNonXMLRoot(ClassDescriptor, XMLConverter, ObjectBuildingQuery, DOMRecord, DOMRecord, JoinedAttributeManager, AbstractSession, Node, Object, ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
buildObjectFromNestedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
buildObjectJoinExpression(Expression, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used to allow object level comparisons.
buildObjectJoinExpression(Expression, Expression, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used to allow object level comparisons.
buildObjectJoinExpression(Expression, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used to allow object level comparisons.
buildObjectJoinExpression(Expression, Expression, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used to allow object level comparisons.
buildObjectJoinExpression(Expression, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used to allow object level comparisons.
buildObjectJoinExpression(Expression, Expression, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used to allow object level comparisons.
buildObjectNoReferenceDescriptor(DOMRecord, XMLConverter, AbstractSession, Node, Object, ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
Convenience method that takes a given Node and applies namespace information, converts it if necessary, and adds the resulting object to the given ContainerPolicy if non-null.
buildObjects(Vector) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Construct a container of ReportQueryResult from the rows.
buildObjectsFromRecords(List) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: This method is used to build the results.
buildObjectValuesFromDOMRecord(DOMRecord, AbstractSession, ObjectBuildingQuery) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
buildObjectValuesFromDOMRecord(DOMRecord, AbstractSession, ObjectBuildingQuery, JoinedAttributeManager) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
buildObjectValuesFromDOMRecord(DOMRecord, AbstractSession, ObjectBuildingQuery, JoinedAttributeManager) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.OperationModel
 
buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel
 
buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
buildOperation(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.SQLOperationModel
 
buildOrderedIdentifiers() - Static method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
 
buildORDescriptor(String, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildORFieldMappingFromColumn(DbColumn, RelationalDescriptor, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOROXProjects(NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOROXProjectsForAdvancedPLSQLProcedure(ProcedureOperationModel) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOROXProjectsForAdvancedProcedure(ProcedureOperationModel, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOROXProjectsForSecondarySql(SQLOperationModel, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildORProjectConfig() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Append any code or translation for assigning the output value.
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildOutAssignments(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Generate portion of the Anonymous PL/SQL block after the target procedures has been invoked and OUT parameters must be handled.
buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Append the variable declaration for the type.
buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Build the query output row from the call output row.
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildOutputRow(CallableStatement, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Translate the SQL procedure output row, into the row expected by the PLSQL procedure.
buildOXDescriptor(String, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOXFieldMappingFromColumn(DbColumn, XMLDescriptor, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildOXProjectConfig() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildPackageToJavaClassMap() - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Convenience method for building a Map of package to classes.
buildParameterDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildPhantomRowFrom(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL Build a phantom row that contains only the fields for the mapping, populated with the values generated by invoking the field methods on the specified object.
buildPLSQLProcedureOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildPosition(String, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Creates an object where the Expression is the leaf at the given position.
buildPositions(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Calculates the start and end position for correctly inserting the proposal into the query.
buildProblem(Expression, int, int, String, String...) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Creates a new validation problem that was found in the given Expression.
buildProcedureArgumentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Return the stored procedure syntax for this platform.
buildProcedureInvocation(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
INTERNAL Generate portion of the Anonymous PL/SQL block that invokes the target function.
buildProcedureInvocation(StringBuilder, List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL Generate portion of the Anonymous PL/SQL block that invokes the target procedure.
buildProcedureOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildProcedureOutputArgumentDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildProcedureString(SQLCall) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Given a call, this method produces the stored procedure string based on the SQL string inside the call.
buildProfileSummary() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: Return a summary profile reporting on the profiles contained.
buildProfileSummaryByClass() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: Return a map of summary profiles reporting on the profile contained.
buildProfileSummaryByQuery() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: Return a map of summary profiles reporting on the profile contained.
buildPropertyFromDataObject(DataObject, Type, List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
buildProposals() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DefaultMappingCollector
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
buildProposals() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FilteringMappingCollector
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
buildProposals() - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.MappingCollector
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
buildProxyProperties() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Precondition: session.getProperty(PersistenceUnitProperties.ORACLE_PROXY_TYPE) !
buildPublicHTMLDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
buildQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.ContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in interface org.eclipse.persistence.queries.Call
INTERNAL: Return the appropriate mechanism, with the call added as necessary.
buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the appropriate mechanism, with the call added as necessary.
buildQueryStatement(WordParser) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
 
buildReference(UnmarshalRecord, XMLField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.
buildReference(Object, XMLField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
buildReference(UnmarshalRecord, XMLField, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.
buildReferenceProperty(TypeInfo, JavaHasAnnotations, String, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Build a reference property.
buildReferencesPKList(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method will access the target relationship and create a list of information to rebuild the relationship.
buildReferencesPKList(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: This method will access the target relationship and create a list of information to rebuild the relationship.
buildReferencesPKList(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: This method will access the target relationship and create a list of PKs of the target entities.
buildRelationTableDefinition(ForeignReferenceMapping, RelationTableMechanism, DatabaseField, ContainerPolicy) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Build relation table definitions for all many-to-many relationships in a EclipseLink descriptor.
buildRelationTableFields(ForeignReferenceMapping, TableDefinition, List<DatabaseField>, List<DatabaseField>) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Build field definitions and foreign key constraints for all many-to-many relation table.
buildRelationTableSourceAndTargetRow(Object, Object, AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Create a row that contains source relation fields with values extracted from the source object and target relation fields with values extracted from the target object.
buildRelationTableSourceAndTargetRow(AbstractRecord, Object, AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Create a row that contains source relation fields with values extracted from the source row and target relation fields with values extracted from the target object.
buildRelationTableSourceRow(Object, AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Create a row that contains source relation fields with values extracted from the source object.
buildRelationTableSourceRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Create a row that contains source relation fields with values extracted from the source row.
buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Build and return a new element based on the change set.
buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return a new element based on the change set.
buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build and return a new element based on the change set.
buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Build and return a recently-removed element based on the change set.
buildRemovedElementFromChangeSet(Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
buildResult(ReportQuery, AbstractRecord, Vector) - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Create an array of attribute values (converted from raw field values using the mapping).
buildResultBasedOnReturnType(DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel
Create a new Result based on the returnType.
buildResultDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildResultKeyForDistinct(Object[]) - Method in class oracle.eclipselink.coherence.integrated.querying.ReportQueryFromCoherence
 
buildRevision - Static variable in class org.eclipse.persistence.Version
 
buildRootFragment(Object, XMLDescriptor, boolean, MarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
buildRow(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Allow the platform to handle record ro row conversion.
buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
INTERNAL: Build a database row from the record returned from the interaction.
buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
Build a database row from the record returned from the interaction.
buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
Build a database row from the record returned from the interaction.
buildRow(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Build a database row from the record returned from the interaction.
buildRowFromStructure(Struct) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build a row representation from the ADT structure field array.
buildRows(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to handle record ro row conversion.
buildRows(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Build a collection of database rows from the Record returned from the interaction.
buildRows(Record, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Build a collection of database rows from the Record returned from the interaction.
buildSchema(NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildSchemaComponentsForXPath(XPathFragment, SchemaGenerator.AddToSchemaResult, boolean, Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
This method will build element/complexType/typedefparticle components for a given xml-path, and return an XmlPathResult instance containg the sequence that the target should be added to, as well as the current schema - which could be different than the working schema used before calling this method in the case of a prefixed path element from a different namespace.
buildSchemaMethod - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
 
buildSelectClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Creates the expression representing the select clause of this select statement.
buildSelectClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Creates the expression representing the select clause of this select statement.
buildSelectClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectStatement
Creates the expression representing the select clause of this select statement.
buildSelectionCriteria() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
This method would allow customers to get the potential selection criteria for a mapping prior to initialization.
buildSelectionCriteria() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
This method would allow customers to get the potential selection criteria for a mapping prior to initialization.
buildSelectionCriteria(boolean, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Build the selection criteria for this mapping.
buildSelectionCriteria(ForeignReferenceMapping, Expression) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Selection criteria is created to read target records from the table.
buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: In the case of EJBQL, an expression needs to be generated.
buildSelectionCriteriaAndAddFieldsToQuery(ForeignReferenceMapping, Expression) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
 
buildSelectionCriteriaAndAddFieldsToQueryInternal(ForeignReferenceMapping, Expression, boolean, boolean) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Build the selection criteria to join the source, relation, and target tables.
buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Certain key mappings favor different types of selection query.
buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Certain key mappings favor different types of selection query.
buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Depending on the MapKeyMapping, a different selection query may be required to retrieve the map when the map is based on a DirectCollectionMapping
buildSelectionQueryForDirectCollectionKeyMapping(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Certain key mappings favor different types of selection query.
buildSelectQuery() - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileSequence
Support sequencing through sequence file.
buildSelectQuery() - Method in class org.eclipse.persistence.sequencing.NativeSequence
INTERNAL:
buildSelectQuery(String, Integer) - Method in class org.eclipse.persistence.sequencing.NativeSequence
INTERNAL:
buildSelectQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
buildSelectQuery(String, Integer) - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
buildSelectQuery() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
buildSelectQuery(String, Integer) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity(String, Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Though Oracle doesn't support identity it could be imitated, see comment to setSupportsIdentity method.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Returns query used to read back the value generated by Identity.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Build the identity query for native sequencing.
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.H2Platform
 
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Produce a DataReadQuery which updates(!)
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Produce a DataReadQuery which updates(!)
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: Produce a DataReadQuery which updates(!)
buildSelectString1() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
buildSequenceDefinition(Sequence) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL: Returns sql used to create sequence object in the database.
buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL: HSQL requires START WITH first.
buildSequenceObjectDeletionWriter(Writer, String) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Derby supports sequence objects as of 10.6.1.
buildSequenceObjectDeletionWriter(Writer, String) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL: Returns sql used to delete sequence object from the database.
buildServiceDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildSession(String, ClassLoader, XMLSessionConfigLoader) - Method in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
 
buildSessionConfigs(SessionManager, ClassLoader, Document, Project) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
buildSessionsXML(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.GlassfishPackager
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.JBossPackager
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.JDevPackager
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.WeblogicPackager
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.WebSpherePackager
 
buildSessionsXML(OutputStream, DBWSBuilder) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
buildSetMethodBuffer(ClassBuffer, SDOProperty, List) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
INTERNAL:
buildSetterJavaDoc(List, String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Builds a shallow original object.
buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Builds a shallow original object.
buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Builds a shallow original object.
buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Builds a shallow original object.
buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Builds a shallow original object.
buildShallowOriginalFromRow(AbstractRecord, Object, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Builds a shallow original object.
buildSimpleXMLFormatDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildSingleValuedObjectFieldResolver(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
buildSizeExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildsNewInstance() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Return false as a shallow clone is returned, not a new instance.
buildsNewInstance() - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Return if this copy policy creates a new instance, vs a clone.
buildsNewInstance() - Method in class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
 
buildsNewInstance() - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
 
buildSortedListOfDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
Take an unsorted list of descriptors and sort it so that the order is maintained.
buildSql - Variable in class org.eclipse.persistence.tools.dbws.SQLOperationModel
 
buildSQLOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildSqlQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildSqrtExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildSrcDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
buildStartAndEndPropAttribute(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
buildStateFieldResolver(String, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
buildStateFieldResolver(Resolver, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
buildStoredFunctionQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildStoredProcedure(Connection, DatabasePlatform, ProcedureOperationModel) - Static method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
buildStoredProcedure(Connection, String, DatabasePlatform, ProcedureOperationModel) - Static method in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
 
buildStoredProcedureQueryDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildStringExpression(char) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Creates a new StringExpression wrapping the given character value.
buildStringExpression(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Creates a new StringExpression wrapping the given string value.
buildStructureFromRow(AbstractRecord, AbstractSession, Connection) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build a ADT structure from the row data.
buildSubstringExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildSumFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildTableAndSequenceDefinitions(HashSet, HashSet, HashMap) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
buildTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: Return a TableDefinition
buildTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Return a TableDefinition specifying sequence table.
buildTableDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERNAL: Return a TableDefinition specifying a unary sequence table.
buildTableMethod(TableDefinition) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
buildTableOperationModelDescriptor() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
buildTabularTypeForClassSummaryDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Answer the TabularType describing the TabularData that we return from getCacheSummaryDetails() and getCacheSummaryDetails(String filter) This is mostly for the client side to see what kind of information is returned.
buildTargetInterfaces(Class, Collection) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Build a list of all the interfaces and super interfaces for a given class.
buildTemplateInsertRow(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Build and return a "template" database row with all the fields set to null.
buildTime - Static variable in class org.eclipse.persistence.Version
 
buildToNClobVec() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
buildToNStringCharVec() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
buildToTIMESTAMPVec() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
buildTransformationProperty(JavaHasAnnotations, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
buildTrimExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbsFunctionResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.ClassNameResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.ClassResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionEquivalentResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.FuncResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.IdentificationVariableResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.KeyResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.NullResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.NumericResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.StateFieldResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.SumFunctionResolver
Resolves the IType of the property handled by this Resolver.
buildType() - Method in class org.eclipse.persistence.jpa.internal.jpql.ValueResolver
Resolves the IType of the property handled by this Resolver.
buildType - Static variable in class org.eclipse.persistence.Version
 
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbsFunctionResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractPathResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.ClassNameResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.ClassResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionEquivalentResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.FuncResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.IdentificationVariableResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.KeyResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.NullResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.NumericResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.StateFieldResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.SumFunctionResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.TreatResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.ValueResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildTypedField(String) - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildTypeExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
INTERNAL: Complete building TypeInfo objects for a given set of JavaClass instances.
buildUnderDBWS() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
buildUniqueConstraintCreationWriter(AbstractSession, UniqueKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the alter table statement to add the constraints.
buildUniqueConstraintDeletionWriter(AbstractSession, UniqueKeyConstraint, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the alter table statement to drop the constraints.
buildUniqueKeyConstraint(String, List<String>, int, DatabasePlatform) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
buildUniqueKeyConstraintName(String, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Return unique key constraint name built from the table name and sequence number with the specified maximum length.
buildUnitofWorkCloneForPartObject(Object, Object, Object, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Require for cloning, the part must be cloned.
buildUnknownExpression(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Creates an Expression that contains an malformed expression.
buildUpdateDescriptor() - Method in class org.eclipse.persistence.dbws.DBWSModelProject
 
buildUpdateExpression(DatabaseTable, Expression, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: This method must be included in any locking policy.
buildUpdateExpression(DatabaseTable, Expression, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
buildUpdateQuery() - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileSequence
Support sequencing through sequence file.
buildUpdateQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
buildUpdateQuery(String, Number) - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
buildUpdateQuery() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
buildUpdateQuery(String, Number) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
buildUpdateString1() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
buildUpdateString2() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
buildUpperExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildValueExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
buildViewSelectStatement(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Build a select statement for all subclasses on the view using the same selection criteria as the query.
buildVPDCreationFunctionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Sub classes should override.
buildVPDCreationFunctionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
buildVPDCreationPolicyWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Sub classes should override.
buildVPDCreationPolicyWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
buildVPDDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Sub classes should override.
buildVPDDeletionWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
buildWebInfDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
buildWorkingCopyClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
By default use the buildClone.
buildWorkingCopyClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Clone through the workingCopyClone method, or if not specified the clone method.
buildWorkingCopyClone(Object, Session) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Return a shallow clone of the object for usage with the unit of work working copy.
buildWorkingCopyClone(Object, Session) - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
 
buildWorkingCopyCloneFromRow(Record, ObjectBuildingQuery, Object, UnitOfWork) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
By default create a new instance.
buildWorkingCopyCloneFromRow(Record, ObjectBuildingQuery, Object, UnitOfWork) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Create a new instance, unless a workingCopyClone method is specified, then build a new instance and clone it.
buildWorkingCopyCloneFromRow(Record, ObjectBuildingQuery, Object, UnitOfWork) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Return an instance with the primary key set from the row, used for building a working copy during a unit of work transactional read.
buildWrapperCacheKeyForAggregate(CacheKey) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Wrap the aggregate represented by this mapping in a cachekey so it can be processed my methods down the stack.
buildWSDL(OutputStream, NamingConventionTransformer) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
buildWSDLDir() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
buildXMLBinaryDataCollectionMapping(String, MimeTypePolicy) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLBinaryDataMapping(String, MimeTypePolicy) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLChoiceCollectionMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLChoiceObjectMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLCollectionReferenceMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLCompositeCollectionMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLCompositeDirectCollectionMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLCompositeObjectMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLDirectMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLFragmentCollectionMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLFragmentMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLInteractionDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildXMLObjectReferenceMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLRoot(Node, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
Convenience method that builds an XMLRoot wrapping a given object.
buildXMLRootForText(Node, QName, XMLConverter, AbstractSession, DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
Convenience method that takes a given node and checks the first child for TEXT_NODE.
buildXMLRootFromObject(Object) - Method in class org.eclipse.persistence.oxm.XMLBinder
Create an XMLRoot instance.
buildXMLToJavaTypeMap() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Builds a map of Java types to XML types.
buildXMLTransformationMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
bulk - Static variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
 
bulkUpdateListOrderFieldQuery - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
 
bundleChanged(BundleEvent) - Method in class org.eclipse.persistence.jpa.osgi.Activator
Simply add bundles to our bundle list as they start and remove them as they stop
bundleToPUs - Static variable in class org.eclipse.persistence.jpa.osgi.PersistenceProvider
 
bypassChildCollectionExpressionVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
This visitor is responsible to traverse the children of a CollectionExpression in order to properly validate the Expression.
bypassChildCollectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
 
bypassParentSubExpressionVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
This visitor is responsible to traverse the parent hierarchy and to skip SubExpression if it's a parent.
bypassParentSubExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
 
BYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
BYTE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BYTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
BYTE_ARRAY - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
BYTE_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
BYTE_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BYTEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
BYTES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
byteType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Byte.

C

C_GENERATEDTYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
Cache - Annotation Type in org.eclipse.persistence.annotations
The Cache annotation is used to configure the EclipseLink object cache.
CACHE - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CACHE_NAME - Static variable in class oracle.eclipselink.coherence.IntegrationProperties
Deprecated. use "eclipselink.coherence.cache.name"
CACHE_NOT_SUPPORTED_WITH_EMBEDDABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CACHE_RETRIEVE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.cache.retrieveMode" Configures the behavior when data is retrieved by the find methods and by the execution of queries.
CACHE_SHARED_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Indicates whether entity's cache should be shared (non-isolated).
CACHE_SHARED_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default caching properties - apply to all entities.
CACHE_SIZE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.size.
CACHE_SIZE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default caching properties - apply to all entities.
CACHE_STATEMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.cache-statements" property specifies whether JDBC statements should be cached.
CACHE_STATEMENTS_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.cache-statements.size" property specifies the number of statements held when using internal statement caching.
CACHE_STATMENT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.cache-statement" Configures if the query will cache its JDBC statement.
CACHE_STORE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.cache.storeMode" Configures the behavior when data is read from the database and when data is committed into the database.
CACHE_TYPE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
All valid values for CACHE_TYPE_ properties are declared in CacheType class.
CACHE_TYPE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default caching properties - apply to all entities.
CACHE_USAGE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cache-usage" Configures the query to utilize the EclipseLink cache, by default the cache is not checked on queries before accessing the database.
CACHE_WRAPPER - Static variable in class oracle.eclipselink.coherence.integrated.internal.InternalProperties
This is the property name that will be used in each descriptor to store the class reference for the cache wrapper for a particular class.
cacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Cache all prepared statements, this requires full parameter binding as well.
CacheCoordinationProtocol - Class in org.eclipse.persistence.config
Cache coordination protocol persistence property values.
CacheCoordinationProtocol() - Constructor for class org.eclipse.persistence.config.CacheCoordinationProtocol
 
CacheCoordinationType - Enum in org.eclipse.persistence.annotations
An enum that is used within the Cache annotation.
CacheCoordinationType() - Constructor for enum org.eclipse.persistence.annotations.CacheCoordinationType
 
cachedConnection - Variable in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
 
cachedExpression - Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
cachedExpressionQueries - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PERF: Expression query call cache for avoiding regenerated dynamic query SQL.
cachedFactories - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Caches the collection of unique identifiers matching the expression factories since any BNF rule is static.
cachedIdentifiers - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Caches the identifier retrieves from all the expression factories.
CachedObjects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cachedUpdateCalls - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PERF: Update call cache for avoiding regenerated update SQL.
cacheExpiryAndExpiryTimeOfDayBothSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CacheHits - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cacheHits - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
CacheInterceptor - Annotation Type in org.eclipse.persistence.annotations
A CacheInterceptor can be set on an Entity and allows all EclipseLink cache access to be intercepted by the developer provided interceptor.
CacheInterceptor - Class in org.eclipse.persistence.sessions.interceptors
Purpose: Define a class through which Cache access can be intercepted.
CacheInterceptor(IdentityMap, AbstractSession) - Constructor for class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
 
cacheInterceptorClass - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
cacheInterceptorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
cacheInvalidationPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
PUBLIC: A CacheInvalidationPolicy is used to set objects in TopLink's identity maps to be invalid following given rules.
CacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
 
cacheIsolation - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CacheIsolationType - Enum in org.eclipse.persistence.config
Options for how Entity instances should be shared within an EclipseLink Persistence Unit / ServerSession
CacheIsolationType() - Constructor for enum org.eclipse.persistence.config.CacheIsolationType
 
CacheKeyInterceptor - Class in org.eclipse.persistence.sessions.interceptors
The CacheKeyInterceptor allows a Cache Interceptor implementation to wrap the EclipseLink CacheKey.
CacheKeyInterceptor(CacheKey) - Constructor for class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
CacheKeyType - Enum in org.eclipse.persistence.annotations
Configures what type of Id value is used to store the object in the cache.
CacheKeyType() - Constructor for enum org.eclipse.persistence.annotations.CacheKeyType
 
cacheKeyType - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
Allow cache key type to be configured.
CacheMisses - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cacheMisses - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
cacheNotSupportedWithEmbeddable(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
ADVANCED: This method will instruct the query to cache the results returned by its next execution.
cacheResult(Object) - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: This method is called by the object builder when building an original.
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: This method is called by the object builder when building an original.
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: This method is called by the object builder when building an original.
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: This method is called by the object builder when building an original.
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: This method is called by the object builder when building an original.
cacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cache the prepared statements, this requires full parameter binding as well.
cacheSynchronizationType - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
Configures how objects will be sent via cache synchronization, if synchronization is enabled.
cacheTransactionIsolation - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
By default concurrency is optimized and the cache is not locked during reads or writes, This allows for concurrent reading and writing and should never cause any problems.
CacheType - Enum in org.eclipse.persistence.annotations
The CacheType enum is used with the Cache annotation for a persistent class.
CacheType() - Constructor for enum org.eclipse.persistence.annotations.CacheType
 
CacheType - Class in org.eclipse.persistence.config
Cache type persistence property values.
CacheType() - Constructor for class org.eclipse.persistence.config.CacheType
 
cacheType - Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
Allows the identity map class type to be set.
cacheType - Variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
CacheUsage - Class in org.eclipse.persistence.config
Cache usage hint values.
CacheUsage() - Constructor for class org.eclipse.persistence.config.CacheUsage
 
cacheUsage - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow for the cache usage to be specified to enable in-memory querying.
CacheUsageIndirectionPolicy - Class in org.eclipse.persistence.config
In-memory querying and conforming indirection policy.
CacheUsageIndirectionPolicy() - Constructor for class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
 
Caching - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: calculateChanges creates a change set for a particular object.
calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: CalculateChanges creates a change set for an existing object.
calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: PERF: Calculate change for the existing object, avoids check for new since already know.
calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: PERF: Calculate change for the new object, avoids check for new since already know.
calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: CalculateChanges creates a change set for an existing object.
calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: PERF: Calculate change for the new object, avoids check for new since already know.
calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: CalculateChanges creates a change set for a new object.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateDeferredChanges(ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes as apposed to detected changes.
calculateHandleAggregate() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
 
calculateHandleCollection() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
 
calculatePosition(Expression, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
 
CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
call - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
Call - Interface in org.eclipse.persistence.queries
Call defines the interface used primarily by EclipseLink queries and query mechanisms to perform the necessary actions (read, insert, update, delete) on the data store.
CALLED_METHOD_THREW_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
calledMethodThrewException(Method, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
callSequencingCallback() - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
 
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Supports Batch Writing with Optimistic Locking.
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
INTERNAL: Supports Batch Writing with Optimistic Locking.
canBeginTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that a transaction can be started.
canBeginTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that a transaction can be started.
canBuildCallWithReturning() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether the platform can build call with returning.
canBuildCallWithReturning() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Postgres has a returning clause.
cancelAddedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
The specified change set was added earlier; cancel it out.
canCommitTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that a transaction can be committed.
canCommitTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that a transaction can be committed.
canDMLBatch(String[], TypeClass[]) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DMLMethod
 
canIssueSQLToDatabase_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that the SQL should be issued to the db.
canIssueSQLToDatabase_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that the SQL should be issued to the db.
canMergeUnitOfWork_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that the unit of work should be merged into the shared cache.
canMergeUnitOfWork_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that the unit of work should be merged into the shared cache.
CANNOT_ACCESS_FIELD_ON_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CANNOT_ACCESS_METHOD_ON_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ACQUIRE_CLIENTSESSION_FROM_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ACQUIRE_DATA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ACQUIRE_HISTORICAL_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_DESCRIPTORS_TO_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_DESCRIPTORS_TO_SESSION_BROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_ELEMENT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ADD_ELEMENT_WITHOUT_KEY_TO_MAP - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_ADD_SEQUENCES_TO_SESSION_BROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_ADD_TO_CONTAINER - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CACHE_ISOLATED_DATA_ON_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CACHE_PARTIAL_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CAST_TO_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_COMMIT_UOW_AGAIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_COMPARE_TABLES_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CONFORM_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CONFORM_UNFETCHED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CREATE_CLONE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_CREATE_DYNAMIC_CONTEXT_FROM_CLASSES - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_DELETE_READ_ONLY_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_DEPLOY_WITHOUT_PREDEPLOY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CANNOT_ENLIST_MULTIPLE_DATASOURCES - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
CANNOT_INITIALIZE_FROM_NODE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_INSTANTIATE_PROFILER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_LOGIN_TO_A_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_LOGOUT_OF_A_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_MODIFY_SCHEMA_IN_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_PERFORM_OP_WITH_NULL_PARAM - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_PERFORM_OPERATION_ON_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_PERSIST_MANAGED_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_PREDEPLOY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_REFRESH_EMF_CREATED_FROM_SESSION - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
CANNOT_RELEASE_NON_CLIENTSESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_REMOVE_FROM_CONTAINER - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_RESUME_SYNCHRONIZED_UOW - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_CONVERTER_FOR_NON_DIRECT_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_TRANSLATE_UNPREPARED_CALL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_UNWRAP_NON_MAP_MEMBERS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CANNOT_USE_ID_VALUE_FOR_COMPOSITE_ID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CANNOT_WRITE_CHANGES_TWICE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAccessFieldOnObject(Field, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAccessMethodOnObject(Method, Object) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
cannotAccessMethodOnObject(Method, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAcquireClientSessionFromSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAcquireDataSource(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAcquireHistoricalSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAddDescriptorsToSessionBroker() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAddElement(Object, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAddElementWithoutKeyToMap(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotAddSequencesToSessionBroker() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotAddToContainer(Object, Object, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCacheCursorResultsOnQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCacheIsolatedDataOnQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCachePartialObjects(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCastToClass(Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCommitAndResumeSynchronizedUOW(UnitOfWorkImpl) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCommitAndResumeUOWWithModifyAllQueries() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCommitUOWAgain() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotCompareTablesInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCompareTargetForeignKeysToNull(Expression, Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotConformAndCacheQueryResults(ReadQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotConformExpression() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotConformUnfetchedAttribute(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCreateClone(ContainerPolicy, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotCreateDynamicContextFromClasses() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an array of actual classes.
cannotCreateExternalTransactionController(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotDeleteReadOnlyObject(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotDeployWithoutPredeploy(String, String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
cannotHaveUnboundInOutputArguments() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInitializeFromNode() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an Node, that is not an instance of either Document or Element.
cannotInstantiateExceptionHandlerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInstantiateProfilerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInstantiateSessionEventListenerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotInvokeMethodOnConfigClass(String, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotIssueModifyAllQueryWithOtherWritesWithinUOW() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotPerformOperationOnNullArgument(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to perform an operation with a null argument
cannotPerformOperationOnProperty(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to set a property via path based access.
cannotPerformOperationWithNullInputParameter(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to call a method with a null input parameter
cannotPersistExistingObject(Object, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotPredeploy(String, String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
cannotQueryAcrossAVariableOneToOneMapping(DatabaseMapping, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotRefreshEntityManagerFactoryCreatedFromSession(String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
cannotRegisterAggregateObjectInUnitOfWork(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotRegisterSynchronizatonListenerForUnitOfWork(Exception) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
cannotReleaseNonClientSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotRemoveFromContainer(Object, Object, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotRemoveFromReadOnlyClassesInNestedUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetConverterForNonDirectMapping(ClassDescriptor, DatabaseMapping, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
cannotSetCursorForParameterTypeOtherThanOut(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetDefaultSequenceAsDefault(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetListenerClasses(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetReadPoolSizeAfterLogin() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotSetShouldCheckCacheOnlyOnReportQuery() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotTranslateUnpreparedCall(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cannotUnwrapNonMapMembers(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cannotUseIdValueForCompositeId(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
cannotWriteChangesTwice() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
canRollbackTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the status indicates that a transaction can be rolled back.
canRollbackTransaction_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the status indicates that a transaction can be rolled back.
CANT_HAVE_UNBOUND_IN_OUTPUT_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
canUnwrapOracleConnection() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Indicates whether this Oracle platform can unwrap Oracle connection.
canUnwrapOracleConnection() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether this Oracle platform can unwrap Oracle connection.
capacity() - Method in class org.eclipse.persistence.indirection.IndirectList
 
CASCADE_ALL_PARTS - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that all relationships with mappings should be used when building the copied object graph
CASCADE_PRIVATE_PARTS - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that only relationships with mapping indicated privately- owned should be copied
CASCADE_TREE - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that only the attributes found in the attribute group should be copied
CascadeAggregateDelete - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
CascadeAllParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadeAllParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeAllParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cascade the query and its properties on the queries object(s) and all objects related to the queries object(s).
cascadeAllParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should cascade all relationships when copying the object(s).
CascadeByMapping - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadeByMapping - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeByMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cascade the query and its properties on the queries object(s) and all related objects where the mapping has been set to cascade the merge.
CascadeDependentParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeDetach - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade discover and persist new objects during commit to the map key
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade discover and persist new objects during commit to the map key.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Cascade discover and persist new objects during commit to the map key
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade discover and persist new objects during commit.
cascadedLockingInitialized - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: flag to indicate the initialization state of cascade locking for this descriptor
cascadeLockingPolicies - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
cascadeMerge - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
CascadeOnDelete - Annotation Type in org.eclipse.persistence.annotations
Define the foreign key defined by the relationship to cascade the delete on the database.
cascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
PUBLIC: Enables delete cascading on the database.
cascadeOnlyDependentParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Used by unit of work, only cascades constraint dependencies.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade remove through mappings that require the cascade.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Cascade perform delete through mappings that require the cascade
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
cascadePersist - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Cascading flags used by the EntityManager
CascadePolicy - Class in org.eclipse.persistence.config
Cascade policy hint values.
CascadePolicy() - Constructor for class org.eclipse.persistence.config.CascadePolicy
 
cascadePolicy - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Policy that determines how the query will cascade to its object's parts.
CascadePrivateParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadePrivateParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadePrivateParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cascade the query and its properties on the queries object(s) and all privately owned objects related to the queries object(s).
cascadePrivateParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should cascade only those relationships that are configured as privately-owned.
cascadeRefresh - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Cascade registerNew for Create through mappings that require the cascade
cascadeRemove - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
cascadeTree() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should cascade only those attributes that are found in the group.
Case - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
CASE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for the identifier 'CASE'.
CASE_LOWER - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
CASE_MIXED - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
CASE_OPPOSITE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
CASE_SAME - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
CASE_UPPER - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
CaseCondition - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
caseConditionStatement(Map<Expression, Object>, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Convert values returned by the query to values given in the caseConditions Map.
caseConditionStatement() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form: SQL: CASE WHEN name="Robert" THEN "Bob" WHEN name="Susan" THEN "Sue" ELSE "No-Nickname" This expression must be manipulated to successfully build a case statement by adding appropriate children to it.
caseConditionStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
CaseExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
BNF: general_case_expression ::= CASE when_clause {when_clause}* ELSE scalar_expression END or
BNF: simple_case_expression ::= CASE case_operand simple_when_clause {simple_when_clause}* ELSE scalar_expression END
CaseExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Creates a new CaseExpression.
CaseExpression.ParsingType - Enum in org.eclipse.persistence.jpa.internal.jpql.parser
A enumeration used to determine how CaseExpression#isParsingComplete(WordParser, String) should behaves.
CaseExpression.ParsingType() - Constructor for enum org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression.ParsingType
 
CaseExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingElseExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingElseIdentifier - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingEndIdentifier - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingWhenClause - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpression_WhenClausesEndWithComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpression_WhenClausesHasComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CaseExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a case expression.
CaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpressionBNF
Creates a new CaseExpressionBNF.
CaseExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This CaseExpressionFactory creates a new CaseExpression when the portion of the query to parse starts with CASE.
CaseExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpressionFactory
Creates a new CaseExpressionFactory.
caseOperand - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
The Expression representing the case operand.
CaseOperandBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the case operand specified in the case expression.
CaseOperandBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CaseOperandBNF
Creates a new CaseOperandBNF.
caseStatement(Map, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Convert values returned by the query to values given in the caseItems Map.
caseStatement() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form: SQL: CASE name WHEN "Robert" THEN "Bob" WHEN "Susan" THEN "Sue" ELSE "No-Nickname" This expression must be manipulated to successfully build a case statement by adding appropriate children to it.
caseStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cast(ContentAssistVisitor.SelectStatementHelper<? extends AbstractSelectStatement, ? extends Expression>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
CAST_MUST_USE_INHERITANCE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
castMustUseInheritance(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
catalog - Variable in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
catalog - Variable in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
catalogPattern - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
catalogPattern - Variable in class org.eclipse.persistence.tools.dbws.TableOperationModel
 
catchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for catching all the Descriptor Exceptions
CATEGORY_LOGGING_LEVEL_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.logging.level.
categoryloggers - Variable in class org.eclipse.persistence.logging.JavaLog
 
categoryLogLevelMap - Variable in class org.eclipse.persistence.logging.DefaultSessionLog
Represents the Map that stores log levels per the name space strings.
caughtExceptions - Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
To add all the Descriptor exceptions
cciConnection - Variable in class org.eclipse.persistence.eis.EISAccessor
 
cdata - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
cdata - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of character data to be wrapped in a CDATA node.
cdata(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
cdata(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
CDATA - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ceil(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Ceil - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ceil() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
chain - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
changeDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The reference class has been changed, need to reset the descriptor.
ChangedFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
ChangedFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
PUBLIC: Create a new changed fields locking policy.
changedMapKeys - Variable in class org.eclipse.persistence.eis.EISCollectionChangeRecord
The stuff whose Map keys have changed.
changeListener - Variable in class org.eclipse.persistence.indirection.IndirectList
Change tracking listener.
changeListener - Variable in class org.eclipse.persistence.indirection.IndirectMap
Change tracking listener.
changeListener - Variable in class org.eclipse.persistence.indirection.IndirectSet
Change tracking listener.
changeOrderTargetQuery - Variable in class org.eclipse.persistence.mappings.CollectionMapping
Query used when order of list members is changed.
changePolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the base Change Record API.
changeSet - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
For the post merge event it is possible that there has been a change set generated.
changeSet - Variable in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
The changes to be applied remotely
changeSetBytes - Variable in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
 
changeSetDeleteNullQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
changeSetDeleteQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used for deletion when ChangeSets are used
ChangeSetsNotProcessed - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ChangeSetsProcessed - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
changeSummaries - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
CHANGESUMMARY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
changeSummary - Variable in class org.eclipse.persistence.sdo.SDODataGraph
 
changeSummary - Variable in class org.eclipse.persistence.sdo.SDODataObject
 
CHANGESUMMARY_REF - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Names for attributes available on ChangeSummary
CHANGESUMMARY_UNSET - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
changeSummaryProperty - Variable in class org.eclipse.persistence.sdo.SDOType
 
ChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
Purpose: Define an interface for any object that wishes to use attribute change tracking.
ChangeTracking - Annotation Type in org.eclipse.persistence.annotations
The ChangeTracking annotation is used to specify the org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy which computes changes sets for EclipseLink's UnitOfWork commit process.
ChangeTrackingType - Enum in org.eclipse.persistence.annotations
An enum that is used within the ChangeTracking annotation.
ChangeTrackingType() - Constructor for enum org.eclipse.persistence.annotations.ChangeTrackingType
 
changeType - Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Change type is either add or remove
channel - Variable in class org.eclipse.persistence.sessions.coordination.ServiceId
The logical channel that the service instance subscribes to
CHAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
CHAR - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
CHAR_CS - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
CHAR_LENGTH - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CHAR_LENGTH', which is an unused keyword.
CHAR_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
CHARACTER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
character() - Method in class org.eclipse.persistence.jpa.internal.jpql.WordParser
Retrieves the character at the current position of the cursor.
character(int) - Method in class org.eclipse.persistence.jpa.internal.jpql.WordParser
Retrieves the character at the given position.
CHARACTER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
CHARACTER_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
CHARACTER_LENGTH - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CHARACTER_LENGTH', which is an unused keyword.
CHARACTER_SET_NAME - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
CHARACTEROBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord.FormattedOutputStreamRecordContentHandler
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord.FormattedWriterRecordContentHandler
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of character data.
characters(String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
characters - Variable in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
characters(CharSequence) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
characters(char[], int, int) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
characterSetName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
characterSetName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllMethodParams
 
characterSetName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllMethodResults
 
characterSetName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypeAttrs
 
CharIndex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
charIndex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
CharLength - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
charLength() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
charLength() - Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Obtains the number of characters in the data string value expression.
charMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
checkAssignable(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
CheckCache - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
CheckCacheByExactPrimaryKey - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be checked first if the query is by primary key (only).
CheckCacheByExactPrimaryKey - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheByExactPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: The cache will be checked only if the query contains exactly the primary key.
CheckCacheByPrimaryKey - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be checked first if the query contains the primary key.
CheckCacheByPrimaryKey - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheByPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: This is the default, the cache will be checked only if the query contains the primary key.
checkCacheFirst - Variable in class org.eclipse.persistence.queries.DoesExistQuery
Flag to determine if the cache should be check first in addition to another option.
checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Check if the target object is in the cache if possible based on the source row.
checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Check if the target object is in the cache if possible based on the target key value.
checkCacheForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Default behavior.
checkCacheForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Assume that if the objects primary key does not include null and it is in the cache, then is must exist.
checkCacheForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to check the cache for existence.
CheckCacheOnly - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be searched for any matching objects.
CheckCacheOnly - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheOnly() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: The cache will checked completely, if the object is not found null will be returned or an error if the query is too complex.
CheckCacheThenDatabase - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the cache to be searched for any matching object before accesing the database.
CheckCacheThenDatabase - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
checkCacheThenDatabase() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: The cache will be checked completely, then if the object is not found or the query too complex the database will be queried.
checkConnections - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
checkDatabase(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
To check that tables and fields are present in database
checkDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used to check the database tables.
CheckDatabase - Static variable in class org.eclipse.persistence.queries.DoesExistQuery
 
checkDatabaseForDoesExist() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Perform does exist check on the database
checkDatabaseForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Perform does exist check on the database through selecting the primary key.
checkDatabaseForDoesExist() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to check the database for existence.
checkDatabaseIfInvalid - Variable in class org.eclipse.persistence.queries.DoesExistQuery
Flag to determine cache invalidation policy support.
checkDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(Object, AbstractSession) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Ensure that the descriptor has been set.
checkDescriptor(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Ensure that the descriptor has been set.
checkDumpTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Log the results after a set amount of time has passed.
checkDumpTime() - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if this query already knows the return value without performing any further work.
checkEarlyReturn(Object, Object, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Check if existence can be determined without going to the database.
checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Check if existence can be determined without going to the database.
checkEarlyReturn(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check to see if this query already knows the return value without performing any further work.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Contains the body of the check early return call, implemented by subclasses.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
checkEarlyReturnLocal(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: The cache check is done before the prepare as a hit will not require the work to be done.
checkEclipseLinkCache(DatabaseQuery, Record, Session) - Static method in class org.eclipse.persistence.queries.QueryRedirectorHelper
This method will cause EclipseLink to check the EclipseLink cache for the object.
checkFilter1(Filter<T>) - Method in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
 
checkFilter2(Filter<T>) - Method in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
 
checkForCallbackMethods() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkForCustomQuery(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Check to see if a custom query should be used for this query.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERAL: Verify whether the sequence exists.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Check if the sequence object already exists, in which case dont create it.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERAL: Execute the SQL required to insert the sequence row into the sequence table.
checkIfExist(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERAL: Verify whether the sequence exists.
checkInheritanceTreeAggregateSettings(AbstractSession, AggregateMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Verify that an aggregate descriptor's inheritance tree is full of aggregate descriptors.
checkInheritanceTreeAggregateSettingsForChildren(AbstractSession, AggregateMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Verify that an aggregate descriptor's inheritance tree is full of aggregate descriptors, cont.
checkInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used to check the InstantiationPolicy.
checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
checkParent(Resolver) - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
 
checkPaths() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
 
checkPrepare(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if this query needs to be prepare and prepare it.
checkPrepare(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check to see if this query needs to be prepare and prepare it.
checkPrepare(AbstractSession, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check to see if this query needs to be prepare and prepare it.
checkPrePrepare(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: ObjectLevelReadQueries now have an explicit pre-prepare stage, which is for checking for pessimistic locking, and computing any joined attributes declared on the descriptor.
checkQuery(CharSequence) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
 
checkReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
checkStoredProcedures(List<DbStoredProcedure>, int) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
checkTable(DatabaseTable, AbstractSession) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: This method checks that tables are present in the database.
checkTables(List<DbTable>) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
checkText(CharSequence) - Method in class org.eclipse.persistence.jpa.internal.jpql.WordParser
 
checkVersion(IJPAVersion) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
 
checkWastedVersioning(AbstractRecord, DatabaseTable) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Checks for the case where an object has multiple tables but only some are part of a minimal update.
CHILD_DESCRIPTORS_DO_NOT_HAVE_IDENTITY_MAP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CHILD_DOES_NOT_DEFINE_ABSTRACT_QUERY_KEY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
childDescriptors - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
childDescriptors - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
 
childDescriptorsDoNotHaveIdentityMap() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
childDoesNotDefineAbstractQueryKeyOfParent(ClassDescriptor, ClassDescriptor, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
childNonCompoundQueryBNFs - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Caches the children of this BNF rule (which actually includes this one as well) but do not includes BNF rules that are used for compounding a rule.
childQueryBNFs - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Caches the children of this BNF rule (which actually includes this one as well).
childRecord - Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
childRecordPool - Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
children(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Retrieves the children of the given Expression.
children - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
The children of this AbstractExpression.
children() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Returns the children of this Expression.
children - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
The Expressions that forms a collection within another expression.
children() - Method in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
Returns the children of this Expression.
children - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
The children BNF of this one.
children() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Returns the set of all the query BNFs that are part of this BNF.
children - Variable in class org.eclipse.persistence.oxm.sequenced.Setting
 
childrenCollectorVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
This visitor gathers the children of a CollectionExpression or a single visited Expression.
childrenCollectorVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
 
childrenJoinExpression - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
childrenSize() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Returns the count of child expressions.
childrenTables - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
childrenTablesJoinExpressions - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
choiceElementMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
choiceElementMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
choiceProperties - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
chr(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Chr - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
chr() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
CIRCULAR_MAPPED_BY_REFERENCES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
circularMappedByReferences(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CLASS', which is an unused keyword.
CLASS_EXTRACTION_METHOD_MUST_BE_STATIC - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CLASS_EXTRACTOR_CAN_NOT_BE_SPECIFIED_WITH_DISCRIMINATOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_FILE_TRANSFORMER_THROWS_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_INDICATOR_FIELD_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CLASS_LIST_MUST_NOT_BE_NULL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
CLASS_NOT_FOUND_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
CLASS_NOT_FOUND_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CLASS_NOT_FOUND_WHILE_CONVERTING_CLASSNAMES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CLASS_NOT_FOUND_WHILE_USING_QUERY_HINT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLASS_NOT_LISTED_IN_PERSISTENCE_UNIT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_PK_DOES_NOT_EXIST_IN_CACHE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
classBasedMarshalEvents - Variable in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
classBasedUnmarshalEvents - Variable in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
ClassBuffer - Class in org.eclipse.persistence.sdo.helper
Purpose: This class maintains information about a generated class and its corresponding interface Responsibilities: Hold the StringBuffer contents of the class and interface When the close() method is called the attribute and method buffers are appended to the classbuffer and both the interface buffer and class buffer have the closing brace appended
ClassBuffer(SDOClassGeneratorListener) - Constructor for class org.eclipse.persistence.sdo.helper.ClassBuffer
 
classBuffer - Variable in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
ClassDescriptor - Class in org.eclipse.persistence.descriptors
Purpose: Abstract descriptor class for defining persistence information on a class.
ClassDescriptor() - Constructor for class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return a new descriptor.
classes - Variable in class oracle.eclipselink.coherence.integrated.cache.WrapperPofSerializer
 
classes - Variable in class oracle.eclipselink.coherence.integrated.cache.WrapperSerializer
 
CLASSES - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
classExistsInArray(JavaClass, ArrayList<JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Convenience method to determine if a class exists in a given ArrayList.
classExistsInArray(JavaClass, ArrayList<JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Convenience method to determine if a class exists in a given ArrayList.
classExtractionMethod - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
classExtractionMethodMustBeStatic(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
classExtractionMethodName - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
ClassExtractor - Annotation Type in org.eclipse.persistence.annotations
A ClassExtractor allows for a user defined class indicator in place of providing a discriminator column.
ClassExtractor - Class in org.eclipse.persistence.descriptors
Purpose: Abstract class to allow complex inheritance support.
ClassExtractor() - Constructor for class org.eclipse.persistence.descriptors.ClassExtractor
 
classExtractor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
classExtractorCanNotBeSpecifiedWithDiscriminatorMetadata(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classExtractorName - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
Allow for class extraction method to be specified.
classExtractorName - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
classFileTransformerThrowsException(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: This method is invoked only for the abstract descriptors.
classFromValue(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: This method is used to turn the a raw database field value classFieldValue into a Class object.
classIndicatorField - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
classIndicatorFieldNotFound(ClassDescriptor, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
classIndicatorMapping - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
ClassInstanceConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: Allows a class name to be converted to and from a new instance of the class.
ClassInstanceConverter() - Constructor for class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
PUBLIC: Default constructor.
classListMustNotBeNull() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASSLOADER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Specify the classloader to use to create an EntityManagerFactory in the property map passed to Persistence.createEntityManagerFactory.
classLoader - Variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
classLoader - Variable in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
classLoader - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
 
classLoader - Variable in class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
 
classLoader - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
Define the class loader that should be used to find the resource.
classLoader - Variable in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
 
CLASSLOADER_EJB_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
A classloader toString containing (.wrappers) means we are running from a local ejb container client
CLASSLOADER_OC4J_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
A classloader toString containing (oc4j:) means we are running from an 4 levels up from an ejb container
CLASSLOADER_WEB_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
A classloader toString containing (.web.) means we are running from a web container client
className - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.LockVersionExtractor
 
className - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
className - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
className - Variable in class org.eclipse.persistence.jpa.internal.jpql.ClassNameResolver
The fully qualified name of the type.
className - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
The fully qualified class name of this expression.
className - Variable in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
className(String, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java class name or method name for a given string
className(String, boolean, boolean, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java class name or method name for a given string
className - Variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
className - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
className - Variable in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
 
classNameIndicatorMapping - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
ClassNameResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver simply holds onto the fully qualified class name of the IType.
ClassNameResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ClassNameResolver
Creates a new ClassNameResolver.
classNamespace - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
classNameToFieldMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
classNameToSourceFieldsMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
classNameToSourceFieldsMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
classNotFound(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to load the instance class for a given type
classNotFoundException(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
classNotFoundException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
classNotFoundException(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
classNotFoundForProperty(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
classNotFoundWhileConvertingClassNames(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classNotFoundWhileProcessingAnnotations(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
classNotFoundWhileUsingQueryHint(DatabaseQuery, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
classNotListedInPersistenceUnit(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASSPATH_MARKER - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCacheManager
The CLASSPATH_MARKER is used as a prefix to the ViewCacheDir.
classpaths - Variable in class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
 
classPaths - Variable in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
 
classPkDoesNotExistInCache(Class, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ClassResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver simply holds onto the actual type since it is already determined.
ClassResolver(Resolver, Class<?>) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ClassResolver
Creates a new ClassResolver.
ClassSummaryDetail - Class in org.eclipse.persistence.services.glassfish
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.glassfish.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail - Class in org.eclipse.persistence.services.jboss
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.jboss.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail - Class in org.eclipse.persistence.services.weblogic
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.weblogic.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetail - Class in org.eclipse.persistence.services.websphere
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetail(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.websphere.ClassSummaryDetail
Construct a ClassSummaryDetail instance.
ClassSummaryDetailBase - Class in org.eclipse.persistence.services
The class is used internally by the Portable JMX Framework to convert model specific classes into Open Types so that the attributes of model class can be exposed by MBeans.
ClassSummaryDetailBase(String, String, String, String, String) - Constructor for class org.eclipse.persistence.services.ClassSummaryDetailBase
Construct a ClassSummaryDetail instance.
classToConvertTo - Variable in exception org.eclipse.persistence.exceptions.ConversionException
 
classToFieldMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
classToFieldMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
classToGeneratedClasses - Variable in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
classToGeneratedClasses - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
classToSourceFieldsMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
classToSourceFieldsMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
classTransformers - Variable in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
 
classWriters - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
Map of DynamicClassWriter used to dynamically create a class in the DynamicClassLoader.findClass(String) call.
clazz - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
 
cleanup() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
clear() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
clear() - Method in class org.eclipse.persistence.indirection.IndirectList
 
clear() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
clear() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
clear() - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Resets the entire Object cache, and the Query cache.
clear(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Resets the cache for only the instances of the given Class type.
clear() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Clear the sub-nodes of the DOM.
clear() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
clear() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Clear the sub-nodes of the DOM.
clear() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Clears customization from connection.
clear() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCachePool
 
clear() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Release all objects read in so far.
clear() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Release all objects read in so far.
clear() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Clear the contents of the result.
clear() - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
 
clear() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
clear() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Removes all of the currentElements from this list.
clear(boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL:
clear() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
CLEAR_QUERY_RESULTS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This is a place holder for reseting the listener on one of the subclasses
clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This is a place holder for reseting the listener on one of the subclasses
clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: Clear the changes in the ObjectChangeListener
clearConnectionCache() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Clears connection's both implicit and explicit caches.
clearConnectionData() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
clearDeferredChanges() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL: clear any changes that have been deferred to instantiation.
clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: clear any changes that have been deferred to instantiation.
clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: clear any changes that have been deferred to instantiation.
clearDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: clear any changes that have been deferred to instantiation.
clearDriverClassAndDriver() - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Discard the cached driver class and driver.
clearInitialization() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
clearIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: clear the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
clearItems() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Clear the ReportQueryItems
clearNextAndPrevious() - Method in class org.eclipse.persistence.queries.ScrollableCursor
INTERNAL: Clear the cache next and previous values.
clearOracleConnectionCache(Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Clears both implicit and explicit caches of OracleConnection
clearOracleConnectionCache(Connection) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Clears both implicit and explicit caches of OracleConnection on Oracle9Platform, noop here.
clearProfile() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Clear the profiler, this will end the current profile operation.
clearQueryCache() - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear all the query caches.
clearQueryCache(String) - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear the named query cache associated with the query name.
clearQueryCache() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear all the query caches
clearQueryCache(ReadQuery) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear the query class associated with the passed-in read query.
clearQueryCache(String) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the session.
clearQueryCache(String, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class.
clearQueryResults(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Clears the current cached results, the next execution with read from the database.
clearQueryResultsNotSupported(ReadQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
clearSequencingListeners() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Clears sequencing listeners.
clearSequencingListeners() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Clears sequencing listeners.
clearStatementCache(Connection) - Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
INTERNAL: Clears statement cache of the wrapper connection.
clearStatementCache(Connection) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: Clears statement cache of the wrapper connection.
clearStatementCache(Connection) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Clears statement cache of the wrapper connection.
clearStatementCache(Connection) - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
INTERNAL: Clears statement cache of WebLogic connection using the WebLogic API reflectively.
clearStatementCache() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Used to clear the statement cache.
clearStatementCache() - Method in class org.eclipse.persistence.services.RuntimeServices
Used to clear the statement cache.
clearStatementCacheMethod - Variable in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
Cached WLConnection.clearStatementCache() Method used for clearing statement cache.
clearViewCache() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCacheManager
 
CLIENT_SESSION_CANNOT_USE_EXCLUSIVE_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ClientSession - Class in org.eclipse.persistence.sessions.server
Purpose: Acts as a client to the server session.
ClientSession(ServerSession, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Create and return a new client session.
ClientSession(ServerSession, ConnectionPolicy, Map) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
 
ClientSession(Project) - Constructor for class org.eclipse.persistence.sessions.server.ClientSession
 
clientSessionCanNotUseExclusiveConnection() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ClientSessionCreated - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CLINIT - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
CLOB - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
CLOB_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
clobMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
clone() - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
 
clone() - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor.CoherenceOnlyCacheKeyWrapper
 
clone() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Clones the descriptor
clone() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
INTERNAL: Clones the CopyPolicy
clone() - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Clone the CopyPolicy.
clone() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Clone the manager and its private parts.
clone() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Clone the query manager
clone() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Clone the fetch group manager.
clone() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Clone the policy
clone() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Clone the policy
clone(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
INTERNAL: Clone the policy
clone() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Normally cloned when not yet initialized.
clone() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
INTERNAL:
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
clone() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Clone the policy
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL:
clone() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Clone the connector.
clone() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Clone the appropriate attributes.
clone() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
clone() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Clone the expression maintaining clone identity in the inter-connected expression graph.
clone() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Performs a sufficiently deep clone.
clone() - Method in class org.eclipse.persistence.indirection.IndirectList
PUBLIC:
clone() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
clone() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
clone() - Method in class org.eclipse.persistence.indirection.ValueHolder
INTERNAL:
clone() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
PUBLIC: Copy the value holder (but not its' reference, shallow).
clone() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return a shallow copy of this Property.
clone() - Method in class org.eclipse.persistence.jpa.internal.jpql.util.AndFilter
clone() - Method in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
clone() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
INTERNAL: Each session owns its own session log because session is stored in the session log
clone() - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Each session owns its own session log because session is stored in the session log
clone() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Clone the log.
clone() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Clone the aggregate to source field names.
clone() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Clone the appropriate attributes.
clone() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
clone() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: The mapping clones itself to create deep copy
clone() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: This methods clones all the fields and ensures that each collection refers to the same clones.
clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
clone() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
clone() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Clone the row and its values.
clone() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
clone() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Normally called only when customizer is in inactive state (isActive()==false) and followed by setAccessor call on the clone.
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
clone() - Method in class org.eclipse.persistence.queries.AttributeGroup
 
clone() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
 
clone() - Method in interface org.eclipse.persistence.queries.Call
INTERNAL: Return a clone of the call.
clone(ReadQuery) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL:
clone() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Clone the query.
clone() - Method in class org.eclipse.persistence.queries.FetchGroup
 
clone() - Method in class org.eclipse.persistence.queries.JPQLCall
 
clone() - Method in class org.eclipse.persistence.queries.LoadGroup
 
clone() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Clone the query.
clone() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Clone the query.
clone() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Clone the ListWrapper.
clone() - Method in class org.eclipse.persistence.sequencing.Sequence
 
clone() - Method in interface org.eclipse.persistence.sessions.Connector
INTERNAL: Must be cloneable.
clone() - Method in class org.eclipse.persistence.sessions.CopyGroup
 
clone() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Clone the login.
clone() - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Clone the connector.
clone() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Clone the map and all of the CacheKeys.
clone() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
clone() - Method in class org.eclipse.persistence.sessions.JNDIConnector
INTERNAL: Clone the connector.
clone() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Clone the login.
clone() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Clones the descriptor
clone() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Shallow clone the event manager.
clone(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Clone the event manager for the new session.
clone() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
clone() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
clone() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
clone() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC:
clone() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC:
clone() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Performs a deep copy of this table definition.
CLONE_METHOD_INACCESSIBLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLONE_METHOD_REQUIRED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLONE_METHOD_THORW_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CloneCopyPolicy - Annotation Type in org.eclipse.persistence.annotations
A CloneCopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CloneCopyPolicy on an Entity.
CloneCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: Allows a clone of an object to be created with a method that returns the cloned object.
CloneCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
 
cloneDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Clone the delegate.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL Used to give the subclasses opportunity to copy aspects of the cloned query to the original query.
cloneFields(Vector) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Helper method to clone vector of fields (used in aggregate initialization cloning).
cloneFields(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Helper method to clone vector of fields (used in aggregate initialization cloning).
cloneMethodInaccessible() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cloneMethodRequired() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cloneMethodThrowException(Throwable) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
cloneUsing(Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: This expression is built on a different base than the one we want.
close() - Method in interface org.eclipse.persistence.jpa.Archive
Close this archive and associated InputStream.
close() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
close() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
close() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Closes the stream.
close() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
CLOSE - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
close() - Method in class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream
 
CLOSE_ATTRIBUTE_VALUE - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_CDATA - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_COMMENT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_ELEMENT - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CLOSE_PI - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
closed - Variable in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
closeDatasourceConnection() - Method in class org.eclipse.persistence.eis.EISAccessor
Close the connection.
closeDDLWriter() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Close the schema writer.
closeDDLWriter(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
CloseExp - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
closeOrStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeOrStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeOxStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeOxStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeProviderClassStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeProviderClassStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeProviderListenerClassStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeProviderListenerClassStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeProviderListenerSourceStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeProviderListenerSourceStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeProviderSourceStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeProviderSourceStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeResultSet(ResultSet) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlStmtType
 
closeSchemaStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeSchemaStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeServiceStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeServiceStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeSessionsStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeSessionsStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that all of the attribute events have occurred for the most recent element that has been started.
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
closeStatement(PreparedStatement) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlStmtType
 
closeStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeSWARefStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeSWARefStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeWebXmlStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeWebXmlStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
closeWSDLStream(OutputStream) - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
closeWSDLStream(OutputStream) - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
Cloudscape - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
CloudscapePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides CloudScape DBMS specific behavior.
CloudscapePlatform() - Constructor for class org.eclipse.persistence.platform.database.CloudscapePlatform
 
cmpPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CMPPolicy - Class in org.eclipse.persistence.descriptors
Description: Place holder for CMP specific information.
CMPPolicy() - Constructor for class org.eclipse.persistence.descriptors.CMPPolicy
 
CMPPolicy.KeyElementAccessor - Interface in org.eclipse.persistence.descriptors
INTERNAL: This is the interface used to encapsulate the the type of key class element
CMPPolicy.KeyIsElementAccessor - Class in org.eclipse.persistence.descriptors
INTERNAL: This class will be used when the keyClass is a primitive
CMPPolicy.KeyIsElementAccessor(String, DatabaseField, DatabaseMapping) - Constructor for class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
coalesce(Collection) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Return null if all arguments are null and the first non-null argument otherwise The equivalent of the COALESCE SQL function Example: Vector list = new Vector(3); list.add(builder.get("firstName")); list.add(builder.get("lastName")); list.add(builder.get("nickname")); EclipseLink: expressionBuilder.coalesce(caseTable) Java: NA SQL: COALESCE(firstname, lastname, nickname)
coalesce() - Method in class org.eclipse.persistence.expressions.Expression
 
Coalesce - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
coalesce() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
COALESCE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'COALESCE'.
CoalesceExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
A COALESCE expression returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
CoalesceExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CoalesceExpression
Creates a new CoalesceExpression.
CoalesceExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a coalesce expression.
CoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CoalesceExpressionBNF
Creates a new CoalesceExpressionBNF.
CoalesceExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This CoalesceExpressionFactory creates a new CoalesceExpression when the portion of the query to parse starts with COALESCE.
CoalesceExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CoalesceExpressionFactory
Creates a new CoalesceExpressionFactory.
coalesceExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
CODE_OPAQUE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
CODE_SQLJTYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
codes - Static variable in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Convert the status to a string for tracing.
CodeWriter - Interface in org.eclipse.persistence.sdo.helper
Purpose:This interface can be implemented and used in conjunction with SDOClassGenerator to write the generated source as desired.
codeWriter - Variable in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
Coherence35Adaptor - Class in oracle.eclipselink.coherence.integrated.internal.cache
Purpose: Coherence 3.5.1 introduced new APIs for acquiring a named cache scoped to a particular application.
Coherence35Adaptor() - Constructor for class oracle.eclipselink.coherence.integrated.internal.cache.Coherence35Adaptor
 
COHERENCE_CACHE_NAME - Static variable in class oracle.eclipselink.coherence.IntegrationProperties
This is the property name that will be used in each descriptor to store the name of the Coherence Cache.
CoherenceAdaptor - Class in oracle.eclipselink.coherence.integrated.internal.cache
Purpose: Coherence 3.5.1 introduced new APIs for acquiring a named cache scoped to a particular application.
CoherenceAdaptor() - Constructor for class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceAdaptor
 
coherenceAdaptor - Static variable in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
CoherenceCacheHelper - Class in oracle.eclipselink.coherence.integrated.internal.cache
Purpose: This class contains a collection of functionality that is used internally by the integration.
CoherenceCacheHelper() - Constructor for class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
CoherenceInterceptor - Class in oracle.eclipselink.coherence.integrated.cache
Purpose: This Cache Interceptor should be set on the descriptor for any class that is cached within Coherence.
CoherenceInterceptor(IdentityMap, AbstractSession) - Constructor for class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Instantiate an new Cache Interceptor passing in the identity map that will be intercepted and the session that holds that identity map.
CoherenceInterceptor.CoherenceOnlyCacheKeyWrapper - Class in oracle.eclipselink.coherence.integrated.cache
 
CoherenceInterceptor.CoherenceOnlyCacheKeyWrapper(CacheKey) - Constructor for class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor.CoherenceOnlyCacheKeyWrapper
 
CoherenceReadCustomizer - Class in oracle.eclipselink.coherence.integrated.config
This class should be set on an Entity that will be stored within Coherence and whose read queries should retrieve entities from Coherence.
CoherenceReadCustomizer() - Constructor for class oracle.eclipselink.coherence.integrated.config.CoherenceReadCustomizer
 
CoherenceReadWriteCustomizer - Class in oracle.eclipselink.coherence.integrated.config
This class should be set on an Entity that will be stored within Coherence and whose read queries should retrieve entities from Coherence.
CoherenceReadWriteCustomizer() - Constructor for class oracle.eclipselink.coherence.integrated.config.CoherenceReadWriteCustomizer
 
CoherenceRedirector - Class in oracle.eclipselink.coherence.integrated.internal.querying
Purpose: Helper abstract class for interacting with the Coherence Caches.
CoherenceRedirector() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.CoherenceRedirector
 
collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
collectDeclarationIdentificationVariables(JPQLQueryContext, Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
collectFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Return all the fields mapped by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the fields handled by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
This method must be overwritten in the subclasses to return a vector of all the fields this mapping represents.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Return the fields handled by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Return the fields handled by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
Return the fields mapped by the mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Returns the field this mapping represents.
collectFields() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return all the fields with this mapping.
collectFields() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return all the fields populated by this mapping, these are foreign keys only.
collectFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return all the fields populated by this mapping, these are foreign keys only.
collectFields() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
Returns all the aggregate fields.
collectFields() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
Returns all the aggregate fields.
collectFields() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return all the fields populated by this mapping.
collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
collectFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
COLLECTION_REMOVE_EVENT_WITH_NO_INDEX - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CollectionChangeEvent - Class in org.eclipse.persistence.descriptors.changetracking
Purpose: Define a change event for collection types.
CollectionChangeEvent(Object, String, Object, Object, int) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Deprecated. as of EclipseLink 2.3
CollectionChangeEvent(Object, String, Object, Object, int, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
PUBLIC: Create a CollectionChangeEvent for an object based on the property name, old value, new value, change type (add or remove) and change applied.
CollectionChangeEvent(Object, String, Object, Object, int, Integer) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Deprecated. as of EclipseLink 2.3
CollectionChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
Deprecated. as of EclipseLink 2.3
CollectionChangeEvent(Object, String, Object, Object, int, Integer, boolean, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
PUBLIC: Create a CollectionChangeEvent for an object based on the property name, old value, new value, change type (add or remove) and the index where the object is/was in the collection (list), flag indicating whether the change (addition or removal) is part of a single set operation on a list, flag indicating whether the object has already been added or removed from the collection.
CollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of an object.
CollectionChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
Purpose: Define an interface for any collection that wishes to use attribute change track.
collectionClassesToGeneratedClasses - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
collectionContentType - Variable in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
CollectionEquivalentResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver compares each IType retrieved from the list of Resolvers that were gathered for a given Expression and returns that type if they are all the same type otherwise the IType for Object is returned.
CollectionEquivalentResolver(Resolver, List<Resolver>) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.CollectionEquivalentResolver
Creates a new CollectionEquivalentResolver.
collectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Casts the given Expression to a CollectionExpression if it is actually an object of that type.
CollectionExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
A CollectionExpression wraps many expression which they are separated by spaces and/or commas.
CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Creates a new CollectionExpression.
CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>, boolean) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Creates a new CollectionExpression.
collectionExpression(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
CollectionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
collectionExpressionVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
This visitor determines whether the visited Expression is the CollectionExpression.
collectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
 
collectionExpressionVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
This visitor is responsible to retrieve the CollectionExpression if it is visited.
collectionExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
CollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: Abstract class for relationship mappings which store collection of objects
CollectionMapping() - Constructor for class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Default constructor.
CollectionMemberDeclaration - Class in org.eclipse.persistence.jpa.internal.jpql.parser
An identification variable declared by a collection member declaration ranges over values of a collection obtained by navigation using a path expression.
CollectionMemberDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Creates a new CollectionMemberDeclaration.
CollectionMemberDeclaration_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a collection member declaration expression.
CollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclarationBNF
Creates a new CollectionMemberDeclarationBNF.
CollectionMemberDeclarationFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This CollectionMemberDeclarationFactory creates a new CollectionMemberDeclaration when the portion of the query to parse starts with IN.
CollectionMemberDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclarationFactory
Creates a new CollectionMemberDeclarationExpressionFactory.
CollectionMemberExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
CollectionMemberExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Creates a new CollectionMemberExpression.
CollectionMemberExpression_Embeddable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpression_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpression_MissingEntityExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a collection member expression.
CollectionMemberExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpressionBNF
Creates a new CollectionMemberExpressionBNF.
CollectionMemberExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This CollectionMemberExpressionFactory creates a new CollectionMemberExpression when the portion of the query to parse starts with MEMBER, MEMBER OF, NOT MEMBER or NOT MEMBER OF.
CollectionMemberExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpressionFactory
Creates a new CollectionMemberExpressionFactory.
collectionRemoveEventWithNoIndex(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Attempt to call setListOrderField method on a mapping that doesn't support listOrderField.
collectionSeparatedByCommaValidator - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
This validator validates a CollectionExpression by making sure each item is separated by a comma.
collectionSeparatedByCommaValidator() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
collectionSeparatedBySpaceValidator - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
This validator validates a CollectionExpression by making sure each item is separated by a space.
collectionSeparatedBySpaceValidator() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
CollectionTable - Annotation Type in org.eclipse.persistence.annotations
Deprecated.  
collectionType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Collection.
collectionValuedField - Variable in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
The full collection-valued field path expression, which is used to determine if it's an enum type.
CollectionValuedFieldResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver is responsible to resolve the type of a collection-valued field.
CollectionValuedFieldResolver(Resolver, String, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Creates a new CollectionValuedFieldResolver.
CollectionValuedFieldResolver.MapManagedType - Class in org.eclipse.persistence.jpa.internal.jpql
 
CollectionValuedFieldResolver.MapManagedType(IManagedTypeProvider, IType) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver.MapManagedType
 
collectionValuedPathExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
The Expression representing the collection member, which is declared by an identification variable.
collectionValuedPathExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
The Expression representing the collection-valued path expression.
CollectionValuedPathExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
A collection_valued_field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.
CollectionValuedPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
collectionValuedPathExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
The Expression that represents the collection-valued path expression.
collectionValuedPathExpression(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
CollectionValuedPathExpression_NotCollectionType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionValuedPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CollectionValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a collection-valued path expression.
CollectionValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpressionBNF
Creates a new CollectionValuedPathExpressionBNF.
CollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This CollectionValuedPathExpressionFactory creates a new CollectionValuedPathExpression.
CollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpressionFactory
Creates a new CollectionValuedPathExpressionFactory.
collectionValuedPathExpressionVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
This visitor is responsible to retrieve the visited Expression if it is a CollectionValuedPathExpression.
collectionValuedPathExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
collectLocks(HashMap) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Add all locked CacheKeys to the map grouped by thread.
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
 
collectQueryParameters(Set<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: This method is used to store the FK fields that can be cached that correspond to noncacheable mappings the FK field values will be used to re-issue the query when cloning the shared cache entity
collType - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
COLON - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
COLON - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
 
COLON - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
COLON - Static variable in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
COLON_W_SCHEMA_NIL_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
column - Variable in class org.eclipse.persistence.queries.ColumnResult
Stores the Columns name from the result set
column - Variable in class org.eclipse.persistence.queries.FieldResult
Stores the Columns name from the result set that contains the attribute value
ColumnResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification.
ColumnResult(DatabaseField) - Constructor for class org.eclipse.persistence.queries.ColumnResult
 
ColumnResult(String) - Constructor for class org.eclipse.persistence.queries.ColumnResult
 
columns - Variable in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
COLUMNSINFO_COLUMN_NAME - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COLUMNSINFO_COLUMN_SIZE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COLUMNSINFO_DATA_TYPE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COLUMNSINFO_DECIMAL_DIGITS - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COLUMNSINFO_NULLABLE - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COLUMNSINFO_ORDINAL_POSITION - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COLUMNSINFO_TYPE_NAME - Static variable in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
COMMA - Static variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
The constant for ','.
Command - Class in org.eclipse.persistence.sessions.coordination
Purpose: Provide an extendable framework class for a Command object that can be remotely executed.
Command() - Constructor for class org.eclipse.persistence.sessions.coordination.Command
 
CommandConverter - Interface in org.eclipse.persistence.sessions.coordination
Purpose: Define a pluggable conversion interface that can be supplied by the application Description: The implementation class of this interface should be set on the remote command manager through the setCommandConverter() method.
commandConverter - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Used for converting commands between EclipseLink Command and app command formats
CommandManager - Interface in org.eclipse.persistence.sessions.coordination
Purpose: Provide an interface that clients can use to invoke remote commands on other EclipseLink instances, or on other applications that may want to receive and process EclipseLink commands.
CommandProcessor - Interface in org.eclipse.persistence.sessions.coordination
Purpose: Defines a pluggable interface for EclipseLink sessions and EclipseLink applications to be able to be on the receiving end of EclipseLink command objects.
commandProcessor - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Invoked to process a command when it is received from the cluster
commas - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
The list of flags used to determine where to separate two child Expressions with a comma or with a space only.
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord.FormattedOutputStreamRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord.FormattedWriterRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
commit() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
commitAndResume() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
commitAndResumeOnFailure() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Commit root unit of work from the client side to the server side.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Commit root unit of work from the client side to the server side.
commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Commit root unit of work from the client side to the server side.
commitRootUnitOfWork(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To commit remote unit of work on the server side.
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Remote unit of work after serialization is commited locally.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Commit the active database transaction.
commitTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Commit a transaction externally.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Commit a transaction on the server.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Commit a transaction on the database.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Commit a transaction on the database.
commitTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Commit a transaction on the database.
commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Commit the external transaction.
commitTransaction_impl() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Commit the external transaction.
commitTransaction_impl() - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Commit the external transaction.
commonjHashMap - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Map containing built-in types for primitive and SDO types
commonjJavaHashMap - Variable in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Map containing built-in types for Java types
CommunicationException - Exception in org.eclipse.persistence.exceptions
Purpose:This exception wraps all RMI or CORBA or IO exception that may occur.
CommunicationException(String) - Constructor for exception org.eclipse.persistence.exceptions.CommunicationException
 
CommunicationException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.CommunicationException
PUBLIC: Creates a CommunicationException.
CommunicationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for CommunicationException messages.
CommunicationExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
 
communicationSocket - Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
The multicast socket used for discovery
compare(Property, Property) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor.PropertyComparitor
 
compare(IType, IType) - Method in class org.eclipse.persistence.jpa.internal.jpql.NumericTypeComparator
compare(RowsCacheEntry) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowsCacheEntry
Instance "this" is the cache query
compare(Object, Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
 
compare(DataObject, DataObject, boolean, List) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: iterativly, compare the values of shared properties in two target DataObjects
compareAttributeValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Compare the attributes.
compareAttributeValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Compare the attributes.
compareAttributeValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Compare the attributes.
compareAttributeValuesForChangeWithOrder(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Build and return the change record that results from comparing the two collection attributes.
compareAttributeValuesForChangeWithOrder(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Build and return the change record that results from comparing the two collection attributes.
compareAttributeValuesForChangeWithoutOrder(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Build and return the change record that results from comparing the two collection attributes.
compareAttributeValuesForChangeWithoutOrder(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Build and return the change record that results from comparing the two collection attributes.
compareAttributeValuesWithOrder(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Compare the attributes.
compareAttributeValuesWithOrder(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Compare the attributes.
compareAttributeValuesWithoutOrder(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Compare the attributes.
compareAttributeValuesWithoutOrder(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Compare the attributes.
compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to calculate the differences between two collections.
compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method is used to calculate the differences between two collections.
compareDataObjects(DataObject, DataObject, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Separately, checks the declared properties and open content properties.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Compare the non-null elements.
compareElements(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Compare the non-null elements and return true if they are alike.
compareElements(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Compare the non-null elements and return true if they are alike.
compareElementsForChange(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the changes between two collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Build and return the change record that results from comparing the two collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: This method is used to create a change record from comparing two aggregate collections
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Compare the changes between two aggregates.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to create a change record from comparing two collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method compares the changes between two direct collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: This method compares the changes between two direct collections.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return the change record that results from comparing the two aggregate collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Compare the clone and backup clone values and return a change record if the value changed.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return an ObjectReferenceChangeRecord describing the change, or null if no change.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Build and return the change record that results from comparing the two collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
INTERNAL: Build and return the change record that results from comparing the two direct collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
INTERNAL: Build and return the change record that results from comparing the two aggregate collection attributes.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: This method is used to create a change record from comparing two collections
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: This method was created in VisualAge.
compareForChange(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
compareLists(List, List, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareLists(List, List, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Compare two lists.
compareLists(List, List) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
Compare two lists.
compareListsAndWrite(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsAndWrite(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsAndWrite_NonUpdatableListOrderField(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsAndWrite_UpdatableListOrderField(List, List, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Old and new lists are compared and only the changes are written to the database.
compareListsForChange(List, List, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This method is used to calculate the differences between two Lists.
compareManyProperty(DataObject, DataObject, boolean, Property) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: iteratively check value of property p when p is many type property.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
compareObjects(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
compareObjectsAndWrite(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: The memory objects are compared and only the changes are written to the database.
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Compare two objects if their parts are not private owned
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Compare two objects if their parts are not private owned
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Compare the references of the two objects are the same, not the objects themselves.
compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Compare the references of the two objects are the same, not the objects themselves.
compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Compare two objects if their parts are private owned
compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Compare two objects if their parts are private owned
compareObjectsWithPrivateOwned(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Compare the references of the two objects are the same, and the objects themselves are the same.
compareObjectValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Compare the attribute values.
compareObjectValues(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: Compare the attribute values.
compareProperty(DataObject, DataObject, boolean, SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Recursively [PreOrder sequence] compare corresponding properties of 2 DataObjects check value of property p when p is not a many type property.
compareSequences(SDOSequence, SDOSequence, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Return whether the 2 sequences are equal.
compareTo(IManagedType) - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver.MapManagedType
compareTo(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
compareTo(AttributeField) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.AttributeField
 
compareTo(ProcedureMethod) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
 
compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: This method shouldn't be called if supportsWriteLockValuesComparison() returns false.
compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: This method compares two writeLockValues.
compareWriteLockValues(Object, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method compares two writeLockValues.
ComparisonExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
Only the values of like types are permitted to be compared.
ComparisonExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpression
Creates a new ComparisonExpression.
ComparisonExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_WrongComparisonType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a comparison expression.
ComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpressionBNF
Creates a new ComparisonExpressionBNF.
ComparisonExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ComparisonExpressionFactory creates a new ComparisonExpression when the portion of the query to parse starts with <, >, <>, <=, >= or =.
ComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpressionFactory
Creates a new ComparisonExpressionFactory.
comparisonExpressionVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
This visitor is responsible to retrieve the visited Expression if it is a ComparisonExpression.
comparisonExpressionVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
ComparisonOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
COMPATIBLE_TYPE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
compatibleTypeNotSet(DatabaseType) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
compile(CharSequence) - Method in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
compiler - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
CompilerHelper - Class in org.eclipse.persistence.jaxb.compiler
Helper class for code that needs to be shared between AnnotationsProcessor, MappingsGenerator, SchemaGenerator
CompilerHelper() - Constructor for class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
complete - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CompletenessVisitor
Determines whether an Expression that was visited is complete or if some part is missing.
completeExpression(Expression, Object, Class) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: This method is used to determine which operation to use for comparison (equal, or a special operation).
completeExpressionForNull(Expression) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: This method is used when the attribute value is null, but it has to be included at all times.
completenessVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
COMPLEX_TYPE - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
ComplexQueryResult - Class in org.eclipse.persistence.queries
Purpose: Used to return multiple sets of information from a query.
ComplexQueryResult() - Constructor for class org.eclipse.persistence.queries.ComplexQueryResult
 
complexType - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
complexType - Variable in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
 
complexType - Variable in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
 
components - Variable in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
 
composeDatabaseRecord(Object[]) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
composedEntities - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
composeEntity(Object, Object, ClassDescriptor, AbstractSession, boolean, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
composeIdentityMap - Static variable in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
ComposeIdentityMap - Class in oracle.eclipselink.coherence.integrated.internal.cache
Purpose: This class is used to track all objects composed from a coherence get call.
ComposeIdentityMap() - Constructor for class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
composeStub(ForeignReferenceMapping, Object, AbstractSession) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
COMPOSITE_INCOMPATIBLE_WITH_SESSIONS_XML - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
COMPOSITE_MEMBER_CANNOT_BE_USED_STANDALONE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
COMPOSITE_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
COMPOSITE_TYPE_DESCRIPTION - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
Must override in subclass
COMPOSITE_TYPE_TYPENAME - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
Must override in subclass
COMPOSITE_UNIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Indicates if it's a composite persistence unit ("true").
COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Indicates if the persistence unit must be a member of a composite persistence unit ("true"), can't be used as an independent persistence unit.
COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.composite-unit.member" This must be used on a native query executed on composite persistence unit.
COMPOSITE_UNIT_PROPERTIES - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
The property may be passed to createEntityManager method of a composite persistence unit to pass properties to member persistence units.
COMPOSITE_UNIT_PROPERTIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property may be passed to createEntityManagerFactory method of a composite persistence unit to pass properties to member persistence units.
compositeIncompatibleWithSessionsXml(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
CompositeMember - Annotation Type in org.eclipse.persistence.annotations
A CompositeMember annotation is ignored unless is in composite member persistence unit.
compositeMemberCannotBeUsedStandalone(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
compositeObjectMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the SAX Platform, this method is responsible for marshalling null values for the XML Composite Object Mapping.
compositeObjectMarshal(XMLRecord, Object, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the DOM Platform, this method is responsible for marshalling null values for the XML Composite Object Mapping.
compositeObjectMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
compositeObjectMarshal(XMLRecord, Object, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
compositor - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
COMPOUND_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
CompoundExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
A compound expression has a left and right expressions combined by an identifier.
CompoundExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CompoundExpression
Creates a new CompoundExpression.
compoundExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
CompoundFilter<T> - Class in org.eclipse.persistence.jpa.internal.jpql.util
This filter provides a simple framework for combining the behavior of a pair of filters.
CompoundFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
Creates a new CompoundFilter that will "accept" any object that is accept by both of the specified wrapped filters.
computeBatchReadMappingQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Used to optimize joining by pre-computing the nested join queries for the mappings.
computeDescriptorMethodNames() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
This figures out the best name for each descriptor, first using the local class name then the qualified one for duplicates.
computeHashCode() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Compute a consistent hash-code for the expression.
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Return the parameter index for the IN parameter.
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.H2Platform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Use the JDBC maxResults and firstResultIndex setting to compute a value to use when limiting the results of a query in SQL.
computeNestedQueriesForBatchReadExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: This method is used when computing the nested queries for batch read mappings.
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Return the parameter index for the OUT parameter.
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
concat(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the concatenation of the two string values.
Concat - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
concat() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
CONCAT - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CONCAT'.
ConcatExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The CONCAT function returns a string that is a concatenation of its arguments.
ConcatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConcatExpression
Creates a new ConcatExpression.
ConcatExpression_Expression_WrongType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConcatExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConcatExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ConcatExpressionFactory creates a new ConcatExpression when the portion of the query to parse starts with CONCAT.
ConcatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConcatExpressionFactory
Creates a new ConcatExpressionFactory.
concatExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
concatOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: The Concat operator is of the form ....
concreteSubclassCalls - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Allow concrete subclasses calls to be prepared and cached for inheritance queries.
CONCUR_READ_ONLY - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The concurrency mode for a ResultSet object that may NOT be updated.
CONCUR_UPDATABLE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The concurrency mode for a ResultSet object that may be updated.
ConcurrencyException - Exception in org.eclipse.persistence.exceptions
Purpose: Concurrency deadlock or interupts will raise this exception.
ConcurrencyException(String) - Constructor for exception org.eclipse.persistence.exceptions.ConcurrencyException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConcurrencyException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.ConcurrencyException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConcurrencyExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConcurrencyException messages.
ConcurrencyExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
 
CONCURRENT_READ_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Reads and unit of work merges can occur concurrently.
conditionalExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractConditionalClause
The expression representing the composition of the conditional expressions.
ConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a conditional expression.
ConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalExpressionBNF
Creates a new ConditionalExpressionBNF.
conditionalExpressionCompletenessVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
ConditionalFactorBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a conditional factor expression.
ConditionalFactorBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalFactorBNF
Creates a new ConditionalFactorBNF.
ConditionalPrimaryBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a conditional primary expression.
ConditionalPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalPrimaryBNF
Creates a new ConditionalPrimaryBNF.
ConditionalTermBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a conditional term expression.
ConditionalTermBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalTermBNF
Creates a new ConditionalTermBNF.
config(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: This method is called when a config level message needs to be logged.
CONFIG - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
config(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a config level message needs to be logged.
CONFIG_FACTORY_NAME_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIG_FACTORY_NAME_PROPERTY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIG_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CONFIG_METHOD_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIG_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged config
configFactoryNamePropertyNotFound(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
configFactoryNamePropertyNotSpecified(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
configMethodNotDefined(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFIGURATION_ERROR_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
configurationErrorClassNotFound(String) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
configurationErrorNewInstanceIllegalAccessException(IllegalAccessException, Class) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
configurationErrorNewInstanceInstantiationException(InstantiationException, Class) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
configure(ClassDescriptor, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Initialize a new or existing descriptor configuring the necessary policies as well as
configure(ClassDescriptor, String...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicTypeBuilder
 
configureConnectionSpec(String) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a JDNI managed connection factory and the default getConnection().
configureConnectionSpec(ConnectionFactory) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a non-managed connection factory and the default getConnection().
configureConnectionSpec(String, ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a JDNI managed connection factory and adapter connection spec.
configureConnectionSpec(ConnectionFactory, ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Configure the login to connect through a non-managed connection factory and adapter connection spec.
configuredSize - Variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
configureNestedRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
configureProfiler(Session) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: configureProfiler(): set default performance profiler used in this server.
configureSequencing(String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Configure default sequencing.
configureSequencing(Sequence, String, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Configure sequencing specifying the sequence type to use.
CONFLICTING_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_NAMED_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_NAMED_XML_ELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_SEQUENCE_AND_TABLE_GENERATORS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_SEQUENCE_NAME_AND_TABLE_PK_COLUMN_VALUE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTING_XML_ELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingAccessMethodsForEmbeddable(String, String, Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingAccessTypeForEmbeddable(String, String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingAnnotations(Object, Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingNamedAnnotations(String, Object, Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingNamedXMLElements(String, String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingSequenceAndTableGeneratorsSpecified(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingSequenceNameAndTablePkColumnValueSpecified(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
conflictingXMLElements(String, Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTNG_ACCESS_METHODS_FOR_EMBEDDABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONFLICTNG_ACCESS_TYPE_FOR_EMBEDDABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
Conform - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object it is assumed to conform.
conformAllDescriptors() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set all this project's descriptors to conform all read queries within the context of the unit of work.
conformBetween(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare between in memory.
conformIndividualResult(Object, UnitOfWorkImpl, AbstractRecord, Expression, Map) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Conforms and registers an individual result.
conformLike(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare like in memory.
conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Conform the result if specified.
conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Conform the result in the UnitOfWork.
ConformResultsInUnitOfWork - Static variable in class org.eclipse.persistence.config.CacheUsage
Configure the query results to be conformed with the current persistence context.
ConformResultsInUnitOfWork - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
conformResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: The cache will checked completely, if the object is not found the database will be queried, and the database result will be verified with what is in the cache and/or unit of work including new objects.
conn - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
connect(Properties, Session) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Required for interface, but never used, for JDBC.
connect(Properties, Session) - Method in class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
INTERNAL: In case "proxytype" property is specified connects using proxy connection, otherwise calls its superclass.
connect(Properties, Session) - Method in interface org.eclipse.persistence.sessions.Connector
INTERNAL: Connect with the specified properties and return the Connection.
connect(Properties, Session) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Connect with the specified properties and session.
connect(Properties, Session) - Method in class org.eclipse.persistence.sessions.JNDIConnector
INTERNAL: Connect with the specified properties and return the Connection.
connect(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Connect the session only (this must be the write connection as the read is shared).
connect() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Startup the server session, also startup all of the connection pools.
connectBackToRemote(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: Prepare receiving messages by registering this connection as a listener to the Subscriber.
connectBackToRemote(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: This method is called by the remote command manager when this service should connect back ('handshake') to the service from which this remote connection came.
connectByExpression - Variable in class org.eclipse.persistence.queries.ReadAllQuery
 
connectDirectly - Variable in class org.eclipse.persistence.sessions.DefaultConnector
Save whether we have switched to direct connect (sql.Driver.connect()) mode
connection - Variable in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
CONNECTION - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
connection - Variable in class org.eclipse.persistence.logging.SessionLogEntry
 
CONNECTION_FACTORY - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
 
CONNECTION_FACTORY_URL - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
 
CONNECTION_POLICY - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
ConnectionPolicy Allows to specify an entire ConnectionPolicy.
CONNECTION_POOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring a "eclipselink.connection-pool."
CONNECTION_POOL_FAILOVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "failover" property.
CONNECTION_POOL_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "initial" property.
CONNECTION_POOL_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "jtaDataSource" property.
CONNECTION_POOL_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "max" property.
CONNECTION_POOL_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "min" property.
CONNECTION_POOL_NON_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "nonJtaDataSource" property.
CONNECTION_POOL_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "password" property.
CONNECTION_POOL_READ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring the "eclipselink.connection-pool.read."
CONNECTION_POOL_SEQUENCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring the "eclipselink.connection-pool.sequence."
CONNECTION_POOL_SHARED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "shared" property.
CONNECTION_POOL_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "url" property.
CONNECTION_POOL_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "user" property.
CONNECTION_POOL_WAIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "wait" property.
CONNECTION_STRING - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Connection string
connectionFactory - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
connectionFactoryName - Variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
 
connectionHealthValidatedOnError - Variable in class org.eclipse.persistence.sessions.DatabaseLogin
On an SQL Exception EclipseLink will ping the database to determine if the connection used can continue to be used for queries.
ConnectionManagement - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ConnectionPing - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
connectionPolicy - Variable in class org.eclipse.persistence.sessions.server.ClientSession
 
ConnectionPolicy - Class in org.eclipse.persistence.sessions.server
Purpose: Used to specify how a client session's should be allocated.
ConnectionPolicy() - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy(String) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy(Login) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A connection policy is used to define how the client session connection should be acquired.
ConnectionPolicy.ExclusiveMode - Enum in org.eclipse.persistence.sessions.server
Default value Transactional causes creation of ClientSession, the other two values - ExclusiveIsolatedClientSession.
ConnectionPolicy.ExclusiveMode() - Constructor for enum org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
 
connectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
 
connectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
 
ConnectionPool - Class in org.eclipse.persistence.sessions.server
Purpose: Used to specify how connection should be pooled in a server session.
ConnectionPool() - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
ConnectionPool(String, Login, int, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.
connectionPools - Variable in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
 
connectionPools - Variable in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
 
connectionPools - Variable in class org.eclipse.persistence.sessions.server.ServerSession
 
connectionsAvailable - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
connectionSpec - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
connectionsToExternalServices - Variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Connections to other services
connectionsUsed - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
Connector - Interface in org.eclipse.persistence.sessions
Purpose: Define an interface for supplying TopLink with a Connection to a JDBC database.
connector - Variable in class org.eclipse.persistence.sessions.DatasourceLogin
Provide a little flexibility for connecting to a database
Connects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDataSource(EISAccessor, Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
Connect with the specified properties and return the Connection.
connectToDatasource(Accessor, Session) - Method in class org.eclipse.persistence.eis.EISLogin
Connect to the EIS adapter and return the Connection.
connectToDatasource(Accessor, Session) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Connect to the datasource, and return the driver level connection object.
connectToDatasource(Accessor, Session) - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Connect to the datasource, and return the driver level connection object.
constantName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL:
ConstantTransformer - Class in org.eclipse.persistence.mappings.transformers
Purpose: Allows a field to always be mapped to a constant value.
ConstantTransformer() - Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
 
ConstantTransformer(Object) - Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
PUBLIC: Return a constant transformer for the constant value.
constraint - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
constraintDependencies - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
constructor - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
 
constructorArgTypes - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
 
constructorClassNotFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
constructorClassNotFound(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
constructorCollectionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
ConstructorExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
In the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.
ConstructorExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Creates a new ConstructorExpression.
ConstructorExpression_ConstructorItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_ConstructorItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MismatchedParameterTypes - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingConstructorItem - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingConstructorName - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_UnknownType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ConstructorExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a constructor expression.
ConstructorExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpressionBNF
Creates a new ConstructorExpressionBNF.
ConstructorExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ConstructorExpressionFactory creates a new ConstructorExpression when the portion of the query to parse starts with NEW.
ConstructorExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpressionFactory
Creates a new ConstructorExpressionFactory.
ConstructorItemBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a constructor item expression.
ConstructorItemBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorItemBNF
Creates a new ConstructorItemBNF.
constructorItems - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
The list of constructor items.
constructorMappings - Variable in class org.eclipse.persistence.queries.ConstructorReportItem
 
ConstructorReportItem - Class in org.eclipse.persistence.queries
Purpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.
ConstructorReportItem() - Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
Create a new constructor item.
ConstructorReportItem(String) - Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
Create a new constructor item.
constructors() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IType
Returns the external representation of the Java class's constructors.
constructValidSQLorEJBQLLinesForJavaSource(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
container - Variable in class org.eclipse.persistence.sdo.SDODataObject
 
CONTAINER_POLICY_DOES_NOT_USE_KEYS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ContainerMapping - Interface in org.eclipse.persistence.mappings
Interface used by clients to interact with the assorted mappings that use ContainerPolicy.
containerPolicy - Variable in class org.eclipse.persistence.mappings.CollectionMapping
 
containerPolicy - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
This determines the type of container used to hold the aggregate objects.
containerPolicy - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
This determines the type of container used to hold the nested collection in the object.
containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
containerPolicy - Variable in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
containerPolicy - Variable in class org.eclipse.persistence.queries.DataReadQuery
 
containerPolicy - Variable in class org.eclipse.persistence.queries.ReadAllQuery
Used for collection and stream support.
containerPolicy - Variable in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
containerPolicyDoesNotUseKeys(ContainerPolicy, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
containersMap - Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
 
containerType - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
 
containingType - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
CONTAINMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
containmentPropertyName - Variable in class org.eclipse.persistence.sdo.SDODataObject
 
contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
PUBLIC:
contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
contains(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
contains(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns true if the cache contains an Object with the same id and Class type of the given object.
contains(Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Check if the value is contained in the row.
contains(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
contains(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Check if the value is contained in the row.
contains(ArrayList, QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Checks for existance of a schema type in the list.
contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the value is contained in the result.
contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
 
contains(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.KeySet
 
contains(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
contains(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
containsAll(Collection) - Method in class org.eclipse.persistence.indirection.IndirectList
 
containsAll(Collection) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
containsAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
containsAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
containsAllKeyWords(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that performs a key word search.
containsAnyKeyWords(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that performs a key word search.
containsAttribute(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
Return if the attribute is defined in the group.
containsAttributeInternal(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: Return if the attribute is defined in the group.
containsKey(String) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Check if the field is contained in the row.
containsKey(DatabaseField) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Check if the field is contained in the row.
containsKey(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
containsKey(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Check if the field is contained in the row.
containsKey(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
containsKey(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
containsKey(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
containsKey(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the key is contained in the result.
containsKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return true if an CacheKey with the primary key is in the map.
containsLowerChar(String) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
containsObject(Class, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Check if the object is registered given its name.
containsObject(Object, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Check if the object is registered given its name.
containsObjectInIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type of the given domainObject.
containsObjectInIdentityMap(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated. since EclipseLink 2.1, replaced by containsObjectInIdentityMap(Object, Class)
containsObjectInIdentityMap(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key and Class type as those specified.
containsObjectInIdentityMap(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the identity map contains an Object with the same primary key of the specified row (i.e. the database record) and Class type.
containsProperty(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
containsQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return true if the query is defined on the session
containsQuery(String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return true if the pre-defined query is defined on the session.
containsQuery(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Was PUBLIC: customer will be redirected to Session.
containsQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return true if the pre-defined query is defined on the session.
containsSubstring(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring.
containsSubstring(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring.
containsSubstringIgnoringCase(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring, ignoring case.
containsSubstringIgnoringCase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value contains the substring, ignoring case.
containsValue(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
containsValue(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
containsValue(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the value is contained in the result.
ContentAssistProposals - Interface in org.eclipse.persistence.jpa.jpql
This object stores the various proposals available for content assist for a certain position within a JPQL query.
contentAssistVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
This visitor is responsible to gather the possible proposals based on the position of the caret within the JPQL query.
contentAssistVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
 
ContentAssistVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor traverses the JPQL parsed tree and gathers the possible proposals at a given position.
ContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Creates a new ContentAssistVisitor.
ContentAssistVisitor.AbstractFromClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.AbstractFromClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
 
ContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper
 
ContentAssistVisitor.AbstractHavingClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.AbstractHavingClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractHavingClauseSelectStatementHelper
 
ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper
 
ContentAssistVisitor.AbstractWhereClauseSelectStatementHelper<T extends AbstractSelectStatement> - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.AbstractWhereClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
 
ContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor retrieves the permitted type from the path expression's parent.
ContentAssistVisitor.AcceptableTypeVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AcceptableTypeVisitor
 
ContentAssistVisitor.AppendableExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor scans the visited Expression and determines if a JPQL identifier can be added when the position is at the end of a clause and the ending of the clause can be seen as the beginning of an identifier.
ContentAssistVisitor.AppendableExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AppendableExpressionVisitor
Creates a new AppendableExpressionVisitor.
ContentAssistVisitor.ClauseHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.internal.jpql
This helper is responsible to add the proposals
ContentAssistVisitor.CollectionExpressionHelper<T extends Expression> - Interface in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.CollectionMappingFilter - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.CollectionMappingFilter() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CollectionMappingFilter
 
ContentAssistVisitor.CompletenessVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.CompletenessVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CompletenessVisitor
 
ContentAssistVisitor.CompoundExpressionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
This helper is responsible to traverse the parsed tree and to determine if JPQL identifiers with a compound role can be appended after an Expression, which is based on the location of the cursor.
ContentAssistVisitor.CompoundExpressionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CompoundExpressionHelper
 
ContentAssistVisitor.ConditionalExpressionCompletenessVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor checks to see if the conditional expression is complete or not.
ContentAssistVisitor.ConditionalExpressionCompletenessVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ConditionalExpressionCompletenessVisitor
 
ContentAssistVisitor.ConstrutorCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.ConstrutorCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ConstrutorCollectionHelper
 
ContentAssistVisitor.DefaultMappingCollector - Class in org.eclipse.persistence.jpa.internal.jpql
The default implementation of ContentAssistVisitor.DefaultMappingCollector, which simply returns an empty collection.
ContentAssistVisitor.DefaultMappingCollector() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DefaultMappingCollector
 
ContentAssistVisitor.DeleteClauseHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.DeleteClauseHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DeleteClauseHelper
 
ContentAssistVisitor.DoubleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.DoubleEncapsulatedCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
ContentAssistVisitor.FilteringMappingCollector - Class in org.eclipse.persistence.jpa.internal.jpql
This ContentAssistVisitor.DefaultMappingCollector returns the possible mappings (non-collection type or collection type) from a managed type.
ContentAssistVisitor.FilteringMappingCollector(Resolver, Filter<IMapping>, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FilteringMappingCollector
Creates a new FilteringMappingCollector.
ContentAssistVisitor.FromClauseCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.FromClauseCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseCollectionHelper
 
ContentAssistVisitor.FromClauseHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.FromClauseHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseHelper
 
ContentAssistVisitor.FromClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.FromClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseSelectStatementHelper
 
ContentAssistVisitor.GroupByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.GroupByClauseCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseCollectionHelper
 
ContentAssistVisitor.GroupByClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.GroupByClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseSelectStatementHelper
 
ContentAssistVisitor.HavingClauseHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.HavingClauseHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseHelper
 
ContentAssistVisitor.HavingClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.HavingClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseSelectStatementHelper
 
ContentAssistVisitor.IdentificationVariableType - Enum in org.eclipse.persistence.jpa.internal.jpql
The various ways of retrieving identification variables from the declaration expression.
ContentAssistVisitor.IdentificationVariableType() - Constructor for enum org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.IdentificationVariableType
 
ContentAssistVisitor.IncompleteCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.IncompleteCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.IncompleteCollectionExpressionVisitor
 
ContentAssistVisitor.JoinCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.JoinCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.JoinCollectionHelper
 
ContentAssistVisitor.MappingCollector - Interface in org.eclipse.persistence.jpa.internal.jpql
A collector is responsible to retrieve the possible proposals by using the mappings that can complete a path expression.
ContentAssistVisitor.MappingFilterBuilder - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor is responsible to create the right Filter<IMapping> based on the type of the Expression.
ContentAssistVisitor.MappingFilterBuilder() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.MappingFilterBuilder
 
ContentAssistVisitor.MappingTypeFilter - Class in org.eclipse.persistence.jpa.internal.jpql
This Filter is responsible to filter out the mappings that can't have their type assignable to the one passed in.
ContentAssistVisitor.MappingTypeFilter(IType) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.MappingTypeFilter
Creates a new MappingTypeFilter.
ContentAssistVisitor.OrderByClauseCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.OrderByClauseCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseCollectionHelper
 
ContentAssistVisitor.OrderByClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.OrderByClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseSelectStatementHelper
 
ContentAssistVisitor.PropertyMappingFilter - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.PropertyMappingFilter() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.PropertyMappingFilter
 
ContentAssistVisitor.RangeVariableDeclarationVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.RangeVariableDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.RangeVariableDeclarationVisitor
 
ContentAssistVisitor.ResultVariableVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.ResultVariableVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ResultVariableVisitor
 
ContentAssistVisitor.SelectClauseCompletenessVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor checks the integrity of the select items.
ContentAssistVisitor.SelectClauseCompletenessVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectClauseCompletenessVisitor
 
ContentAssistVisitor.SelectClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SelectClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectClauseSelectStatementHelper
 
ContentAssistVisitor.SelectStatementHelper<T extends AbstractSelectStatement,C extends Expression> - Interface in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SimpleFromClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SimpleFromClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleFromClauseSelectStatementHelper
 
ContentAssistVisitor.SimpleGroupByClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SimpleGroupByClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleGroupByClauseSelectStatementHelper
 
ContentAssistVisitor.SimpleHavingClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SimpleHavingClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleHavingClauseSelectStatementHelper
 
ContentAssistVisitor.SimpleSelectClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SimpleSelectClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleSelectClauseSelectStatementHelper
 
ContentAssistVisitor.SimpleWhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.SimpleWhereClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
 
ContentAssistVisitor.SubqueryVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor determines if an Expression is in a subquery.
ContentAssistVisitor.SubqueryVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SubqueryVisitor
 
ContentAssistVisitor.TrailingCompletenessVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.TrailingCompletenessVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.TrailingCompletenessVisitor
 
ContentAssistVisitor.TripleEncapsulatedCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.TripleEncapsulatedCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.TripleEncapsulatedCollectionHelper
 
ContentAssistVisitor.UpdateItemCollectionHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.UpdateItemCollectionHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.UpdateItemCollectionHelper
 
ContentAssistVisitor.VisitParentVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
This visitor is meant to adjust the corrections stack when traversing an Expression in order to increase the list of valid proposals.
ContentAssistVisitor.VisitParentVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.VisitParentVisitor
 
ContentAssistVisitor.WhereClauseHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.WhereClauseHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseHelper
 
ContentAssistVisitor.WhereClauseSelectStatementHelper - Class in org.eclipse.persistence.jpa.internal.jpql
 
ContentAssistVisitor.WhereClauseSelectStatementHelper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseSelectStatementHelper
 
contentHandler - Variable in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
ContentHandlerRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a ContentHandler.
ContentHandlerRecord() - Constructor for class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
contents - Static variable in class oracle.eclipselink.coherence.exceptions.i18n.IntegrationExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.EISExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.ExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.JAXBExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.JMSProcessingExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.JPQLExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.OptimisticLockExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.QueryExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.RemoteCommandManagerExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.TransactionExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.XMLConversionExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.XMLMarshalExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.XMLParseExceptionResource
 
contents - Static variable in class org.eclipse.persistence.exceptions.i18n.XMLPlatformExceptionResource
 
context - Variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
context - Variable in class org.eclipse.persistence.jaxb.JAXBIntrospector
 
context - Static variable in class org.eclipse.persistence.jpa.osgi.Activator
Context is stored on this activator by its subclass for use in weaving.
context - Variable in class org.eclipse.persistence.oxm.XMLBinder
 
context - Variable in class org.eclipse.persistence.sessions.JNDIConnector
 
CONTEXT_ROOT_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
contextInput - Variable in class org.eclipse.persistence.jaxb.JAXBContext
 
contextPath - Variable in class org.eclipse.persistence.jaxb.JAXBContext.ContextPathInput
 
contexts - Variable in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
This map caches the contexts in order to keep them in memory and for fast access to the information of any query (top-level query and subqueries).
contextState - Variable in class org.eclipse.persistence.jaxb.JAXBContext
 
controller - Variable in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Store the real controller.
controller - Variable in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Store the real controller.
controller - Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Store the real controller.
controller - Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
The external txn controller that is intimate with the transaction manager and knows how to do things like rolling back transactions, etc.
CONVERSION_ERROR - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
conversionError(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to set a property to value that is an unsupported conversion
ConversionException - Exception in org.eclipse.persistence.exceptions
Purpose: Conversion exceptions such as method or class not defined will raise this exception.
ConversionException() - Constructor for exception org.eclipse.persistence.exceptions.ConversionException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConversionException(String, Object, Class, Exception) - Constructor for exception org.eclipse.persistence.exceptions.ConversionException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
ConversionExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConversionException messages.
ConversionExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
 
conversionManager - Variable in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
conversionMgr - Variable in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
 
ConversionValue - Annotation Type in org.eclipse.persistence.annotations
A ConversionValue annotation is used within an ObjectTypeConverter.
Convert - Annotation Type in org.eclipse.persistence.annotations
The Convert annotation specifies that a named converter should be used with the corresponding mapped attribute.
convert(String...) - Method in class org.eclipse.persistence.queries.AttributeGroup
Convert a provided name or path which could be a single attributeName, a single string with dot separated attribute names, or an array of attribute names defining the path.
convert(Type, Object) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert the specified value to an instance of the specified type.
convert(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert the specified value to an instance of the specified property's type.
convertChangeSetToByteArray(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
INTERNAL: Custom serialize this change set by converting it to a byte array.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Convert all the class-name-based settings in this object to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Convert all the class-name-based settings in this Query Manager to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Convert all the class-name-based settings in this QueryKey to actual class-based settings Will be overridded by subclasses
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Convert all the class-name-based settings in this mapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.EntityResult
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Convert all the class-name-based settings in this query to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: Convert all the class-name-based settings in this ResultSetMapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.SQLResult
INTERNAL: Convert all the class-name-based settings in this SQLResult to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
INTERNAL: Convert all the class-name-based settings in this SQLResultSetMapping to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings.
convertClassNameToClass(String, ClassLoader) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Convert the given className to an actual class.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
INTERNAL: The fromString value on the enum class must be invoked with the field value specified as an argument.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: Convert the class name to a class, then create an instance of the class.
convertDataValueToObjectValue(Object, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
PUBLIC: Convert the databases' data representation of the value to the object's representation.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
INTERNAL: Returns the corresponding attribute value for the specified field value.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Returns the corresponding attribute value for the specified field value.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: The fieldValue will be a byte array.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: The field value must first be converted to the field type, then the attribute type.
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
Convert the value from XML as required during unmarshal
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
convertDefaultValue(Type, String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
Converter - Annotation Type in org.eclipse.persistence.annotations
A Converter is used to customize the values during the reading from the database into the object model as well as during the writing back of changes into the database.
Converter - Interface in org.eclipse.persistence.mappings.converters
Purpose: Conversion interface to allow conversion between object and data types.
converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Allows user defined conversion between the object attribute value and the database value.
converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
Allows user defined conversion between the object attribute value and the database value.
converter - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Allows user defined conversion between the object attribute value and the database value.
converter - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
converter - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
converter - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
CONVERTER_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
converterClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
 
converterFromAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
 
converterNotFound(Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
Converters - Annotation Type in org.eclipse.persistence.annotations
A Converters annotation allows the definition of multiple Converter.
converterToAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
 
convertFromStringValue(String, Class) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert a String value based to the appropriate type.
convertFromStringValue(String, Type) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert a String value based to the appropriate type.
convertFromStringValue(String, Type, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert a String value based to the appropriate type.
convertJDBCParameterBindingMarkers(String, ArrayList<BindingModel>) - Static method in class org.eclipse.persistence.tools.dbws.BindingModel
 
convertNodeToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
 
convertObject(Object, Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Allow for conversion from the Oracle type to the Java type.
convertObjectToValue(Property, Class) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
convertObjectToValue(Property, int, Class) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
convertObjectToValueByPath(String, Class, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
access the wanted values through path and convert it into required java class.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
INTERNAL: Return the attribute value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: Convert to the field class.
convertObjectValueToDataValue(Object, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
PUBLIC: Convert the object's representation of the value to the databases' data representation.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
INTERNAL: Convert Enum object to the data value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Convert to the data value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: Convert the object to a byte array through serialize.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Convert to the field class.
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
Convert the value as required during marshal.
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
convertPrimitive(IType) - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Converts the given IType, if it's representing a primitive type, into the class of the same type.
convertToChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: This method is used to convert the contents of an aggregateCollection into a changeRecord
convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
 
convertToDatabaseType(Object) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
INTERNAL We support more primitive than JDBC does so we must do conversion before printing or binding.
convertToEclipseLinkCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
PUBLIC: Convert a command from its application-specific format to a EclipseLink Command object.
convertToNodeValue(Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Convert the value which may be a direct value, nested record, or set of nested records, to a node value usable with the XPathEngine.
convertToObject(Struct) - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
PUBLIC: This method will be invoked internally when reading a Struct from the database Implementers should put any custom conversion logic in this method
convertToObject(Struct) - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
 
convertToSetting(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
convertToSetting(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
convertToSimpleTypeIfPresent(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
convertToSimpleTypeIfPresent(Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
convertToStringValue(Object, Type) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert to a String value based to the SDO type.
convertToStringValue(Object, Type, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert to a String value based to the SDO type.
convertToStruct(Object, Connection) - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
PUBLIC: This method will be invoked internally when writing an Object to the database Implementers should put any custom conversion logic in this method
convertToStruct(Object, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
 
convertToUseOuterJoin() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Modify this expression to use outer joins wherever there are equality operations between two field nodes.
convertToUserCommand(Command) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
PUBLIC: Convert a EclipseLink Command object into its application-specific format to a
convertToXMLField(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Convert a DatabaseField to an XMLField
convertToXMLField(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
convertUnqualifiedDeclaration(DeclarationResolver.Declaration, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Converts the given DeclarationResolver.Declaration from being set as a range variable declaration to a path expression declaration.
convertUnqualifiedDeclaration(DeclarationResolver.Declaration) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Converts the given DeclarationResolver.Declaration from being set as a range variable declaration to a path expression declaration.
convertValue(Element, XMLField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
convertValue(Object, Class, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert a value based to the appropriate type.
convertValueAndSet(Property, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
convertValueBasedOnSchemaType(Object, XMLConversionManager, XMLRecord) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
convertValueBasedOnSchemaType(Object, XMLConversionManager, XMLRecord) - Method in class org.eclipse.persistence.oxm.XMLUnionField
INTERNAL:
convertValueToClass(Property, Object, Class) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
INTERNAL:
convertXPathToSDOPath(String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
COORDINATION_ASYNCH - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
the "eclipselink.cache.coordination.propagate-asynchronously" property configures cache coordination for a clustered environment.
COORDINATION_CHANNEL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
the "eclipselink.cache.coordination.channel" property configures cache coordination for a clustered environment.
COORDINATION_JMS_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.factory" property configures cache coordination for a clustered environment.
COORDINATION_JMS_HOST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.host" property configures cache coordination for a clustered environment.
COORDINATION_JMS_REUSE_PUBLISHER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.reuse-topic-publisher" property configures cache coordination for a clustered environment.
COORDINATION_JMS_TOPIC - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jms.topic" property configures cache coordination for a clustered environment.
COORDINATION_JNDI_CONTEXT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jndi.initial-context-factory" property configures cache coordination for a clustered environment.
COORDINATION_JNDI_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jndi.password" property configures cache coordination for a clustered environment.
COORDINATION_JNDI_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
the "eclipselink.cache.coordination.jndi.user" property configures cache coordination for a clustered environment.
COORDINATION_NAMING_SERVICE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.naming-service" property configures cache coordination for a clustered environment.
COORDINATION_PROTOCOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.protocol" property configures cache coordination for a clustered environment.
COORDINATION_REMOVE_CONNECTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.remove-connection-on-error" property configures cache coordination for a clustered environment.
COORDINATION_RMI_ANNOUNCEMENT_DELAY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.announcement-delay" property configures cache coordination for a clustered environment.
COORDINATION_RMI_MULTICAST_GROUP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.multicast-group" property configures cache coordination for a clustered environment.
COORDINATION_RMI_MULTICAST_GROUP_PORT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.multicast-group.port" property configures cache coordination for a clustered environment.
COORDINATION_RMI_PACKET_TIME_TO_LIVE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.packet-time-to-live" property configures cache coordination for a clustered environment.
COORDINATION_RMI_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.rmi.url" property configures cache coordination for a clustered environment.
copiedVersionFrom(Map) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
copies - Variable in class org.eclipse.persistence.sessions.CopyGroup
 
copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will return copy the passed entity using the passed AttributeGroup.
copy() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
copy(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
copy(Object, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
copy(int, int) - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Answer a list of the elements of the receiver's collection from startIndex to endIndex.
copy() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
Get a shallow copy of the original ValueStore.
copy() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
copy(DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
Create a deep copy of the DataObject tree: Copies the dataObject and all its contained DataObjects recursively.
copy(DataObject, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
Create a deep copy of the DataObject tree: Copies the dataObject and all its contained DataObjects recursively.
copy() - Method in class org.eclipse.persistence.sdo.SDOSequence
 
copy() - Method in interface org.eclipse.persistence.sdo.ValueStore
Get a shallow copy of the original ValueStore.
copy(Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a complete copy of the object or of collection of objects.
copy(Object, AttributeGroup) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return a complete copy of the object or collection of objects.
copy(String, String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
copy(InputStream, OutputStream) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
COPY_POLICY_MUST_SPECIFY_METHOD_OR_WORKING_COPY_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
copyChangeSummary(ChangeSummary, ChangeSummary, Map) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: Implement ChangeSummary deep copy Note: a copy with a CS requires the DefautlValueStore implementation because of changes outside the ValueStore interface for the dataObject field DeepCopy the original changeSummary into the copy dataObject.
copyContainmentPropertyValue(SDODataObject, SDOProperty, Object, HashMap, HashMap, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: Recursive function deep copies all contained properties.
copyElements() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
 
copyElements() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Shallow copy elements
copyFetchGroupInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Copy fetch group reference from the source object to the target
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Copy all setting from the query.
copyFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Copy all setting from the query.
CopyGroup - Class in org.eclipse.persistence.sessions
Purpose: Define how an object is to be copied.
CopyGroup() - Constructor for class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: By default only copy the attributes found in the attribute group and don't null primary keys.
CopyGroup(String) - Constructor for class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: By default only copy the attributes found in the attribute group and don't null primary keys.
copyHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
copyInto(Object[]) - Method in class org.eclipse.persistence.indirection.IndirectList
 
copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Allow for conversion from the Oralce type to the Java type.
copyMainFrom(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
 
copyNamespaces(NamespaceResolver, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
copyObject(Object) - Method in interface org.eclipse.persistence.sessions.Session
Deprecated. since EclipseLink 2.1, replaced by copy(Object)
copyObject(Object, ObjectCopyingPolicy) - Method in interface org.eclipse.persistence.sessions.Session
Deprecated. since EclipseLink 2.1, replaced by copy(Object, AttributeGroup)
CopyPolicy - Annotation Type in org.eclipse.persistence.annotations
A CopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.CopyPolicy on an Entity.
copyPolicy - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
CopyPolicy - Interface in org.eclipse.persistence.descriptors.copying
Purpose: Allows customization of how an object is cloned.
copyPolicyClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
copyPolicyMustSpecifyEitherMethodOrWorkingCopyMethod(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: An annotation or XML document specifies a CloneCopyPolicy, bug does not supply either a method or working copy method
copyPrivate(SDODataObject, HashMap, HashMap, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: Build the copy tree and cache all reachable DataObjects with their copy
Cache all non-containment properties - to be set after tree construction
Recurse the tree in preorder traversal (root, child1-n) Scope: We do not have to check the copyTree scope when iterating opposites since we will not enter any opposite property dataTree that is outside of the copyTree scope
copyReportItems(Map) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Required for a very special case of bug 2612185: ReportItems from parallelExpressions, on a ReportQuery which is a subQuery, which is being batch read.
CopyrightString - Static variable in class org.eclipse.persistence.Version
 
copySessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return a copy (not using clone) of a session broker.
copyShallow(DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
Create a shallow copy of the DataObject dataObject: Creates a new DataObject copiedDataObject with the same values as the source dataObject for each property where property.getType().isDataType() is true.
copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
 
copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
CORBAConnection - Class in org.eclipse.persistence.sessions.remote.corba.sun
This class exists on on the client side which talks to remote session controller through RMI connection.
CORBAConnection(CORBARemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
PUBLIC: The connection must be create from the server-side session controllers stub.
CORBARemoteSessionController - Interface in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionController.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBARemoteSessionControllerDispatcher - Class in org.eclipse.persistence.sessions.remote.corba.sun
RemoteSessionController sits between the remote session and the session.
CORBARemoteSessionControllerDispatcher(AbstractSession) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
CORBARemoteSessionControllerDispatcher(Session) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
CORBARemoteSessionControllerHelper - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBARemoteSessionControllerHelper() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
CORBARemoteSessionControllerHolder - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBARemoteSessionControllerHolder() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
CORBARemoteSessionControllerHolder(CORBARemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
CORBARemoteSessionControllerOperations - Interface in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST
CORBATransportManager - Class in org.eclipse.persistence.sessions.coordination.corba
 
CORBATransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
 
corrections - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
This is used to change the position of the cursor in order to add possible proposals
cos(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Cos - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
cos() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cosh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Cosh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
cosh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cot(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Cot - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
cot() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
COULD_NOT_BE_CONVERTED - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_BE_CONVERTED_EXTENDED - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_BE_CONVERTED_TO_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_BIND_JNDI - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COULD_NOT_CONVERT_OBJECT_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
COULD_NOT_CONVERT_TO_BYTE_ARRAY - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
COULD_NOT_CREATE_CONTEXT_FOR_XML_MODEL - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_CREATE_CUSTOMIZER_INSTANCE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_DELETE_FILE - Static variable in exception org.eclipse.persistence.eis.EISException
 
COULD_NOT_FIND_CAST_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
COULD_NOT_FIND_DRIVER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COULD_NOT_FIND_MAP_KEY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
COULD_NOT_FIND_PERSISTENCE_UNIT_BUNDLE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
COULD_NOT_FIND_PROJECT_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
COULD_NOT_GET_CLASS_NAMES_FROM_URL - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
COULD_NOT_GET_PERSISTENCE_UNIT_INFO_FROM_URL - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
COULD_NOT_INITIALIZE_DOM_HANDLER_CONVERTER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_INSTANTIATE_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
COULD_NOT_INSTANTIATE_INDIRECT_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
COULD_NOT_LOAD_CLASS_FROM_METADATA - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
COULD_NOT_LOCATE_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_FILE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_LOCATE_QUERY_FOR_SESSION - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_PARSE_DBWS_FILE - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
COULD_NOT_UNMARSHAL_METADATA - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
couldNotBeConverted(Object, Object, ConversionException) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBeConverted(Object, Class) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBeConverted(Object, Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBeConvertedToClass(Object, Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotBindJndi(String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
couldNotBuildPersistenceUntiName(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
couldNotConvertObjectType(int) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
couldNotConvertToByteArray(Object) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
couldNotCreateContextForXmlModel() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
couldNotCreateContextForXmlModel(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
couldNotCreateCustomizerInstance(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when a descriptor customizer instance cannot be created.
couldNotDeleteFile(Object[]) - Static method in exception org.eclipse.persistence.eis.EISException
 
couldNotFindCastDescriptor(Class, Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
couldNotFindDriverClass(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
couldNotFindMapKey(String, Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
couldNotFindPersistenceUnitBundle(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: An OSGi application is trying to instantiate a persistence unit for which a bundle does not exist
couldNotFindProjectXml(String) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
couldNotGetClassNamesFromUrl(URL) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
couldNotGetUnitInfoFromUrl(URL) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
couldNotInitializeDomHandlerConverter(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when DomHandlerConverter initialization fails.
couldNotInstantiateContainerClass(Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
couldNotInstantiateIndirectContainerClass(Class, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
couldNotLoadClassFromMetadata(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
couldNotLocateDescriptorForOperation(String, String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
couldNotLocateFile(String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
couldNotLocateORSessionForService(String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
couldNotLocateOXSessionForService(String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when reading DBWS metadata and the given file cannot be located
couldNotLocateQueryForDescriptor(String, String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
couldNotLocateQueryForSession(String, String) - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
couldNotParseDBWSFile() - Static method in exception org.eclipse.persistence.exceptions.DBWSException
 
couldNotUnmarshalMetadata(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
count() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This represents the aggregate function Average.
Count - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Aggregate operators
count() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the COUNT operator.
COUNT - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'COUNT'.
COUNTER - Static variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
COUNTER_LIMIT - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
counterFieldName - Variable in class org.eclipse.persistence.sequencing.TableSequence
Hold the name of the column in the sequence table which specifies the sequence numeric value
counterFieldName - Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
Hold the name of the only column in multiple single-column tables
CountFunction - Class in org.eclipse.persistence.jpa.internal.jpql.parser
One of the aggregate functions.
CountFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CountFunction
Creates a new CountFunction.
CountFunction_DistinctEmbeddable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CountFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
CountFunctionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This CountFunctionFactory creates a new CountFunction when the portion of the query to parse starts with COUNT.
CountFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.CountFunctionFactory
Creates a new CountFunctionFactory.
countFunctionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
CPP_STRING - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
CPP_WSTRING - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
CR - Static variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
 
cr() - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Convenience method - return a platform-specific line-feed.
CR - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
CR - Variable in class org.eclipse.persistence.tools.PackageRenamer
 
create(ObjectLevelReadQuery, Record, Session) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
create(Expression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
create(ObjectLevelReadQuery, Record, Session) - Method in interface oracle.eclipselink.coherence.integrated.querying.FilterFactory
Given the query and the provided arguments translate this query into a Coherence Filter
create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
create(Expression, Vector, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
CREATE - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
create(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
 
create(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
 
create(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
 
create(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
 
create(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
 
create(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
 
create(Type) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
Return a new DataObject of the specified Type.
CREATE_CONTAINER_EMF_NOT_SUPPORTED_IN_OSGI - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
CREATE_JDBC_DDL_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.create-ddl-jdbc-file-name" Specifies the name of the DDL file which is used to create database tables.
CREATE_ONLY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "create-tables" For use with the "eclipselink.ddl-generation" property.
CREATE_OPERATION_NAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
createAdaptersForAdapterClasses(Map<TypeMappingInfo, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
createAggregateTargetTable(AggregateCollectionMapping) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Add the foreign key to the aggregate collection mapping target table.
createAggregator(ReportItem, ReportQuery, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
Translates ReportQueryItem into an equivalent Coherence artifact
createAggregator(ReportItem, ReportQuery, Record, AbstractSession) - Method in interface oracle.eclipselink.coherence.integrated.querying.FilterFactory
Translates ReportQueryItem into an equivalent Coherence aggregation artifact.
createAnd(LogicalExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createArchive(URL, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
Return an instance of an implementer of Archive that can process the URL provided
createArchive(URL, String, Map) - Method in interface org.eclipse.persistence.jpa.ArchiveFactory
Return an instance of an implementer of Archive that can process the URL provided This instance will allow access to the persistence descriptor associated with this archive through the getDescriptorStream() method
createArguments(DatabaseQuery, String, Number) - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
createArray(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Platforms that support java.sql.Array may override this method.
createBeanUsingKey(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Use the key to create a bean and initialize its primary key fields.
createBetween(FunctionExpression, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createBinder() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBBinder.
createBinder(Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBBinder.
createBinder() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLBinder
createByQualifiedName(String, String, boolean) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a new object instance for a given XML namespace and name.
createByQualifiedName(String, String, boolean) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new object instance for a given XML namespace and name.
createByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a new object instance for a given XPath, relative to the parentObject.
createByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new object instance for a given XPath, relative to the parentObject.
createByXPath(Object, ObjectBuilder, StringTokenizer, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
 
createCacheIndex(DatabaseMapping, NamedCache, ClassDescriptor, Session) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
createCacheKeyInterceptor(CacheKey) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
 
createCacheKeyInterceptor(CacheKey) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
 
createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Creates a CollectionChangeEvent for the container
createClass() - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
This is where the byte codes for the generic subclass are defined and the class is created dynamically from them.
createClassModelFromOXM(DynamicClassLoader) - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
 
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Builder the unit of work value holder.
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Builder the unit of work value holder.
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Builder the unit of work value holder.
createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Builder the unit of work value holder.
createCoalesceOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
createCollection() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
createCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Create the multicast socket and join the multicast group.
createConcatExpressionOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
createConcatOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createConditionalPutForOptLocking(ClassDescriptor, VersionLockingPolicy, Object, Object) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
createConditionalPutWithOptLocking(ClassDescriptor, VersionLockingPolicy, Object, Object) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
createConditionalRemoveForOptLocking(ClassDescriptor, VersionLockingPolicy, Object) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: No-op implementation of super abstract method since there is only one connection to a known topic.
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
INTERNAL: Create and return a wrapper of a CORBA remote connection to the specified service
createConnection(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: This method creates JMSTopicRemoteConnection to be used by this TransportManager.
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Create and return an RMI remote connection to the specified service
createConnection(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Return a remote connection to the specified service
createConnectionCustomizer(Accessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL:
createConnectionFromJNDI(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Look the specified remote object up in JNDI and return a Connection to it.
createConnectionFromRegistry(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Look the specified remote object up in the RMIRegistry and return a Connection to it.
createConnections() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: BroadcastTransportManager doesn't use DiscoveryManager (createDiscoveryManager method returns null) therefore this method called during RCM initialization to create all the necessary connections.
createConnections() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSTopicTransportManager doesn't use DiscoveryManager, therefore this method is called during RCM initialization to create all the necessary connections.
createConnections() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Does nothing by default.
createConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the table definition to add the constraints to the database, this is normally done in two steps to avoid dependencies.
createConstraints(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
createConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.osgi.PersistenceProvider
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Called by the container when an EntityManagerFactory is to be created.
createContainerEntityManagerFactoryNotSupportedInOSGi() - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Our OSGI persistence provider does not support a JavaEE-type deployment
createContext(String, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using either an XML Schema, EclipseLink OXM file, or EclipseLink sessions.xml as the metadata source.
createContext(Class<?>[], Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Unsupported Operation.
createContext(Class[], Map) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of Class objects.
createContext(Class[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of Class objects.
createContext(String, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on context path.
createContext(String, ClassLoader, Map) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on context path.
createContext(Type[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of Type objects.
createContext(TypeMappingInfo[], Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Create a JAXBContext on the array of TypeMappingInfo objects.
createContextFromOXM(ClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using an EclipseLink OXM file as the metadata source.
createContextFromXSD(Node, EntityResolver, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using XML Schema as the metadata source.
createContextFromXSD(InputStream, EntityResolver, ClassLoader, Map<String, ?>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using XML Schema as the metadata source.
createContextFromXSD(Source, EntityResolver, ClassLoader, Map<String, Object>) - Static method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
Create a DynamicJAXBContext, using XML Schema as the metadata source.
createContextState() - Method in class org.eclipse.persistence.jaxb.JAXBContext.ContextPathInput
 
createContextState(Class[], Map<String, XmlBindings>) - Method in class org.eclipse.persistence.jaxb.JAXBContext.ContextPathInput
This means of creating a JAXBContext is aimed at creating a JAXBContext based on method parameters.
createContextState(Generator, JaxbClassLoader, Type[]) - Method in class org.eclipse.persistence.jaxb.JAXBContext.ContextPathInput
 
createContextState() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
 
createContextState() - Method in class org.eclipse.persistence.jaxb.JAXBContext.TypeMappingInfoInput
 
createContextState(Generator, JaxbClassLoader, TypeMappingInfo[]) - Method in class org.eclipse.persistence.jaxb.JAXBContext.TypeMappingInfoInput
 
createCopy(Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Create a copy of this DynamicClassWriter but with a different parent class.
createCopyPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Create a copy policy of the type passed in as a string.
createCurrentDateExpressionOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
Creates the expression operator representing the JPQL function current_date as defined by ? 4.6.17.2.3 of the JPA 2.0 specification
createCurrentDateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createCurrentTimeExpressionOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
Creates the expression operator representing the JPQL function current_timestamp as defined by ? 4.6.17.2.3 of the JPA 2.0 specification
createCurrentTimeOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
Allow the platform to handle the creation of the Record for the DOM record.
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
Allow the platform to handle the creation of the Record for the DOM record.
createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Allow the platform to handle the creation of the Record for the DOM record.
createDatabaseSession() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create session.
createDataObject(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createDataObject(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createDataObject(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createDataObject(String, String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createDataObject(int, String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createDataObject(Property, Type) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the default fetch group.
createDefaultTables(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create the default table schema for the TopLink project this session associated with.
createDescriptorNamedQuery(String, Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will create a query object that wraps a EclipseLink Named Query.
createDescriptorNamedQuery(String, Class, List) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will create a query object that wraps a EclipseLink Named Query.
createDestinationDirectory(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
This method creates an output directory for post-rename file(s).
createDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
ADVANCED: BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager calls createConnections method during initialization.
createDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Factory of new DiscoveryManager for different transports.
createdList - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
 
createDocument() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
createDocument() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
 
createDocument() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Creates a new document.
createDocument(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Creates an XMLDocument with the specified XML rootElement for the DataObject.
createDocument(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
 
createDocumentWithPublicIdentifier(String, String, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Creates a new document with the specified public and system identifiers in the DOCTYPE, and adds a root element with the specified name.
createDocumentWithSystemIdentifier(String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
createDocumentWithSystemIdentifier(String, String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
 
createDocumentWithSystemIdentifier(String, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Creates a new document with the specified system identifier in the DOCTYPE, and adds a root element with the specified name.
createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
Allow the platform to handle the creation of the DOM record.
createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
Allow the platform to handle the creation of the DOM record.
createDOMRecord(String, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to handle the creation of the DOM record.
createdXPaths - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
 
createDynamicClass(String, DynamicClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a dynamic class registering a writer and then forcing the provided class name to be loaded.
createDynamicClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a new dynamic entity type for the specified name assuming the use of the default writer and its default parent class.
createDynamicClass(String, Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a new dynamic entity type for the specified name with the specified parent class.
createElementsForTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
createEMF(Map<String, Object>) - Method in class org.eclipse.persistence.jpa.osgi.EMFServiceProxyHandler
 
createEntityManagerFactory(Server) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Create a EclipseLink EMF given a ServerSession that has already been created and logged in.
createEntityManagerFactory(String) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Create a EclipseLink EMF using a session name and sessions.xml.
createEntityManagerFactory(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Called by Persistence class when an EntityManagerFactory is to be created.
createEntityWrapper(ClassDescriptor, ClassLoader) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
createEntityWrapper(Class) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
createEnum(DynamicClassLoader.EnumInfo) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
createEquals(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createException(Exception) - Static method in exception org.eclipse.persistence.eis.EISException
 
createException(Object[], int) - Static method in exception org.eclipse.persistence.eis.EISException
 
createExternalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSPublishingTransportManager has maximum one external connection.
createField(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
createField(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
INTERNAL:
createForeignConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createForeignConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
createForeignConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
createFullFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the full fetch group - contains all the attributes, no nesting.
createGeneric(String, SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOClassLoader
 
createGlobalAttribute(XPathFragment, Schema, Schema, Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create a global attribute.
createGlobalElement(XPathFragment, Schema, Schema, boolean, boolean, Property, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create a global element.
createGreaterThan(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createGreaterThanEquals(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createIn(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createIndexes(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
Write the SQL create index string to create index if passed a writer, else delegate to a method that executes the string on the database.
createInlineSchema() - Method in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
createInputDOM(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Create a DOM for this interaction.
createInputDOM(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
Create a DOM for this interaction.
createInputRecord(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to create the appropiate type of record for the interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Create the appropriate input record for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
Create an indexed input record for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
Create a mapped input record for this interaction.
createInputRecord(EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Create a DOM input record for this interaction.
createInstantiationPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Create a instantiation policy of the type passed in as a string.
createIsNull(FunctionExpression, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createJarFromDirectory(String, String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
createJavaAttribute(JavaAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<JavaAttribute>}
createJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JavaType
createJavaTypeJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JavaType.JavaAttributes
createJAXBElement(QName, Class, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
createJAXBElementFromXMLRoot(XMLRoot, Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
createJAXBElementIfRequired(Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
createJAXBIntrospector() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Creates a JAXBIntrospector object.
createLessThan(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createLessThanEquals(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createLike(FunctionExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
INTERNAL: Create the local command connection for this transport in a naming service and return it.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSPublishingTransportManager has only two connections: one local and one external.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
INTERNAL: JMSTopicTransportManager may have only two connections: one local and one external.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Create the local command connection for this transport in a naming service and return it.
createLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Put the remote connection to local host in naming service and return the of the created remote connection
createLocalConnectionInJNDI() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Put the local command connection of this transport in JNDI and return it
createLocalConnectionInRegistry() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Put the local command connection of this transport in the Registry and return it
createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createLogical(LogicalExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection and a join query is used.
createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL Called when a DatabaseMapping is used to map the key in a collection.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMapComponentsFromSerializableKeyInfo(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBMarshaller.
createMarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLMarshaller
createMethodDefinition(WSDLFactory, ExtensionRegistry, Definition, Operation, boolean) - Method in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
createMinimalFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the minimal fetch group.
createModifyRowForAddTargetQuery() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL:
createModifyRowForAddTargetQuery() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL:
createMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Create multiple table insert order.
createMultipleTableInsertOrderFromComparison(int[][], int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This helper method creates multipleTableInsertOrderFromComparison using comparison matrix created by createTableComparison(getTables()) method call.
createNewDocument(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Creates a new Document and returns the root element of that document
createNewDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Creates a new Document and returns the root element of that document
createNewProperty(String, String, boolean, boolean, boolean, boolean, Annotation) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
createNewProperty(String, String, Type) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
createNode() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Instantiate an instance of the operator's node class.
createNotEquals(RelationExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createNotNull(FunctionExpression, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createNullifOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
createNullValueOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
createObject(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Either drop from the database directly or write the statement to a file.
createObject(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition object to create the schema entity on the database.
createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Create ObjectChangeSet
createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Create ObjectChangeSet
createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Create ObjectChangeSet
createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Create ObjectChangeSet through comparison.
createOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to create this object.
createOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: Creates this sequence definition on the database.
createOr(LogicalExpression, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createOrReplaceSequences(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Common implementor for createSequence and replaceSequence
createOrReplaceSequences(boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Common implementor for createSequence and replaceSequence, distinguishes between sequence tables and sequence objects
createOutputRecord(EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to create the appropiate type of record for the interaction.
createPlatformDefaultSequence() - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
INTERNAL: Create platform-default Sequence
createPlatformDefaultSequenceUndefined(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Use the key to create a EclipseLink primary key.
createPrimaryKeyFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
 
createPrimaryKeyInstance(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Create an instance of the Id class or value from the object.
createPrimaryKeyInstanceFromId(Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Create an instance of the composite primary key class for the key object.
createPrimaryKeyInstanceFromPrimaryKeyValues(AbstractSession, int[], Object...) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Create an instance of the composite primary key class for the key object.
createQuery(Expression, Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink Expression for the entity class.
createQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink DatabaseQuery.
createQuery(Call) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink Call.
createQuery(Call, Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using a EclipseLink Call for the entity class.
createQuery(DatabaseQuery, EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Create a EclipseLink JPA query dynamically given a EclipseLink query.
createQueryByExample(Object) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method is used to create a query using query by example.
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Create a query key that links to the map key
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Create a query key that links to the map key.
createQueryKeyForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Create a query key that links to the map key
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Create a query key that links to the map key
createRecordElement(String, Object, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Create the appropriate record element for the data value.
createRefAttribute(String, ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create an attribute reference and add it to a given complex type.
createRefElement(String, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Create an element reference and add it to a given particle.
createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
PUBLIC: Returns a remote session.
createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
PUBLIC: Returns a remote session.
createRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
PUBLIC: Returns a remote session.
createResolvable() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Create and return a new ExternalizableDelegator.Resolvable instance based on this helper context.
createResolvable(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Create and return a new ExternalizableDelegator.Resolvable instance based on this helper context and a given target.
createResourceException(Object[], int) - Static method in exception org.eclipse.persistence.eis.EISException
 
createRootObject(String, String) - Method in class org.eclipse.persistence.sdo.SDODataGraph
Creates a new root data object of the specified type.
createRootObject(Type) - Method in class org.eclipse.persistence.sdo.SDODataGraph
Creates a new root data object of the specified type.
createSchemaWriter - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createSDOTypeForName(String, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
createSequences() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create all the receiver's sequences on the database for all of the loaded descriptors.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createSerializableMapKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Creates the Array of simple types used to recreate this map.
createServerSession() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createServerSession(int, int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createServerSession(int, int, int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createServerSession(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Factory method to create a server session.
createSQLFiles - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createSQLFiles - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
createSqlStmtType(SqlName) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
createStruct(String, Object[], Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Platforms that support java.sql.Struct may override this method.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createStubbedMapComponentFromSerializableKeyInfo(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Create an instance of the Key object from the key information extracted from the map.
createTableComparison(List<DatabaseTable>, int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This helper method creates a matrix that contains insertion order comparison for the tables.
createTableOrder(int, int, int[], int[][]) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This helper method recursively puts indexes from 0 to nTables-1 into tableOrder according to tableComparison 2 dim array.
createTables(DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
Create the database tables for one or more entityTypes.
createTables(boolean, DynamicType...) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
 
createTables(boolean, Collection<DynamicType>) - Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
 
createTables(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTodayExpressionOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
Creates the expression operator representing the JPQL function current_timestamp as defined by ? 4.6.17.2.3 of the JPA 2.0 specification
createToNumberOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
createTrim2ExpressionOperator() - Static method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
createType(DynamicClassLoader, ClassDescriptor, Project) - Static method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Create EntityType for a descriptor including the creation of a new dynamic type.
createUniqueConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
createUniqueConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
createUniqueConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
createUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBUnmarshaller.
createUnmarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLUnmarshaller
createUnmarshaller(Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLUnmarshaller Map<String, Boolean> parserFeatures = new HashMap<String, Boolean>(1); parserFeatures.put("http://apache.org/xml/features/validation/schema/normalized-value", false); XMLUnmarshaller unmarshaller = xmlContext.createUnmarshaller(parserFeatures);
createUserPropertiesMap(XmlProperty[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
createUserPropertyMap(List<XmlProperties.XmlProperty>) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Return a Map of user-defined properties.
createValidator() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBValidator.
createValidator() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLValidator
createValueExtractor(Expression, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
Create a value extractor that can be used on the grid.
createValueExtractor(ReportItem, ReportQuery, Record, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
createValueExtractor(Expression, AbstractSession) - Method in interface oracle.eclipselink.coherence.integrated.querying.FilterFactory
Creates a valueExtract that should be used for this Expression.
createValueExtractor(ReportItem, ReportQuery, Record, AbstractSession) - Method in interface oracle.eclipselink.coherence.integrated.querying.FilterFactory
Create a value Extraction to return the selection of the ReportQuery
createValueStore() - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: Create a new uninitialized ValueStore.
createVector(Number, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
INTERNAL: given sequence = 10, size = 5 will create Vector (6,7,8,9,10)
CreateViewCacheThread - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
CreateViewCacheThread(ViewCache, ArrayList<String>) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.CreateViewCacheThread
 
createViewRow(String, String[], ResultSet) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewRowFactory
 
createVPDCalls - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
createWhereClauseForDeleteNullQuery(ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
createWhereClauseForDeleteQuery(ExpressionBuilder) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
createWithBaseLast(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
createWrapperFor(Class, ClassLoader) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.WrapperGenerator
 
createXmlAbstractNullPolicy(XmlAbstractNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAbstractNullPolicy>}
createXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAccessMethods
createXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAccessMethods>}
createXmlAnyAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAnyAttribute
createXmlAnyAttribute(XmlAnyAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAnyAttribute>}
createXmlAnyElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAnyElement
createXmlAnyElement(XmlAnyElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAnyElement>}
createXmlAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlAttribute
createXmlAttribute(XmlAttribute) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlAttribute>}
createXmlBindings() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings
createXmlBindingsJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings.JavaTypes
createXmlBindingsXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings.XmlEnums
createXmlBindingsXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlBindings.XmlRegistries
createXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlClassExtractor>}
createXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElement
createXmlElement(XmlElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElement>}
createXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElementRef
createXmlElementRef(XmlElementRef) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElementRef>}
createXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElementRefs
createXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElementRefs>}
createXmlElements() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElements
createXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlElements>}
createXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlElementWrapper
createXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlEnum
createXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlEnumValue
createXmlInverseReference(XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlInverseReference>}
createXmlIsSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlIsSetNullPolicy
createXmlIsSetNullPolicy(XmlIsSetNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlIsSetNullPolicy>}
createXmlIsSetNullPolicyIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlIsSetNullPolicy.IsSetParameter
createXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJavaTypeAdapter
createXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlJavaTypeAdapter>}
createXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJavaTypeAdapters
createXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJoinNodes
createXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlJoinNodes>}
createXmlJoinNodesXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlJoinNodes.XmlJoinNode
createXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlMap
createXmlMapKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlMap.Key
createXmlMapValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlMap.Value
createXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlNullPolicy
createXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlNullPolicy>}
createXMLParser(XMLPlatform, boolean, boolean, String) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
createXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlProperties>}
createXMLRecord(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
INTERNAL: Use the createRecord method on ObjectBuilder in case the root element is namespace qualified
createXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlRegistry
createXmlRegistryXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlRegistry.XmlElementDecl
createXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlRootElement
createXMLRootFromJAXBElement(JAXBElement) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
Create an instance of XMLRoot populated from the contents of the provided JAXBElement.
createXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchema
createXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchemaType
createXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchemaTypes
createXmlSchemaXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlSchema.XmlNs
createXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<List<String>>}
createXmlTransformation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlTransformation
createXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlTransformation>}
createXmlTransformationXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlTransformation.XmlReadTransformer
createXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlTransient
createXmlTransient(XmlTransient) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlTransient>}
createXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlType
createXmlValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlValue
createXmlValue(XmlValue) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlValue>}
creationPrefix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
creationSuffix - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
cType_ - Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
CURRENT_DATE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CURRENT_DATE'.
CURRENT_LOADER_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CURRENT_TIME - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CURRENT_DATE'.
CURRENT_TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'CURRENT_TIMESTAMP'.
currentAlias - Variable in class org.eclipse.persistence.expressions.Expression
 
currentBuffer - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
currentContext - Variable in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
The current JPQLQueryContext is the context used for the current query or subquery.
currentDataObjects - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
currentDate() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current date on the database through expression.
CurrentDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Function to obtain the current date on the database with date components only but without time components.
currentDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
currentDateDate() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current date only on the database through expression.
currentDateOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Create the current date operator for this platform.
currentDateOperator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
currentDeclaration - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.DeclarationVisitor
The DeclarationResolver.Declaration being populated.
currentElements - Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
We are maintaining two pointers to potentially two ArrayList objects.
currentExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.ParameterTypeVisitor
This is used to prevent an infinite loop between input parameters.
currentIndex - Variable in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
 
currentIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Retrieves the current row index number
currentLevelPrefixMappings - Variable in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
currentLoaderNotValid(ClassLoader) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
currentlyProcessedListeners - Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
Non-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0
currentMethodArgIdx - Variable in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
currentMethodName - Variable in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
currentNode - Variable in class org.eclipse.persistence.oxm.record.DOMRecord
 
currentObject - Variable in class org.eclipse.persistence.oxm.record.XMLRecord
 
currentProperties - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
currentQuery - Variable in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
The parsed JPQL Expression currently visited.
currentSchemaType - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
currentSize - Variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
currentTime() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current time only on the database through expression.
CurrentTime - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Function to obtain the current time on the database with time components only but without date components.
currentTime() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
currentTimeOperator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
currentTimeStamp() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current timestamp on the database through expression.
currentTimeStamp() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
currentValueStore - Variable in class org.eclipse.persistence.sdo.SDODataObject
The (currentValueStore) will maintain the current state of our model after logged changes - it is a shallow copy of the original, progressively becoming deeper with changes.
CURSOR - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor" Configures the query to return a CursoredStream.
cursor - Variable in class org.eclipse.persistence.jpa.internal.jpql.WordParser
The current position of the cursor within the text.
CURSOR - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
Cursor - Class in org.eclipse.persistence.queries
Purpose: Abstract class for CursoredStream and ScrolableCursor
Cursor() - Constructor for class org.eclipse.persistence.queries.Cursor
INTERNAL: Default constructor.
Cursor(DatabaseCall, CursorPolicy) - Constructor for class org.eclipse.persistence.queries.Cursor
INTERNAL:
CURSOR_INITIAL_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.initial-size" Configures the query to return a CursoredStream with the initial threshold size.
CURSOR_PAGE_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.page-size" Configures the query to return a CursoredStream with the page size.
CURSOR_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.size-sql" Configures the SQL string for the size query of a Cursor query.
CursoredStream - Class in org.eclipse.persistence.queries
Purpose: Stream class which is used to deal with large collections returned from TOPLink queries more efficiently.
CursoredStream() - Constructor for class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Initialize the state of the stream
CursoredStream(DatabaseCall, CursoredStreamPolicy) - Constructor for class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Initialize the state of the stream
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Used for closing cursored streams across RMI.
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve next page size of objects from the remote cursored stream
CursoredStreamPolicy - Class in org.eclipse.persistence.queries
Purpose: Used to support cursored streams in a read query.
CursoredStreamPolicy() - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
default constructor
CursoredStreamPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
set the initial read size to match the page size
CursoredStreamPolicy(ReadQuery, int, int) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
 
CursoredStreamPolicy(ReadQuery, int, int, ValueReadQuery) - Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
 
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Return the cursored stream size
cursoredStreamSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Return the cursored stream size
cursorMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
CursorMethod - Interface in org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl
A Method returns REF CURSOR
cursorOutput - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
CursorPolicy - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all Cursor-related policy objects
CursorPolicy() - Constructor for class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: default constructor
CursorPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.CursorPolicy
INTERNAL:
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
cursorSelectObjects(CursoredStreamPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return remote cursor stream.
cursorSelectObjects(ScrollableCursorPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return remote scrollable cursor
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Returns remote cursor stream
cursorSelectObjects(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To get remote cursor stub in a transporter
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Returns a remote cursor stub in a transporter
CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
customClass - Variable in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
customize(ClassDescriptor) - Method in class oracle.eclipselink.coherence.integrated.config.CoherenceReadCustomizer
 
customize(ClassDescriptor) - Method in class oracle.eclipselink.coherence.integrated.config.CoherenceReadWriteCustomizer
 
customize(ClassDescriptor) - Method in class oracle.eclipselink.coherence.integrated.config.GridCacheCustomizer
 
customize(ClassDescriptor) - Method in interface org.eclipse.persistence.config.DescriptorCustomizer
Customize the provided descriptor.
customize(Session) - Method in interface org.eclipse.persistence.config.SessionCustomizer
 
customize(Session) - Method in class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
 
customize() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Applies customization to connection.
Customizer - Annotation Type in org.eclipse.persistence.annotations
The Customizer annotation is used to specify a class that implements the org.eclipse.persistence.config.DescriptorCustomizer interface and is to run against an entity's class descriptor after all metadata processing has been completed.
CustomPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: Defines a user defined partitioning policy.
CustomPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
 
customQueryAndReturningPolicyFieldConflict(String, String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
CustomServerPlatform - Class in org.eclipse.persistence.platform.server
INTERNAL: This is the concrete subclass responsible for handling backward compatibility for 9.0.4.
CustomServerPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.CustomServerPlatform
INTERNAL: Default Constructor: JTA is disabled until a transaction controller class is set.

D

DailyCacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
PUBLIC: A CacheInvalidationPolicy that allows objects to expire every day at a specific time.
DailyCacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Default constructor for Project XML if setters are not called to set expiry times, expiry time will be the time of day at which this object is instantiated.
DailyCacheInvalidationPolicy(int, int, int, int) - Constructor for class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
PUBLIC: Construct a daily policy that will allow objects to expire at a specific time of day.
daq - Variable in class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheStore
 
dat - Variable in class org.eclipse.persistence.logging.LogFormatter
 
data - Variable in class org.eclipse.persistence.queries.ComplexQueryResult
 
DATA_HANDLER - Static variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
DATA_HANDLER - Static variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
data_length - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
DATA_LENGTH - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
DATA_LEVEL - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
data_level - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
data_level() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
data_level(int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
DATA_LEVEL - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
data_precision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
DATA_PRECISION - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
data_scale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
DATA_SCALE - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
data_type - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
DATA_TYPE - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.UserArguments
 
Database - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DATABASE_ACCESSOR_CONNECTION_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
DATABASE_ACCESSOR_NOT_CONNECTED - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorConnectionIsNull(DatabaseAccessor, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorNotConnected() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorNotConnected(DatabaseAccessor) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
DatabaseException - Exception in org.eclipse.persistence.exceptions
Purpose: Wrapper for any database exception that occurred through EclipseLink.
DatabaseException(String) - Constructor for exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseException(SQLException) - Constructor for exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for DatabaseException messages.
DatabaseExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
 
databaseField - Variable in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
databaseFields - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
DatabaseField pool (synchronized with above 'fieldMap')
DatabaseLogin - Class in org.eclipse.persistence.sessions
Purpose: Hold the configuration information necessary to connect to a JDBC driver.
DatabaseLogin() - Constructor for class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Create a new login.
DatabaseLogin(DatabasePlatform) - Constructor for class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Create a new login for the given platform.
DatabaseMapping - Class in org.eclipse.persistence.mappings
Purpose: Defines how an attribute of an object maps to and from the database Responsibilities: Define type of relationship (1:1/1:M/M:M/etc.)
DatabaseMapping() - Constructor for class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Default constructor.
DatabaseMapping.WriteType - Enum in org.eclipse.persistence.mappings
 
DatabaseMapping.WriteType() - Constructor for enum org.eclipse.persistence.mappings.DatabaseMapping.WriteType
 
DatabaseObjectDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a database object for the purpose of creation and deletion.
DatabaseObjectDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
 
DatabasePlatform - Class in org.eclipse.persistence.platform.database
DatabasePlatform is private to EclipseLink.
DatabasePlatform() - Constructor for class org.eclipse.persistence.platform.database.DatabasePlatform
 
databasePlatform - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
databasePlatform - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
the target database platform.
DatabaseQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all database query objects.
DatabaseQuery() - Constructor for class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Initialize the state of the query
DatabaseRecord - Class in org.eclipse.persistence.sessions
Purpose: Define a representation of a database row as field=>value pairs.
DatabaseRecord() - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Returns a record (of default size).
DatabaseRecord(int) - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Returns a record of the given initial capacity.
DatabaseRecord(Vector, Vector) - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Builds row from database result fields and values.
databaseSession - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: databaseSession: The instance of DatabaseSession that I am helping.
DatabaseSession - Interface in org.eclipse.persistence.sessions
Purpose: Add login and configuration API to that of Session.
databaseStrings - Variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
databaseType - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
databaseURL - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
dataClass - Variable in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
Field type
dataClassName - Variable in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
 
dataFactory - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
dataFormat - Variable in class org.eclipse.persistence.eis.EISDescriptor
Define the type of data the descriptor maps to.
dataGraph - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
 
dataGraph - Variable in class org.eclipse.persistence.sdo.SDODataObject
 
dataHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
dataLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ParamInfo
 
dataLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemHelper
 
dataLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ResultInfo
 
dataLevel - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemHelper
 
dataLevel - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlTypeInfo
 
DATALINK - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
DataModify - Static variable in class org.eclipse.persistence.config.QueryType
 
DataModifyQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class used for executing non selecting SQL strings.
DataModifyQuery() - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
 
DataModifyQuery(String) - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
Warning: Allowing an unverified SQL string to be passed into this method makes your application vulnerable to SQL injection attacks.
DataModifyQuery(Call) - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
 
dataObject - Variable in class org.eclipse.persistence.sdo.DefaultValueStore
 
dataObject - Variable in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
dataObject - Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
 
DATAOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
dataObject - Variable in class org.eclipse.persistence.sdo.SDOSequence
 
DATAOBJECT_FROM_DIFFERENT_HELPERCONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
DataObjectInputStream - Class in org.eclipse.persistence.sdo.helper
 
DataObjectInputStream() - Constructor for class org.eclipse.persistence.sdo.helper.DataObjectInputStream
Constructor for single static context clients
DataObjectInputStream(InputStream) - Constructor for class org.eclipse.persistence.sdo.helper.DataObjectInputStream
Constructor for single static context clients
DataObjectInputStream(InputStream, HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.DataObjectInputStream
Constructor for general use by multi-threaded clients
dataObjectNotFromHelperContext() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to marshal a dataobject from a different HelperContext
DataPartitioningCallback - Interface in org.eclipse.persistence.platform.database.partitioning
PUBLIC: Defines the API for the integration with an external DataSources data partitioning support.
dataPrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ParamInfo
 
dataPrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemHelper
 
dataPrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ResultInfo
 
DataRead - Static variable in class org.eclipse.persistence.config.QueryType
 
DataReadQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class to perform read using raw SQL.
DataReadQuery() - Constructor for class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Initialize the state of the query.
DataReadQuery(String) - Constructor for class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Initialize the query to use the specified SQL string.
DataReadQuery(Call) - Constructor for class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Initialize the query to use the specified call.
dataResults - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Stores temporary list of rows from parent batch query per batched mapping.
dataScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ParamInfo
 
dataScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemHelper
 
dataScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ResultInfo
 
DATASOURCE - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
 
dataSource - Variable in class org.eclipse.persistence.sessions.JNDIConnector
 
DATASOURCE_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
DatasourceLogin - Class in org.eclipse.persistence.sessions
Purpose: Hold the configuration information necessary to connect to a datasource.
DatasourceLogin() - Constructor for class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Create a new login.
DatasourceLogin(Platform) - Constructor for class org.eclipse.persistence.sessions.DatasourceLogin
ADVANCED: Create a new login for the given platform.
datasourceLogin - Variable in class org.eclipse.persistence.sessions.Project
 
dataType - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemHelper
 
date - Variable in class org.eclipse.persistence.logging.SessionLogEntry
 
DATE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DATE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
DATE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DATE_FORMAT_STR - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
 
DATE_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DATE_TIME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DATE_TIME_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DATE_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
dateDifference(String, Date) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, Return the difference between the queried part of a date(i.e. years, days etc.)
dateDifference(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, Return the difference between the queried part of a date(i.e. years, days etc.)
DateDifference - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateDifference() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
dateFormat - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
Format use to print the current date/time.
dateMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
dateName(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: return a string that represents the given part of a date.
DateName - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateName() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
datePart(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return an integer which represents the requested part of the date.
DatePart - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
datePart() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
DateTime - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This Expression represents a date or time.
DateTime(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DateTime
Creates a new DateTime.
DATETIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DateTime_JDBCEscapeFormat_InvalidSpecification - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingCloseQuote - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingOpenQuote - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingRightCurlyBrace - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DatetimeExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a date/time expression.
DatetimeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DatetimeExpressionBNF
Creates a new DatetimeExpressionBNF.
DateTimeFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This DateTimeFactory creates a new DateTime when the portion of the query to parse starts with CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP or with the JDBC escape format used for date/time/timestamp.
DateTimeFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DateTimeFactory
Creates a new DateTimeFactory.
DateTimePrimaryBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a date/time primary expression.
DateTimePrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DateTimePrimaryBNF
Creates a new DatetimePrimaryBNF.
DateTimeTimestampLiteralBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a date/time/timestamp expression.
DateTimeTimestampLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DateTimeTimestampLiteralBNF
Creates a new DateTimeTimestampLiteralBNF.
dateToString() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the date converted to the string value in the default database format.
DateToString - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateToString() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
dateToStringOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Build MySQL equivalent to TO_CHAR.
dateType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Date.
DAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DB2 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DB2Mainframe - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DB2MainframePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DB2 Mainframe specific behavior.
DB2MainframePlatform() - Constructor for class org.eclipse.persistence.platform.database.DB2MainframePlatform
 
DB2Platform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DB2 specific behavior.
DB2Platform() - Constructor for class org.eclipse.persistence.platform.database.DB2Platform
 
DBase - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DBasePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DBase specific behavior.
DBasePlatform() - Constructor for class org.eclipse.persistence.platform.database.DBasePlatform
 
DbColumn - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbColumn() - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
 
dbifyName(String, SqlReflector) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
dbifyName(String, Connection) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
dbifyName(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
DbStoredArgument - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbStoredArgument(String) - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbStoredArgument
 
DbStoredFunction - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbStoredFunction(String) - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbStoredFunction
 
dbStoredFunctionReturnType - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
DbStoredProcedure - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbStoredProcedure(String) - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
dbStoredProcedure2QueryName - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
dbStoredProcedure2QueryName - Variable in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
dbStoredProcedures - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
dbStoredProcedures - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
DbTable - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbTable() - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
dbTables - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
DBWS_PROVIDER_CLASS_FILE - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_NAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_PACKAGE - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_SOAP11_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOAP12_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOAP12_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_CLASSDEF - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_FILE - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_SOURCE_PORT_NAME - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_PREAMBLE_END - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_PREAMBLE_START - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SERVICE_NAME - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SOAP11HTTP_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SOAP12HTTP_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SOAP12HTTP_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_TARGET_NAMESPACE - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_WSDL_LOCATION - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWSBuilder - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilder() - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
dbwsBuilder - Variable in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
DBWSBuilder.DbStoredProcedureNameAndModel - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilder.DbStoredProcedureNameAndModel(String, ProcedureOperationModel) - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilder.DbStoredProcedureNameAndModel
 
DBWSBuilderModel - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilderModel() - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilderModel
 
DBWSBuilderModelProject - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilderModelProject() - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
DBWSException - Exception in org.eclipse.persistence.exceptions
PUBLIC: runtime exception for EclipseLink DBWS Service
DBWSException() - Constructor for exception org.eclipse.persistence.exceptions.DBWSException
 
DBWSException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.DBWSException
 
DBWSException(String) - Constructor for exception org.eclipse.persistence.exceptions.DBWSException
 
DBWSExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: Purpose:English ResourceBundle for DBWSException.
DBWSExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
 
DBWSModel - Class in org.eclipse.persistence.dbws
PUBLIC: model object for eclipselink-dbws.xml descriptor file.
DBWSModel() - Constructor for class org.eclipse.persistence.dbws.DBWSModel
 
DBWSModelProject - Class in org.eclipse.persistence.dbws
 
DBWSModelProject() - Constructor for class org.eclipse.persistence.dbws.DBWSModelProject
 
DBWSPackager - Interface in org.eclipse.persistence.tools.dbws
 
DBWSPackager.Archiver - Interface in org.eclipse.persistence.tools.dbws
 
DBWSPackager.ArchiveUse - Enum in org.eclipse.persistence.tools.dbws
 
DBWSPackager.ArchiveUse() - Constructor for enum org.eclipse.persistence.tools.dbws.DBWSPackager.ArchiveUse
 
dcl - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
dClassLoader - Variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
 
DDL_BOTH_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "both" For use with the "eclipselink.ddl-generation.output-mode" property.
DDL_DATABASE_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "database" For use with the "eclipselink.ddl-generation.output-mode" property, and is the default parameter value Specifies that DDL will be written to the database.
DDL_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allows the database schema to be generated on deployment.
DDL_GENERATION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Configures if database schema should be generated on the database, to a file, or both.
DDL_SQL_SCRIPT_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "sql-script" For use with the "eclipselink.ddl-generation.output-mode" property.
deactivate() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
DEAD_CHECK_TIME - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
deadCheckTime - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
decapitalize(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
 
DECIMAL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DECIMAL - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
DECIMAL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DECIMAL_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DECIMAL_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
decimalMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
declaration - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.QualifyRangeDeclarationVisitor
The DeclarationResolver.Declaration being modified.
declaration - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
The declaration portion of this FROM clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
Returns the BNF of the declaration part of this clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FromClause
Returns the BNF of the declaration part of this clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleFromClause
Returns the BNF of the declaration part of this clause.
declarationExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
The declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
DeclarationResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver is responsible to visit the current query (which is either the top-level query or a subquery) and gathers the information from the declaration clause.
DeclarationResolver(DeclarationResolver, JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Creates a new DeclarationResolver.
declarationResolver - Variable in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
The resolver of the current query's declaration.
DeclarationResolver.Declaration - Class in org.eclipse.persistence.jpa.internal.jpql
A Declaration represents either an identification variable declaration or a collection member declaration.
DeclarationResolver.Declaration() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
 
DeclarationResolver.DeclarationVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
DeclarationResolver.DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.DeclarationVisitor
 
DeclarationResolver.QualifyRangeDeclarationVisitor - Class in org.eclipse.persistence.jpa.internal.jpql
 
DeclarationResolver.QualifyRangeDeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.QualifyRangeDeclarationVisitor
 
declarations - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
The Declarations of the current query that was parsed.
declarationVisitor - Variable in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
This visitor is responsible to visit the current query's declaration and populate this resolver with the list of declarations.
declarationVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
 
declaredProperties - Variable in class org.eclipse.persistence.sdo.SDOType
 
declaredPropertiesMap - Variable in class org.eclipse.persistence.sdo.SDOType
 
declaredType - Variable in class org.eclipse.persistence.oxm.XMLRoot
 
declareNamespace(String, String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
decode(Map, String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Convert values returned by the query to values given in the decodeableItems Map.
Decode - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
decode() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
decodeUriHexadecimalEscapeSequence(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Decode Hexadecimal "%hh" escape sequences in a URI.
decomposeDatabaseRecord(AbstractRecord, Collection<DatabaseField>) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
decomposeEntity(Object, ClassDescriptor, AbstractSession, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
decrementDepth() - Method in class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
decrNumAttributes() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.ObjectTypeHelper
 
decrypt(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Security method called by the children classes
deepClone() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Clone the query, including its selection criteria.
deepClone() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Clone the query, including its selection criteria.
deepCopies - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
 
deepMergeClone(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Merge the attributes of the clone into the unit of work copy.
deepRevertObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Revert the object's attributes from the parent.
deepUnregisterObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
DEFAULT - Static variable in class org.eclipse.persistence.config.BatchWriting
 
DEFAULT - Static variable in class org.eclipse.persistence.config.CacheType
The default cache type is SoftWeak.
DEFAULT - Static variable in class org.eclipse.persistence.config.CacheUsage
 
DEFAULT - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
The default type is Exception.
DEFAULT - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
 
DEFAULT - Static variable in class org.eclipse.persistence.config.FlushClearCache
 
DEFAULT - Static variable in class org.eclipse.persistence.config.LoggerType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ParameterDelimiterType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default Suffix could be appended to some prefixes to form a property name setting the default for the persistence unit.
DEFAULT - Static variable in class org.eclipse.persistence.config.PessimisticLock
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.QueryType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ResultSetConcurrency
The default type is Updatable.
DEFAULT - Static variable in class org.eclipse.persistence.config.ResultSetType
The default type is ScrollInsensitive.
DEFAULT - Static variable in class org.eclipse.persistence.config.ResultType
The default type is Array.
DEFAULT - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DEFAULT - Static variable in class org.eclipse.persistence.config.TargetServer
 
DEFAULT - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
DEFAULT - Static variable in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
 
DEFAULT - Static variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
DEFAULT_ANNOUNCEMENT_DELAY - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_APP_LOCATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default location in the file system to output DDL files.
DEFAULT_ASYNCHRONOUS_MODE - Static variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DEFAULT_CHANNEL - Static variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
DEFAULT_CONNECTION_FACTORY - Static variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
 
DEFAULT_CONTEXT_FACTORY - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Default JNDI properties for remote access
DEFAULT_CREATE_JDBC_FILE_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default name of the DDL file which is used to create database tables.
DEFAULT_DDL_GENERATION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The eclipselink.ddl-generation.output-mode parameter is configured to the default value of database.
DEFAULT_DEDICATED_CONNECTION_KEY - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_DEDICATED_CONNECTION_VALUE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_DROP_JDBC_FILE_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default name of the DDL file which is used to drop database tables.
DEFAULT_IIOP_URL_PORT - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_IIOP_URL_PROTOCOL - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_JAR_FILENAME - Static variable in class org.eclipse.persistence.tools.dbws.JarArchiver
 
DEFAULT_KEY_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.Property
 
DEFAULT_LOCK_MODE - Static variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
DEFAULT_LONG_LEN - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
DEFAULT_MANIFEST - Static variable in class org.eclipse.persistence.tools.dbws.JarArchiver
 
DEFAULT_MULTICAST_GROUP - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Default value constants
DEFAULT_MULTICAST_PORT - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_NAME_TRANSFORMER - Static variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
DEFAULT_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
DEFAULT_NAMING_SERVICE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.eclipse.persistence.tools.dbws.NamingConventionTransformer
 
DEFAULT_PACKET_TIME_TO_LIVE - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_PLATFORM_CLASSNAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DEFAULT_POOL - Static variable in class org.eclipse.persistence.sessions.server.ServerSession
 
DEFAULT_PREFIX - Static variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
DEFAULT_RAW_LEN - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
DEFAULT_REMOVE_CONNECTION_ON_ERROR_MODE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_RESOURCE_NAME - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
DEFAULT_RESOURCE_NAME_IN_META_INF - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
DEFAULT_ROOT_ELEMENT_NAME - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
Root element name for all DataObjects undergoing serialization = sdo:dataObject
DEFAULT_ROOT_ELEMENT_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DEFAULT_SEQUENCE_NAME_ALREADY_USED_BY_SEQUENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DEFAULT_SERVER_NAME_AND_VERSION - Static variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Answer "unknown" as a default for platforms that do not implement getModuleName()
DEFAULT_TARGET_NAMESPACE_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
 
DEFAULT_TOPIC - Static variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
 
DEFAULT_TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.JavaLog
 
DEFAULT_UNMAPPED_CONTENT_HANDLER - Static variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
DEFAULT_URL_PORT - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_URL_PROTOCOL - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Defaults for RMI applications
DEFAULT_USER_NAME - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_VALUE_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.Property
 
DEFAULT_VARCHAR_LEN - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
DEFAULT_VARCHAR_SIZE - Static variable in class org.eclipse.persistence.platform.database.DatabasePlatform
 
DEFAULT_WAR_FILENAME - Static variable in class org.eclipse.persistence.tools.dbws.WarArchiver
 
DEFAULT_WSDL_LOCATION_URI - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DEFAULT_XML_ENCODING - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DEFAULT_XML_ENCODING - Static variable in class org.eclipse.persistence.sdo.SDOXMLDocument
 
DEFAULT_XML_VERSION - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
DEFAULT_XML_VERSION - Static variable in class org.eclipse.persistence.sdo.SDOXMLDocument
 
DefaultArgsHolderName - Class in org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl
 
DefaultArgsHolderName(String, String, boolean, int, int, String, SqlType, SqlType, SqlReflector) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DefaultArgsHolderName
Create a SqlName instance for a PL/SQL type, which requires extra identifying information, such the names for the package and method that mentions this PL/SQL type
DefaultArgsHolderType - Class in org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl
 
DefaultArgsHolderType(SqlName, SqlType, boolean, SqlReflector) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DefaultArgsHolderType
 
defaultAttributeValue - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
defaultBuilder - Variable in class org.eclipse.persistence.queries.ModifyAllQuery
Provide a default builder so that it's easier to be consistent
defaultBuilder - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Provide a default builder so that it's easier to be consistent
defaultCacheIsolation - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.isIsolated.
defaultConnectionPolicy - Variable in class org.eclipse.persistence.sessions.server.ServerSession
 
defaultConnectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
The default connection pool is used for any unmapped values.
DefaultConnector - Class in org.eclipse.persistence.sessions
Purpose:Use this Connector to build a java.sql.Connection in the "standard" fashion, via the DriverManager.
DefaultConnector() - Constructor for class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Construct a Connector with default settings The database URL will still need to be set.
DefaultConnector(String, String, String) - Constructor for class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Construct a Connector with the specified settings.
DefaultContentAssistProposals - Class in org.eclipse.persistence.jpa.internal.jpql
The default implementation of ContentAssistProposals which stores the valid proposals.
DefaultContentAssistProposals() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Creates a new DefaultContentAssistProposals.
DefaultContentAssistProposals.Result - Class in org.eclipse.persistence.jpa.internal.jpql
This contains the result of inserting a proposal into a JPQL query at a given position.
DefaultContentAssistProposals.Result(String, int) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals.Result
Creates a new Result.
defaultDeleteObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultDeleteObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultEntityFetchGroup - Variable in class org.eclipse.persistence.descriptors.FetchGroupManager
 
DefaultErrorHandler - Class in org.eclipse.persistence.platform.xml
INTERNAL: A default implementation of ErrorHandler that simply rethrows the SAXParseExceptions.
DefaultErrorHandler() - Constructor for class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
defaultEventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
defaultFetchGroup - Variable in class org.eclipse.persistence.descriptors.FetchGroupManager
 
defaultIdentityMapClass - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.identityMapClass.
defaultIdentityMapSize - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.identityMapSize.
defaultIdValidation - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.idValidation.
defaultInsertObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultInsertObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DefaultJPQLQueryProblem - Class in org.eclipse.persistence.jpa.internal.jpql
The default implementation of a JPQLQueryProblem.
DefaultJPQLQueryProblem(IQuery, Expression, int, int, String, String...) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
Creates a new DefaultJPQLQueryProblem.
defaultLog - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents the singleton SessionLog
DefaultLogger - Static variable in class org.eclipse.persistence.config.LoggerType
 
defaultManager - Static variable in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Store the default instance.
defaultMappingCollector() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
defaultNamespaceURI - Variable in class org.eclipse.persistence.oxm.NamespaceResolver
 
DefaultNamingConventionTransformer - Class in org.eclipse.persistence.tools.dbws
 
DefaultNamingConventionTransformer() - Constructor for class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer
 
defaultQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadAllQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadAllQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadOnlyClasses - Variable in class org.eclipse.persistence.sessions.Project
Holds the default set of read-only classes that apply to each UnitOfWork.
defaultReportQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReportQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultRootElementField - Variable in class org.eclipse.persistence.oxm.XMLDescriptor
 
defaultRootElementNotSpecified(XMLDescriptor) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DefaultSchemaLocationResolver - Class in org.eclipse.persistence.sdo.helper
Purpose: Default implementation of the org.eclipse.persistence.sdo.helper.SchemaLocationResolver interface By default set a Map keyed on QName of types and value is the schemaLocation
DefaultSchemaLocationResolver(Map) - Constructor for class org.eclipse.persistence.sdo.helper.DefaultSchemaLocationResolver
 
DefaultSchemaResolver - Class in org.eclipse.persistence.sdo.helper
Purpose: Default implementation of the org.eclipse.persistence.sdo.helper.SchemaResolver interface Responsibilities: Given the source schema and namespace and schemaLocation values from an import or include return the referenced Schema If a baseSchemaLocation is set it will be prepended to all schemaLocations passed into the resovleSchema methods This implementation will try to open an Inputstream to a URL created from the schemaLocation and return a StreamSource based on that inputstream
DefaultSchemaResolver() - Constructor for class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
 
DefaultSequence - Class in org.eclipse.persistence.sequencing
Purpose: Reference to the default sequence.
DefaultSequence() - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
 
DefaultSequence(String) - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
Create a new sequence with the name.
DefaultSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
Create a new sequence with the name and sequence pre-allocation size.
DefaultSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.DefaultSequence
 
defaultSequence - Variable in class org.eclipse.persistence.sequencing.DefaultSequence
 
defaultSequenceNameAlreadyUsedBySequence(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
defaultSession - Variable in class org.eclipse.persistence.sessions.factories.SessionManager
 
DefaultSessionLog - Class in org.eclipse.persistence.logging
Purpose: Default log used for the session when message logging is enabled.
DefaultSessionLog() - Constructor for class org.eclipse.persistence.logging.DefaultSessionLog
 
DefaultSessionLog(Writer) - Constructor for class org.eclipse.persistence.logging.DefaultSessionLog
 
defaultSourceTable - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Default source table that should be used with the default source fields of this mapping.
DefaultStringExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The default implementation of a StringExpression that wraps a string.
DefaultStringExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DefaultStringExpression
Creates a new DefaultStringExpression.
defaultTable - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultTableCreator - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
DefaultTableGenerator - Class in org.eclipse.persistence.tools.schemaframework
DefaultTableGenerator is a utility class used to generate a default table schema for a EclipseLink project object.
DefaultTableGenerator(Project) - Constructor for class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Default constructor
DefaultTableGenerator(Project, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
This constructor will create a DefaultTableGenerator that can be set to create fk constraints
defaultTableName - Static variable in class org.eclipse.persistence.sequencing.TableSequence
Deprecated. Use an empty string as a default sequence table name instead, that triggers usage of platform.getDefaultSequenceTableName() when the sequence is connected.
defaultTargetNamespace - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
defaultTemporalMutable - Variable in class org.eclipse.persistence.sessions.Project
Define the default setting for configuring if dates and calendars are mutable.
DefaultTimeout - Static variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
defaultTransactionManager - Static variable in class org.eclipse.persistence.transaction.JTATransactionController
 
DefaultUnmappedContentHandler - Class in org.eclipse.persistence.oxm.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler Responsibilities: This handler swallows all SAX events corresponding to unmapped content so when used unmapped content will not be processed.
DefaultUnmappedContentHandler() - Constructor for class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
defaultUpdateObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultUpdateObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
 
defaultValue - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
DefaultValueStore - Class in org.eclipse.persistence.sdo
Purpose:Default implementation of the ValueStore interface.
DefaultValueStore() - Constructor for class org.eclipse.persistence.sdo.DefaultValueStore
 
defaultWriter - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
Default writer to use if one is not specified.
DefaultXMLNameTransformer - Class in org.eclipse.persistence.jaxb
Class called to transform Java names to XML names.
DefaultXMLNameTransformer() - Constructor for class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
 
defaultXPathEngine - Static variable in class org.eclipse.persistence.sdo.helper.XPathEngine
 
DeferredChangeDetectionPolicy - Class in org.eclipse.persistence.descriptors.changetracking
PUBLIC: A DeferredChangeDetectionPolicy defers all change detection to the UnitOfWork's change detection process.
DeferredChangeDetectionPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
 
define(DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
define(DataObject, List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Define the DataObject as a Type.
define(DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
define(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define the XML Schema as Types.
define(Reader, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define XML Schema as Types.
define(Reader, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define XML Schema as Types.
define(Source, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
define(InputStream, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define XML Schema as Types.
define(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(Reader, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(Source, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(InputStream, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(Source, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
define(Source, SchemaResolver, boolean, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
define(Schema, boolean, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
define(Source, SchemaResolver) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
defineClass - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.WrapperGenerator
 
defineClass(String, ClassLoader, byte[]) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.WrapperGenerator
 
defineNewSDOProperty(String, String, boolean, Type) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
defineOpenContentProperty(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Define the DataObject as a Property for setting open content.
defineOpenContentProperty(String, String, Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL:
defineOpenContentProperty(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
defineOpenContentProperty(String, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Create a dynamic open content property if no property exists for (name).
defineOpenContentProperty(String, Object, Type) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
defineWrapperClass(ClassDescriptor, ClassLoader) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
defines a wrapper class if not already defined
defineWrapperClass(Class, ClassLoader) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
defines a wrapper class if not already defined
delayBetweenConnectionAttempts - Variable in class org.eclipse.persistence.sessions.DatabaseLogin
Stores the number of milliseconds that EclipseLink will wait between attempts to reconnect a DatabaseConnection in the case EclipseLink is attempting to retry a query.
delegate - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.SerializableWrapper
 
delegate - Variable in class org.eclipse.persistence.indirection.IndirectList
Reduce type casting.
delegate - Variable in class org.eclipse.persistence.indirection.IndirectMap
Reduce type casting
delegate - Variable in class org.eclipse.persistence.indirection.IndirectSet
Reduce type casting
delegate - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionVisitorWrapper
The ExpressionVisitor that will have the calls delegated from this one.
DELETE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'DELETE'.
Delete - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used for data modification events.
delete() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
delete(File) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
DELETE_ALL_QUERY_SPECIFIES_OBJECTS_BUT_NOT_SELECTION_CRITERIA - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DELETE_FROM - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'DELETE FROM'.
DeleteAll - Static variable in class org.eclipse.persistence.config.QueryType
 
deleteAll(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Delete all the reference objects.
deleteAll(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Delete all the reference objects.
deleteAll(DeleteObjectQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
To delete all the entries matching the selection criteria from the table stored in the referenced descriptor
DeleteAll - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
deleteAll(DeleteObjectQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
Delete all the reference objects with a single query.
deleteAllObjects(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: delete all of the objects and all of their privately owned parts in the database.
deleteAllObjects(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Delete all of the objects and all of their privately owned parts in the database.
deleteAllQuery - Variable in class org.eclipse.persistence.mappings.CollectionMapping
Used for delete all in m-m, dc and delete all optimization in 1-m.
DeleteAllQuery - Class in org.eclipse.persistence.queries
Purpose: Query used to delete a collection of objects.
DeleteAllQuery() - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC:
DeleteAllQuery(Class) - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Create a new delete all query for the class specified.
DeleteAllQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Create a new delete all query for the class and the selection criteria specified.
deleteAllQuerySpecifiesObjectsButNotSelectionCriteria(ClassDescriptor, DatabaseQuery, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
DeleteAtIndex - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
deleteAtIndexQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used (only in case listOrderField !
deleteClause - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.OwningClauseVisitor
 
DeleteClause - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This is the delete clause of the delete statement.
DeleteClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClause
Creates a new DeleteClause.
deleteClause - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
The 'DELETE' clause of this expression.
DeleteClause_FromMissing - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DeleteClause_MultipleRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMalformed - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMissing - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DeleteClauseBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the delete clause.
DeleteClauseBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClauseBNF
Creates a new DeleteClauseBNF.
DeleteClauseFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This DeleteClauseFactory creates a new DeleteClause when the portion of the query to parse starts with DELETE FROM.
DeleteClauseFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClauseFactory
Creates a new DeleteClauseFactory.
deleteClauseHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
DeleteClauseRangeVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a range variable declaration expression used by the DELETE clause, which accepts collection and aggregate expression, which is used by invalid queries.
DeleteClauseRangeVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
Creates a new DeleteClauseRangeVariableDeclarationBNF.
deletedList - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
 
deletedXPaths - Variable in class org.eclipse.persistence.sdo.SDOChangeSummary
The deletedXPaths field is picked up reflectively during marshal/unmarshal operations.
deleteMapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteMapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteMapKey(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteMapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy, Delete the passed object if necessary.
deleteObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Delete the object and all of its privately owned parts from the database.
deleteObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Delete the object and all of their privately owned parts in the database.
DeleteObjectQuery - Class in org.eclipse.persistence.queries
Purpose: Used for deleting objects.
DeleteObjectQuery() - Constructor for class org.eclipse.persistence.queries.DeleteObjectQuery
 
DeleteObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.DeleteObjectQuery
 
DeleteObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.DeleteObjectQuery
 
DeleteObjectThroughCoherence - Class in oracle.eclipselink.coherence.integrated.querying
Purpose: This Query Redirector should be set on any class that is stored within Coherence and Coherence will be used for data storage.
DeleteObjectThroughCoherence() - Constructor for class oracle.eclipselink.coherence.integrated.querying.DeleteObjectThroughCoherence
 
deleteQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
deleteQuery - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
Query used for single row deletion.
deleteReferenceObjectsLeftOnDatabase(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
This method will make sure that all the records privately owned by this mapping are actually removed.
deleteReferenceObjectsLeftOnDatabase(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
This method will make sure that all the records privately owned by this mapping are actually removed.
DeleteStatement - Class in org.eclipse.persistence.jpa.internal.jpql.parser
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Creates a new DeleteStatement.
DeleteStatementBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the delete statement.
DeleteStatementBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatementBNF
Creates a new DeleteStatementBNF.
DeleteStatementFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This DeleteStatementFactory creates a new DeleteStatement when the portion of the query to parse starts with DELETE FROM.
DeleteStatementFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatementFactory
Creates a new DeleteStatementFactory.
deleteWithSequenceUpdate() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Perform a detach action that originated from a delete and update the sequence.
deletionStringFor(DatabaseAccessor) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the delete SQL string.
dependsOn(SqlType) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
DEPLOY_FAILED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
DEPLOY_ON_STARTUP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.deploy-on-startup" property allows deployment to be configured to occur on startup (creation of the EntityManagerFactory), instead of occurring the first time an EntityManager is created.
deployedSessionLog - Variable in class org.eclipse.persistence.services.RuntimeServices
This contains the session log from server startup time.
deployedSessionProfileWeight - Variable in class org.eclipse.persistence.services.RuntimeServices
This is the profile weight at server startup time.
deployFailed(String, RuntimeException) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
depth - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
depth - Variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
depth - Variable in class org.eclipse.persistence.sequencing.Sequence
 
depth - Variable in class org.eclipse.persistence.sessions.CopyGroup
Policy depth that determines how the copy will cascade to the object's related parts
DEQUEUE - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
 
DEQUEUE_OPTIONS - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
 
Derby - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DerbyPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Derby DBMS specific behavior.
DerbyPlatform() - Constructor for class org.eclipse.persistence.platform.database.DerbyPlatform
 
Deref - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
deref() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
deregisterBundle(Bundle) - Method in class org.eclipse.persistence.jpa.osgi.Activator
 
DERIVED_ID_CIRCULAR_REFERENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DerivedCollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a derived collection member declaration expression.
DerivedCollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DerivedCollectionMemberDeclarationBNF
Creates a new DerivedCollectionMemberDeclarationBNF.
derivedIdMapping - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
The id mapping this mapping derives.
derivesId - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Used by the CMP3Policy to see if this mapping should be used in processing pk classes for find methods
derivesId() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Returns true if the mapping references a JPA ID attribute for the CMP3Policy and JPA ID classes.
derivesIdMappings - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DESC - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'DESC'.
descending() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
Descending - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
descending() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DESCENDING operator.
describesNonPersistentSubclasses - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
descriptionOfNodeType() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Used in debug printing of this node.
descriptionOfNodeType() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Used for debug printing.
descriptor - Variable in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
 
descriptor - Variable in class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheLoader
 
descriptor - Variable in class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheLoader
 
descriptor - Variable in class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheLoader
 
descriptor - Variable in class org.eclipse.persistence.descriptors.CMPPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.FetchGroupManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
descriptor - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
owner of the policy
descriptor - Variable in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
descriptor - Variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
descriptor - Variable in class org.eclipse.persistence.history.HistoryPolicy
 
descriptor - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
descriptor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
ClassDescriptor to which this mapping belongs to
descriptor - Variable in class org.eclipse.persistence.mappings.querykeys.QueryKey
 
descriptor - Variable in class org.eclipse.persistence.queries.DatabaseQuery
The descriptor cached on the prepare for object level queries.
descriptor - Variable in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
DESCRIPTOR_CUSTOMIZER_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.descriptor.customizer."
DESCRIPTOR_FOR_INTERFACE_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DESCRIPTOR_INITIALIZED - Static variable in class oracle.eclipselink.coherence.integrated.internal.InternalProperties
This property is used by the Cache Loader initialization to track what descriptors have been initialized
DESCRIPTOR_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DESCRIPTOR_IS_MISSING_FOR_NAMED_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DESCRIPTOR_MUST_NOT_BE_INITIALIZED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DESCRIPTOR_NOT_FOUND_IN_PROJECT - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DESCRIPTOR_PROPERTY - Static variable in interface org.eclipse.persistence.dynamic.DynamicType
Property name used to store the EntityTypeImpl on each descriptor in its ClassDescriptor.properties.
DescriptorCustomizer - Interface in org.eclipse.persistence.config
Customize a ClassDescriptor when the DescriptorCustomizer.customize(ClassDescriptor) method is called during the loading/population of the mappings.
DescriptorCustomizer - Interface in org.eclipse.persistence.sessions.factories
Deprecated. 
DescriptorEvent - Class in org.eclipse.persistence.descriptors
Purpose: Encapsulate the information provided with descriptor events.
DescriptorEvent(int, ObjectLevelModifyQuery) - Constructor for class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Most events are trigger from queries, so this is a helper method.
DescriptorEvent(Object) - Constructor for class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: All events require a source object.
DescriptorEvent - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DescriptorEventAdapter - Class in org.eclipse.persistence.descriptors
Purpose: Provides an empty implementation of DescriptorEventListener.
DescriptorEventAdapter() - Constructor for class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
DescriptorEventListener - Interface in org.eclipse.persistence.descriptors
Purpose: Used to support Java event listener event model on descriptors.
DescriptorEventManager - Class in org.eclipse.persistence.descriptors
Purpose: The event manager allows for a descriptor to specify that an object should be notified when a EclipseLink event occurs.
DescriptorEventManager() - Constructor for class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Returns a new DescriptorEventManager for the specified ClassDescriptor.
DescriptorException - Exception in org.eclipse.persistence.exceptions
Purpose: This exception is used for any problem that is detected with a descriptor or mapping.
DescriptorException(String) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, DatabaseMapping) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, ClassDescriptor) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, ClassDescriptor, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
 
DescriptorExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for DescriptorException messages.
DescriptorExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
 
descriptorForInterfaceIsMissing(String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
descriptorIsAggregate() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be an aggregate.
descriptorIsAggregateCollection() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be part of an aggregate collection.
descriptorIsForInterface() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be for an interface.
descriptorIsMissing(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
descriptorIsMissing(Class, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
descriptorIsMissingForNamedQuery(Class, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
descriptorIsNormal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be normal.
descriptorMap - Variable in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCORDescriptorBuilder
 
descriptorMap - Variable in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCOXDescriptorBuilder
 
descriptorMap - Variable in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
descriptorMap - Variable in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
descriptorMethodNames - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
descriptorMustBeNotInitialized(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
descriptorNotFoundInProject(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
DescriptorQueryManager - Class in org.eclipse.persistence.descriptors
Purpose: The query manager allows for the database operations that EclipseLink performs to be customized by the application.
DescriptorQueryManager() - Constructor for class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Initialize the state of the descriptor query manager
descriptors - Variable in class org.eclipse.persistence.sessions.Project
 
descriptorsByGlobalType - Variable in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
 
descriptorsByQName - Variable in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
 
descriptorsLock - Variable in class org.eclipse.persistence.sessions.Project
Ensures that only one thread at a time can add/remove descriptors
descriptorsMap - Variable in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
descriptorType - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
deserialize(PofReader) - Method in class oracle.eclipselink.coherence.integrated.cache.ExtractorSerializer
 
deserialize(PofReader) - Method in class oracle.eclipselink.coherence.integrated.cache.WrapperPofSerializer
 
deserialize(ReadBuffer.BufferInput) - Method in class oracle.eclipselink.coherence.integrated.cache.WrapperSerializer
 
destDir - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
DESTINATION - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
 
DESTINATION_URL - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
 
destinationRootDir - Variable in class org.eclipse.persistence.tools.PackageRenamer
 
destroy(DatabaseSession) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
 
destroyAllSessions() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Destroy all sessions held onto by this manager.
destroySession(String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Destroy the session defined by sessionName on this manager.
detach(Property, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Perform a detach on a DataObject or List of DataObjects
detach() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
detach(boolean, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Removes this DataObject from its container, if any.
detach(Object) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Build a detached copy using a one-off UnitOfWork.
detach(Collection) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
 
detachDeleteRecursivePrivate(boolean, boolean, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Recursively walk the tree and set oldSettings for a detached/deleted object.
detachDeleteRecursivePrivateHelper(SDODataObject, boolean, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Call detach or delete recursively on aDataObject after possibly changing the flag whether to clear the ChangeSummary pointer at this level
detachOrDelete(boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Recursively walk the tree and set oldSettings for a detached/deleted object.
detachWithSequenceUpdate() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Perform a detach action that originated from a detach and update the sequence.
DETAILS_TYPE_LENGTH - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
DETAILS_TYPE_PRECISION - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
DETAILS_TYPE_SCALE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
detectExpression(Vector) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Check if any element in theObjects is Expression.
determineSqlName(String, String[], TypeClass, boolean[], SqlReflector) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Determine the SQL type name for a PL/SQL type.
determineSqlName(String, String[], TypeClass, boolean[], List<AttributeField>, SqlType, SqlType) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
determineSqlName(String, boolean, List<AttributeField>, SqlType, SqlType) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
determineSqlName(String, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
DevelopmentServices - Class in org.eclipse.persistence.services
Purpose: Provide a dynamic interface into the EclipseLink Identity Map Manager.
DevelopmentServices() - Constructor for class org.eclipse.persistence.services.DevelopmentServices
Default constructor
DevelopmentServices(Session) - Constructor for class org.eclipse.persistence.services.DevelopmentServices
Constructor
DI - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
diagnosticsCollector - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
difference(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return a value which indicates how much difference there is between two expressions.
Difference - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
difference() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
DIFFERENT - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for '<>'.
DIRECT_FIELD_NAME_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DIRECT_KEY_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
DirectCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.
DirectCollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.)
DirectCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Default constructor.
DirectCollectionQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose:Represents a direct collection join query.
DirectCollectionQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
 
directConnect(Properties) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Connect directly - without using DriverManager.
DirectConnector - Class in org.eclipse.persistence.sessions
Purpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.
DirectConnector() - Constructor for class org.eclipse.persistence.sessions.DirectConnector
PUBLIC: Construct a Connector with default settings (Sun JDBC-ODBC bridge).
DirectConnector(String, String, String) - Constructor for class org.eclipse.persistence.sessions.DirectConnector
PUBLIC: Construct a Connector with the specified settings.
directField - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
The direct field name is converted and stored
directFieldNameNotSet(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
Direction - Enum in org.eclipse.persistence.annotations
An enum that is used within the StoredProcedureParameter annotation.
Direction() - Constructor for enum org.eclipse.persistence.annotations.Direction
 
direction - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
direction - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.MethodArgHelper
 
direction() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener.MethodArgHelper
 
directKeyNotSet(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
DirectMapMapping - Class in org.eclipse.persistence.mappings
Mapping for a collection of key-value pairs.
DirectMapMapping() - Constructor for class org.eclipse.persistence.mappings.DirectMapMapping
DirectMapCollectionMapping constructor
directMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the SAX or DOM Platform, this method is responsible for marshalling null values for the XML Direct Mapping.
directMarshal(DatabaseField, XMLRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
directMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
directMarshal(DatabaseField, XMLRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
DIRECTORY - Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec
Connection spec properties.
directoryIsSubdirectory(File, File) - Static method in class org.eclipse.persistence.tools.PackageRenamer
Return true if directory2 is contained within directory1.
DirectQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose: Define an alias to a database field.
DirectQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
 
DirectRead - Static variable in class org.eclipse.persistence.config.QueryType
 
DirectReadQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class to perform a direct read.
DirectReadQuery() - Constructor for class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Initialize the state of the query.
DirectReadQuery(String) - Constructor for class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Initialize the query to use the specified SQL string.
DirectReadQuery(Call) - Constructor for class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Initialize the query to use the specified call.
DirectToFieldChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
DirectToFieldMapping - Class in org.eclipse.persistence.mappings
Purpose: Maps an attribute to the corresponding database field type.
DirectToFieldMapping() - Constructor for class org.eclipse.persistence.mappings.DirectToFieldMapping
Default constructor.
DirectToXMLTypeMapping - Class in org.eclipse.persistence.mappings.xdb
Purpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB.
DirectToXMLTypeMapping() - Constructor for class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
 
disableCacheHits() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for cache hits on primary key read object queries to be disabled.
disableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for remote session cache hits on primary key read object queries to be disabled.
disableJTA() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: disableJTA(): Configure the receiver such that my external transaction controller class will be ignored, and will NOT be used to populate DatabaseSession's external transaction controller class at runtime.
disableJTA() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: disableJTA(): Configure the receiver such that my external transaction controller class will be ignored, and will NOT be used to populate DatabaseSession's external transaction controller class at runtime.
disableRuntimeServices() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: disableRuntimeServices(): Configure the receiver such that no JMX/MBean will be registered to provide runtime services for my DatabaseSession at runtime.
disableRuntimeServices() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: disableRuntimeServices(): Configure the receiver such that no JMX/MBean will be registered to provide runtime services for my DatabaseSession at runtime.
discardConnections() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Remove all remote connections for its list and the local connection from JNDI or JMS Subsriber
disconnect(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Disconnect the accessor only (this must be the write connection as the read is shared).
disconnect() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Disconnect the accessor only.
Disconnects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DiscoveryException - Exception in org.eclipse.persistence.exceptions
Instances of this exception are raised if a problem is detected during the discovery of a TopLink cluster.
DiscoveryException() - Constructor for exception org.eclipse.persistence.exceptions.DiscoveryException
 
DiscoveryException(String) - Constructor for exception org.eclipse.persistence.exceptions.DiscoveryException
 
DiscoveryExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConcurrencyException messages.
DiscoveryExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
 
DiscoveryManager - Class in org.eclipse.persistence.sessions.coordination
Purpose: Detects new members of a logical EclipseLink cluster.
DiscoveryManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Constructors to create a discovery manager.
DiscoveryManager(String, int, RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DiscoveryManager(String, int, int, RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
discoveryManager - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Manages the detection of new services as they join the cluster
DISCRIMINATOR_COLUMN_NOT_SELECTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DiscriminatorClass - Annotation Type in org.eclipse.persistence.annotations
A DiscriminatorClass is used within a VariableOneToOne annotation.
discriminatorColumn - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the column that will contain the value to determine the correct subclass to create if applicable.
discriminatorColumnNotSelected(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
displayString - Variable in class org.eclipse.persistence.sessions.coordination.ServiceId
 
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.OwningClauseVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.CompoundExpressionHelper
 
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.ParameterTypeVisitor
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.JPQLQueryHelper
Disposes of the internal data.
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Disposes this context, which is the current context being used for a subquery.
dissableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This method is used to disable changetracking temporarily
dissableEventProcessing(Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This method is used to disable changetracking temporarily
dissableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: This method is used to disable changetracking temporarily
distance - Variable in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
DISTANCE_PARAM - Static variable in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
distinct() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, This represents the distinct option inside an aggregate function.
Distinct - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
distinct() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DISTINCT operator.
DISTINCT - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'DISTINCT'.
DISTINCT_COUNT_ON_OUTER_JOINED_COMPOSITE_PK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
distinctCountOnOuterJoinedCompositePK(ClassDescriptor, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
distinctState - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Indicates if distinct should be used or not.
DistributedMerge - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DistributedSession - Class in org.eclipse.persistence.sessions.remote
Purpose: Super class to all remote client session's.
DistributedSession(int) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Create a blank session, used for proxy session.
DistributedSession(RemoteConnection) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Creates a DistributedSession.
divide(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
divide(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Divide - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
DIVISION - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for the division sign '/'.
DivisionExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
BNF: arithmetic_expression ::= arithmetic_expression / arithmetic_term
DivisionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.DivisionExpression
Creates a new DivisionExpression.
DivisionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DivisionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
DMLMethod - Class in org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl
A Method provides information about a single method this method executes a SQL statement
DMLMethod(String, int, String, boolean, SqlReflector) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DMLMethod
Construct a Method that is a DML (which returns an int)

m_isBatched <= isBatched

DMS - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DO_NOT_SEND_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
docPresPolicy - Variable in class org.eclipse.persistence.oxm.record.XMLRecord
 
document - Variable in class org.eclipse.persistence.oxm.record.NodeRecord
 
document - Variable in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
DOCUMENTATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DOCUMENTATION_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DOCUMENTATION_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
documentBuilderFactory - Variable in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
 
documentBuilderFactory - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKParser
 
DocumentPreservationPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
Purpose:Provides an interface for customizing how Documents are preserved.
DocumentPreservationPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
documentPreservationPolicy - Variable in class org.eclipse.persistence.oxm.XMLBinder
 
documentPreservationPolicy - Variable in class org.eclipse.persistence.oxm.XMLLogin
 
doesConform(Object, AbstractSession, AbstractRecord, int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Check if the object conforms to the expression in memory.
doesConform(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: New parameter added to doesConform for feature 2612601
doesExistQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
DoesExistQuery - Class in org.eclipse.persistence.queries
Purpose: This should only be used by the descriptor, this should not be executed directly.
DoesExistQuery() - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Initialize the state of the query .
DoesExistQuery(Object) - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Create a query to check if the object exists.
DoesExistQuery(Call) - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Create a query to check if the object exists.
doesNotRepresentAnObjectInTheQuery() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: There are cases (which we might want to eliminate?)
doesObjectExist(Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if the object exists on the database or not.
doesRelationConform(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare the values in memory.
DOLLAR_SIGN_CHAR - Static variable in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
 
DOLLAR_SIGN_CHR - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
DOM - Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
 
dom - Variable in class org.eclipse.persistence.oxm.NamespaceResolver
 
dom - Variable in class org.eclipse.persistence.oxm.record.DOMRecord
 
DOM_TO_EVENT_WRITER_CLASS_NAME - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
DOM_TO_STREAM_WRITER_CLASS_NAME - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
domainClass - Variable in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
domainClass - Variable in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
domainClass - Variable in class org.eclipse.persistence.tools.profiler.Profile
 
domainClassName - Variable in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
domainClassName - Variable in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
doMarshal(SDOProperty, DataObject, SDOChangeSummary, Element, SDODataObject, List, String, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
domHandler - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
 
domHandlerClassName - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
domMethod - Static variable in class org.eclipse.persistence.eis.EISDOMRecord
Used for introspected DOM records.
domMethod - Variable in class org.eclipse.persistence.eis.EISPlatform
Used to reflectively provide XML record support as DOMRecord is not part of the JCA-CCI spec.
DOMPlatform - Class in org.eclipse.persistence.oxm.platform
INTERNAL: Purpose:This class indicates that DOM parsing should be used when appropriate in an XML project to create XMLRecords.
DOMPlatform() - Constructor for class org.eclipse.persistence.oxm.platform.DOMPlatform
 
DOMRecord - Interface in org.eclipse.persistence.eis
DOMRecord is an extension of the JCA Record interface that provides support for XML data.
DOMRecord - Class in org.eclipse.persistence.oxm.record
PUBLIC: Provides a Record/Map API on an XML DOM element.
DOMRecord() - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Default constructor.
DOMRecord(String) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the root element name.
DOMRecord(String, NamespaceResolver) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the root element name get the namespace URI from the namespaceResolver.
DOMRecord(String, String) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the root element name get the namespace URI from the namespaceResolver.
DOMRecord(String, Node) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the local root element name, that is a child of the parent.
DOMRecord(String, NamespaceResolver, Node) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the local root element name, that is a child of the parent.
DOMRecord(Element) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the element.
DOMRecord(Node) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
 
DOMRecord(Document) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the element.
domToEventWriterClass - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
domToStreamWriter - Variable in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
domToStreamWriterClass - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
domToXMLEventWriter - Variable in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
doNotCacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
ADVANCED: This method will instruct the query not to cache results.
DoNotCheckCache - Static variable in class org.eclipse.persistence.config.CacheUsage
Do not check the cache first, this is the default for JPA Queries.
DoNotCheckCache - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
doNotRedirect - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Can be set to true in the case there is a redirector or a default redirector but the user does not want the query redirected.
DONT_USE_DISTINCT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
dontAcquireLocks() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query not to lock.
dontAllowNull() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: If all the fields in the database row for the aggregate object are NULL, then, by default, the mapping will place a null in the appropriate source object (as opposed to an aggregate object filled with nulls).
dontAlwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: The descriptor is defined to not conform the results in unit of work in read query.
dontAlwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCache(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to always refresh the cache if data is received from the database by any query.
dontAlwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
dontBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Do not Bind all arguments to any SQL statement.
dontBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Do not bind all arguments to any SQL statement.
dontBindUpdateAllQueryUsingTempTables() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 has issues with binding with temp table queries.
dontBindUpdateAllQueryUsingTempTables() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: In SQLServer local temporary table created by one PreparedStatement can't be used in another PreparedStatement.
dontCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Do not cache all prepared statements.
dontCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Don't cache the prepared statements, this requires full parameter binding as well.
dontCascade() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the copy should not cascade relationships when copying the object(s)
dontCascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
PUBLIC: Disables delete cascading on the database, this is the default.
dontCascadeParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Do not cascade the query and its properties on the queries object(s) relationships.
dontCatchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for don't catching all the Descriptor Exceptions
dontCheckCache() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: This can be used to explicitly disable the cache hit.
dontCheckDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for don't checking the database tables and fields.
dontCheckInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used for don't checking the InstantiationPolicy.
dontDisableCacheHits() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for cache hits on primary key read object queries.
dontDisableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Allow for remote session cache hits on primary key read object queries.
dontDoMerge(Object, Object, MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return true if the merge should be bypassed.
dontLoadResultIntoSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Do not refesh/load into the selection object, this is the default.
dontLogMessages() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Turn off logging
dontLogProfile() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Set whether after each query execution the profile result should be logged.
dontMaintainCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set for the identity map (cache) to be ignored completely.
DontMaintainCacheRedirector - Class in oracle.eclipselink.coherence.querying
Purpose: This Query Redirector should be set as the Default QueryRedirector on any class that does not need to access the cache.
DontMaintainCacheRedirector() - Constructor for class oracle.eclipselink.coherence.querying.DontMaintainCacheRedirector
 
dontOnlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean) with an argument of false: it ensures that a ClassDescriptor is not configured to only refresh the cache if the data received from the database by a query is newer than the data in the cache (as determined by the optimistic locking field).
dontOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Disable driver level data conversion optimization.
dontPerformValidation() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: The unit of work performs validations such as, ensuring multiple copies of the same object don't exist in the same unit of work, ensuring deleted objects are not referred after commit, ensures that objects from the parent cache are not referred in the unit of work cache.
dontReadSubclassesOnQueries() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor to only read instance of itself when queried.
dontRefreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRefreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRefreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRefreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: When unset means perform read normally and dont do refresh.
dontRetrievePrimaryKeys() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Set if the query results should contain the primary keys or each associated object.
dontReturnSingleAttribute() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Don't simplify the result by returning the single attribute.
dontReturnSingleResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning the first result.
dontReturnSingleValue() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
dontReturnWithoutReportQueryResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
dontUseBatchReading() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This method is not supported in an EIS environment.
dontUseBatchReading() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indicates whether the referenced object should always be batch read on read all queries.
dontUseBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use batch writing.
dontUseByteArrayBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use parameter binding for large binary data.
dontUseClassNameAsIndicator() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor not to use the class' full name as the indicator.
dontUseDistinct() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
dontUseExternalConnectionPooling() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Do not use external connection pooling.
dontUseExternalTransactionController() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Let EclipseLink control transactions instead of some external transaction service such as JTS.
dontUseIndirection() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indirection means that a ValueHolder will be put in-between the attribute and the real object.
dontUseIndirection() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Indirection means that a ValueHolder will be put in-between the attribute and the real object.
dontUseJDBCBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Indicate to EclipseLink that the JDBC driver does not support batch writing.
dontUseLazyConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: A lazy connection only acquires a physical connection when a transaction is started and releases the connection when the transaction completes.
dontUseNativeSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use database-specific SQL grammar, as opposed to the JDBC standard grammar.
dontUseStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use streams to store large binary data.
dontUseStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Do not bind strings of any size.
DOT - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
DOT - Static variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
DOT - Static variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
DOT - Static variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
The constant for '.'.
DOT_CHAR - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
DOT_CHAR - Static variable in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
 
DOT_CHR - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
DOT_CLASS - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DOT_JAVA - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DOUBLE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
DOUBLE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DOUBLE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
DOUBLE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
DOUBLE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DOUBLE_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DOUBLE_PRECISION_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
DOUBLE_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DOUBLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
The constant for '"'.
DOUBLE_REGEXP - Static variable in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
The Pattern representing the regular expression of a numerical value as a double.
doubleEncapsulatedCollectionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
doubleMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
DOUBLEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Double.
driver - Variable in class org.eclipse.persistence.sessions.DefaultConnector
cache up the instantiated Driver to speed up reconnects
DRIVER_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
driverClass - Variable in class org.eclipse.persistence.sessions.DefaultConnector
cache up the driver class to speed up reconnects
driverClassName - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
driverIs(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
INTERNAL: Return whether the specified driver is being used.
driverURLHeader - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
driverVersion - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
Drop - Static variable in class org.eclipse.persistence.config.FlushClearCache
Call to clear method causes to drop the whole EntityManager cache.
DROP_AND_CREATE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "drop-and-create-tables" For use with the "eclipselink.ddl-generation" property.
DROP_JDBC_DDL_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.drop-ddl-jdbc-file-name" Specifies the name of the DDL file which is used to drop database tables.
dropConstraints(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the table definition to drop the constraints from the table, this is normally done in two steps to avoid dependencies.
dropConstraints(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropConstraints(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the table constraints from the database.
dropConstraints(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
dropConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
dropForeignConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
dropFromDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the object.
dropIndexes(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
Write the SQL drop index string to drop indexes if passed a writer, else delegate to a method that executes the string on the database.
DropInvalidate - Static variable in class org.eclipse.persistence.config.FlushClearCache
Call to clear method causes to drops the whole EntityManager cache, on commit the classes that have at least one object updated or deleted are invalidated in the shared cache.
dropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the object.
dropObject(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition object to drop the schema entity from the database.
dropSchemaWriter - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
dropTable(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Drop (delete) the table named tableName from the database.
dropTables(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the tables from the database.
dropTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the tables from the database.
dropUniqueConstraintsOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
DTD_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
DTD_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLValidator
 
DTD_VALIDATION - Static variable in interface org.eclipse.persistence.platform.xml.XMLParser
 
DUAL - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
dumpResults() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Log the results to the session's log (System.out).
dumpTime - Variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
dumpTime - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
DUPLICATE_PARTITION_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DUPLICATE_PROPERTY_NAME - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
duplicatePartitionValue(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
ValuePartitioning using the same value twice.
duplicatePropertyName(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
DURATION - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
DURATION - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DURATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DURATION_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DURATION_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DYNAMIC_ENTITY_HAS_NULL_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
DYNAMIC_ENTITY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
DYNAMIC_PROPERTIES_MANAGER_CLASSNAME_SLASHES - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
DynamicClassLoader - Class in org.eclipse.persistence.dynamic
This custom ClassLoader provides support for dynamically generating classes within an EclipseLink application using byte codes created using a DynamicClassWriter.
DynamicClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a DynamicClassLoader providing the delegate loader and leaving the defaultWriter as DynamicClassWriter
DynamicClassLoader(ClassLoader, DynamicClassWriter) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a DynamicClassLoader providing the delegate loader and a default DynamicClassWriter.
dynamicClassLoader - Variable in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
DynamicClassLoader.EnumInfo - Class in org.eclipse.persistence.dynamic
 
DynamicClassLoader.EnumInfo(String) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
DynamicClassWriter - Class in org.eclipse.persistence.dynamic
Write the byte codes of a dynamic entity class.
DynamicClassWriter() - Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
 
DynamicClassWriter(Class<?>) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
 
DynamicClassWriter(String) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
Create using a loader and class name so that the parent class can be lazily loaded when the writer is used to generate a dynamic class.
DynamicClassWriter - Class in org.eclipse.persistence.sdo.helper
 
DynamicClassWriter(String, SDOType, HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
DynamicEntity - Interface in org.eclipse.persistence.dynamic
DynamicEntity is the public interface for dealing with dynamic persistent objects.
DynamicEnumBuilder - Class in org.eclipse.persistence.dynamic
 
DynamicEnumBuilder(String, AbstractDirectMapping, DynamicClassLoader) - Constructor for class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
DynamicException - Exception in org.eclipse.persistence.exceptions
Custom exception type that provides information about failure cases encountered when using a GenericEntity with TopLink.
DynamicException(String) - Constructor for exception org.eclipse.persistence.exceptions.DynamicException
 
DynamicException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.DynamicException
 
DynamicHelper - Class in org.eclipse.persistence.dynamic
A DynamicHelper provides some utility methods to simplify application development with dynamic types.
DynamicHelper(DatabaseSession) - Constructor for class org.eclipse.persistence.dynamic.DynamicHelper
 
DynamicHelper.SessionCustomizer - Class in org.eclipse.persistence.dynamic
A SessionCustomizer which configures all descriptors as dynamic entity types.
DynamicHelper.SessionCustomizer() - Constructor for class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
 
DynamicIdentityPolicy - Class in org.eclipse.persistence.jpa.dynamic
Custom CMPPolicy to handle Object[].
DynamicIdentityPolicy() - Constructor for class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
 
DynamicJAXBContext - Class in org.eclipse.persistence.jaxb.dynamic
A specialized JAXBContext for marshalling and unmarshalling DynamicEntities.
DynamicJAXBContext(ClassLoader) - Constructor for class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
 
DynamicJAXBContextFactory - Class in org.eclipse.persistence.jaxb.dynamic
DynamicJAXBContextFactory allows the user to create a DynamicJAXBContext without having realized Java classes available on the classpath.
DynamicJAXBContextFactory() - Constructor for class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
DynamicSchemaManager - Class in org.eclipse.persistence.tools.schemaframework
Extended SchemaManager to handle the creation of tables for dynamic types.
DynamicSchemaManager(DatabaseSession) - Constructor for class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
 
DynamicType - Interface in org.eclipse.persistence.dynamic
An EntityType provides a metadata facade into the EclipseLink object-relational metadata (descriptors & mappings) with specific knowledge of the entity types being dynamic.
DynamicTypeBuilder - Class in org.eclipse.persistence.dynamic
The EntityTypeBuilder is a factory class for creating and extending dynamic entity types.
DynamicTypeBuilder(Class<?>, DynamicType, String...) - Constructor for class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Create an EntityType for a new dynamic type.
DynamicTypeBuilder(DynamicClassLoader, ClassDescriptor, DynamicType) - Constructor for class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Create an EntityTypeBuilder for an existing descriptor.

E

earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This method is called to update collection tables prior to commit.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This method is called to update collection tables prior to commit.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Delete join tables before the start of the deletion process to avoid constraint errors.
earlyPreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Record deletion dependencies for foreign key constraints.
ECLIPSE_PUBLIC_HTML_DIR - Static variable in class org.eclipse.persistence.tools.dbws.EclipsePackager
 
ECLIPSELINK_1_0_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
ECLIPSELINK_OSGI_PROVIDER - Static variable in class org.eclipse.persistence.jpa.osgi.Activator
 
ECLIPSELINK_OXM_XML_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
 
ECLIPSELINK_PERSISTENCE_UNITS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
This "eclipselink.persistenceunits" property specifies the set of persistence unit names that will be processed when generating the canonical model.
ECLIPSELINK_PERSISTENCE_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistencexml" property specifies the full resource name to look for the persistence XML files in.
ECLIPSELINK_PERSISTENCE_XML_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The default resource location used to locate the persistence.xml configuration files.
EclipseLink_Product_Name - Static variable in class org.eclipse.persistence.services.RuntimeServices
 
ECLIPSELINK_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
ECLIPSELINK_SESSIONS_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
EclipseLinkException - Exception in org.eclipse.persistence.exceptions
Purpose: Any exception raised by EclipseLink should be a subclass of this exception class.
EclipseLinkException() - Constructor for exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Return a new exception.
EclipseLinkException(String) - Constructor for exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: EclipseLink exception should only be thrown by EclipseLink.
EclipseLinkException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: EclipseLink exception should only be thrown by EclipseLink.
EclipseLinkExtractor - Interface in oracle.eclipselink.coherence.integrated.internal.querying
Purpose: This interface is used for Coherence POF serialization to mark an EclipseLink Extractor for serialization.
EclipseLinkFilterFactory - Class in oracle.eclipselink.coherence.integrated.internal.querying
Purpose: This class is used to translate from the EclipseLink queries to the Coherence filters.
EclipseLinkFilterFactory() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
EclipseLinkFilterFactory.IsNotNull - Class in oracle.eclipselink.coherence.integrated.internal.querying
IsNotNull is equivalent to Coherence's IsNotNullFilter except that it provides support for a ValueExtractor instead of an explicit method name.
EclipseLinkFilterFactory.IsNotNull() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.IsNotNull
 
EclipseLinkFilterFactory.IsNotNull(ValueExtractor) - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.IsNotNull
 
EclipseLinkFilterFactory.IsNull - Class in oracle.eclipselink.coherence.integrated.internal.querying
IsNull is equivalent to Coherence's IsNullFilter except that it provides support for a ValueExtractor instead of an explicit method name.
EclipseLinkFilterFactory.IsNull() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.IsNull
 
EclipseLinkFilterFactory.IsNull(ValueExtractor) - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.IsNull
 
EclipseLinkFilterFactory.SubClassOf - Class in oracle.eclipselink.coherence.integrated.internal.querying
This filter is added to filter out superclasses that may be outside of the scope of a polymorphic query.
EclipseLinkFilterFactory.SubClassOf() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.SubClassOf
 
EclipseLinkFilterFactory.SubClassOf(Class) - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.SubClassOf
 
EclipseLinkJPACacheLoader - Class in oracle.eclipselink.coherence.integrated
This is the Coherence Cache Loader that should be used with EclipseLink Coherence interceptors and redirectors set in your PeristenceUnit.
EclipseLinkJPACacheLoader(String, String) - Constructor for class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheLoader
 
EclipseLinkJPACacheLoader - Class in oracle.eclipselink.coherence.standalone
This is a Coherence Cache Loader that can be used when EclipseLink is is desired as the persistence provider and no Cache Interceptors or Query Redirectors from the EclipseLink-Coherence integration are set within the Persistence Unit for the specific class.
EclipseLinkJPACacheLoader(String, String) - Constructor for class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheLoader
 
EclipseLinkJPACacheStore - Class in oracle.eclipselink.coherence.integrated
This is the Coherence Cache Store that should be used with EclipseLink Coherence interceptors and redirectors set in your PeristenceUnit.
EclipseLinkJPACacheStore(String, String) - Constructor for class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheStore
 
EclipseLinkJPACacheStore - Class in oracle.eclipselink.coherence.standalone
This is a Coherence Cache Store that can be used when EclipseLink is is desired as the persistence provider and no Cache Interceptors or Query Redirectors from the EclipseLink-Coherence integration are set within the Persistence Unit for the specific class.
EclipseLinkJPACacheStore(String, String) - Constructor for class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheStore
 
EclipseLinkLogRecord - Class in org.eclipse.persistence.logging
INTERNAL: Used to include TopLink's own logging properties that will be formatted by a TopLink Formatter
EclipseLinkLogRecord(Level, String) - Constructor for class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
EclipseLinkNativeCacheLoader - Class in oracle.eclipselink.coherence.integrated
This is the Coherence Cache Loader that should be used with native EclipseLink configuration (sessions.xml) when Coherence interceptors and redirectors have been set through a customizer.
EclipseLinkNativeCacheLoader(String, String) - Constructor for class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheLoader
 
EclipseLinkNativeCacheStore - Class in oracle.eclipselink.coherence.integrated
This is the Coherence Cache Store that should be used with native EclipseLink configuration (sessions.xml) when Coherence interceptors and redirectors have been set through a customizer.
EclipseLinkNativeCacheStore(String, String) - Constructor for class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheStore
 
EclipseLinkQueryFailurePolicy - Class in oracle.eclipselink.coherence.integrated.internal.querying
TopLink-Grid's policy is to redirect the query to the database.
EclipseLinkQueryFailurePolicy() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkQueryFailurePolicy
 
ECLIPSELINKSERIALIZER_NOT_SET_AS_CACHE_SERIALIZER - Static variable in exception oracle.eclipselink.coherence.exceptions.IntegrationException
 
EclipsePackager - Class in org.eclipse.persistence.tools.dbws
PUBLIC: EclipsePackager extends IDEPackager.
EclipsePackager() - Constructor for class org.eclipse.persistence.tools.dbws.EclipsePackager
 
EIS_EXCEPTION - Static variable in exception org.eclipse.persistence.eis.EISException
 
EISAccessor - Class in org.eclipse.persistence.eis
EISAccessor is an implementation of the Accessor interface.
EISAccessor() - Constructor for class org.eclipse.persistence.eis.EISAccessor
Default Constructor.
EISCollectionChangeRecord - Class in org.eclipse.persistence.eis
INTERNAL: Capture the changes for an unordered collection as collections of adds and removes.
EISCollectionChangeRecord(ObjectChangeSet, String, DatabaseMapping) - Constructor for class org.eclipse.persistence.eis.EISCollectionChangeRecord
Construct a ChangeRecord that can be used to represent the changes to an unordered collection.
EISCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: To provide API into the EISCollectionChangeSet.
EISCompositeCollectionMapping - Class in org.eclipse.persistence.eis.mappings
EIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an EIS record in a privately owned, one-to-many relationship according to its descriptor's record type.
EISCompositeCollectionMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
 
EISCompositeDirectCollectionMapping - Class in org.eclipse.persistence.eis.mappings
EIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an EIS Record according to its descriptor's record type.
EISCompositeDirectCollectionMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
 
EISCompositeObjectMapping - Class in org.eclipse.persistence.eis.mappings
EIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type.
EISCompositeObjectMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
 
EISConnectionSpec - Class in org.eclipse.persistence.eis
An EISConnectionSpec specifies how the javax.resource.cci.Connection is accessed.
EISConnectionSpec() - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with no settings.
EISConnectionSpec(Context, String) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(String) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Context, Name) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISConnectionSpec(Name) - Constructor for class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Construct a EISConnectionSpec with the specified settings.
EISDescriptor - Class in org.eclipse.persistence.eis
An EISDescriptor defines the mapping from a JCA data structure to a Java object.
EISDescriptor() - Constructor for class org.eclipse.persistence.eis.EISDescriptor
Default constructor.
EISDirectMapping - Class in org.eclipse.persistence.eis.mappings
EIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type.
EISDirectMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISDirectMapping
 
EISDOMRecord - Class in org.eclipse.persistence.eis
An EISDOMRecord is a wrapper for a DOM tree.
EISDOMRecord() - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Default constructor.
EISDOMRecord(Record, Element) - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Create a TopLink record from the JCA adapter record and DOM tree.
EISDOMRecord(Element) - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Create a TopLink record from a DOM tree.
EISDOMRecord(Record) - Constructor for class org.eclipse.persistence.eis.EISDOMRecord
Create a TopLink record from the JCA adapter record.
EISException - Exception in org.eclipse.persistence.eis
Use an EISException when any problem is detected while interacting with an EIS datasource
EISException(Exception) - Constructor for exception org.eclipse.persistence.eis.EISException
 
EISException(String) - Constructor for exception org.eclipse.persistence.eis.EISException
 
EISException(Exception, String) - Constructor for exception org.eclipse.persistence.eis.EISException
 
EISExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EISException messages.
EISExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.EISExceptionResource
 
EISInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction.
EISInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Default constructor.
EISLogin - Class in org.eclipse.persistence.eis
An EISLogin defines connection information and datasource properties.
EISLogin() - Constructor for class org.eclipse.persistence.eis.EISLogin
Default constructor.
EISLogin(Platform) - Constructor for class org.eclipse.persistence.eis.EISLogin
Constructor.
EISMappedRecord - Class in org.eclipse.persistence.eis
An EISMappedRecord acts as a Record wrapper.
EISMappedRecord(Map, EISAccessor) - Constructor for class org.eclipse.persistence.eis.EISMappedRecord
Create a database row wrapper for the record.
EISMapping - Interface in org.eclipse.persistence.eis.mappings
INTERNAL All mappings which can be added to org.eclipse.persistence.eis.EISDescriptor must implement this interface.
EISObjectPersistenceXMLProject - Class in org.eclipse.persistence.eis
INTERNAL: EISObjectPersistenceXMLProject defines the EclipseLink EIS project and descriptor information to read a EclipseLink project from an XML file.
EISObjectPersistenceXMLProject() - Constructor for class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
INTERNAL: Return a new descriptor project.
EISObjectPersistenceXMLProject(NamespaceResolverWithPrefixes) - Constructor for class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
EISOneToManyMapping - Class in org.eclipse.persistence.eis.mappings
An EIS one-to-many mapping is a reference mapping that represents the relationship between a single source object and a collection of mapped persistent Java objects.
EISOneToManyMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
 
EISOneToManyMappingHelper - Class in org.eclipse.persistence.eis.mappings
INTERNAL: Helper class to consolidate all the heinous comparing and merging code for the EIS one to many mappings.
EISOneToManyMappingHelper(EISOneToManyMapping) - Constructor for class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Constructor.
EISOneToOneMapping - Class in org.eclipse.persistence.eis.mappings
An EIS one-to-one mapping is a reference mapping that represents the relationship between a single source object and a single mapped persistent Java object.
EISOneToOneMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
 
EISOrderedCollectionChangeRecord - Class in org.eclipse.persistence.eis
INTERNAL: Capture the changes for an ordered collection where the entire collection is simply replaced if it has changed.
EISOrderedCollectionChangeRecord(ObjectChangeSet, String, DatabaseMapping) - Constructor for class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Construct a ChangeRecord that can be used to represent the changes to an ordered collection.
EISOrderedCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: To provide API into the EISCollectionChangeSet.
EISPlatform - Class in org.eclipse.persistence.eis
An EISPlatform defines any EIS adapter specific behavior.
EISPlatform() - Constructor for class org.eclipse.persistence.eis.EISPlatform
Default constructor.
EISSequence - Class in org.eclipse.persistence.eis
The EISSequence class allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size.
EISSequence() - Constructor for class org.eclipse.persistence.eis.EISSequence
 
EISSequence(String) - Constructor for class org.eclipse.persistence.eis.EISSequence
 
EISSequence(String, int) - Constructor for class org.eclipse.persistence.eis.EISSequence
 
EISTransformationMapping - Class in org.eclipse.persistence.eis.mappings
EIS Transformation Mappings allow the creation of custom mappings where one or more fields in an EIS Record can be used to create the object to be stored in a Java class's attribute.
EISTransformationMapping() - Constructor for class org.eclipse.persistence.eis.mappings.EISTransformationMapping
 
EJB - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
EJB_CANNOT_LOAD_REMOTE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_CONTAINER_EXCEPTION_RAISED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_DESCRIPTOR_NOT_FOUND_IN_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_FINDER_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_FINDER_ON_HOME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_PLATFORM_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_PROJECT_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_INVALID_SESSION_TYPE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_MUST_BE_IN_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_NO_SUCH_SESSION_SPECIFIED_IN_PROPERTIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_OR_METADATA - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
EJB_PRIMARY_KEY_REFLECTION_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_SESSION_TYPE_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EJB_TOPLINK_PROPERTIES_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbCannotLoadRemoteClass(Exception, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbContainerExceptionRaised(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbDescriptorNotFoundInSession(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The descriptor listed was not found in the session specified on the deployment descriptor.
ejbFinderException(Object, Throwable, Vector) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbInvalidHomeInterfaceClass(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbInvalidPlatformClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ejbInvalidProjectClass(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The project class specified in the sessions.xml file for the session specified on the toplink_session_name environment variable can not be found.
ejbInvalidSessionTypeClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The session type specified in the sessions.xml file for the session specified on the toplink_session_name environment variable is not a valid type.
ejbMustBeInTransaction(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An attempt was made to create or remove a been outside of a transaction.
ejbPrimaryKeyReflectionException(Exception, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An incorrect primary key object is being used with a bean.
ejbSessionTypeClassNotFound(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The session type specified in the sessions.xml file for the session specified on the toplink_session_name environment variable is not found using the default class loader.
ELEM_TYPE_NAME - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
element - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of an element.
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
ELEMENT - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
ELEMENT_DECL_DEFAULT - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
ELEMENT_DECL_GLOBAL - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
elementAt(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
ElementCollectionUpdateProcessor - Class in oracle.eclipselink.coherence.integrated.internal.cache
 
ElementCollectionUpdateProcessor() - Constructor for class oracle.eclipselink.coherence.integrated.internal.cache.ElementCollectionUpdateProcessor
 
ElementCollectionUpdateProcessor(Object, AttributeAccessor, Object, AbstractExtractor) - Constructor for class oracle.eclipselink.coherence.integrated.internal.cache.ElementCollectionUpdateProcessor
 
elementCount - Variable in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
elementDataTypeName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
This is the "data type" associated with each element in the nested collection.
ElementDeclaration - Class in org.eclipse.persistence.jaxb.compiler
 
ElementDeclaration(QName, JavaClass, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
ElementDeclaration(QName, JavaClass, String, boolean, Class) - Constructor for class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
elementDeclarations - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
elementExistsInParticle(String, String, TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Convenience method for determining if an element already exists in a given typedefparticle.
elementFormDefault - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
 
elementFormQualified - Variable in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
elementName - Variable in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
elementRefsPropertyName - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
elements() - Method in class org.eclipse.persistence.indirection.IndirectList
 
elements() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
elements() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
elements() - Method in class org.eclipse.persistence.queries.ReportQueryResult
OBSOLETE: Return an enumeration of the result values.
elements() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Allow for the cache to be iterated on.
elementScope - Variable in class org.eclipse.persistence.jaxb.TypeMappingInfo
 
ElemInfo - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
ElemInfo() - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
ElemInfo(AllCollTypes) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
elemPrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
elemScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
elemTypeLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemTypeMethodName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemInfo
 
elemTypeMethodNo - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemInfo
 
elemTypeMod - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
elemTypeMod - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemTypeName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
elemTypeName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemTypeOwner - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllCollTypes
 
elemTypeOwner - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemTypePackageName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemInfo
 
elemTypePrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemTypeScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ElemInfo
 
elemTypeSequence - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.PlsqlElemInfo
 
ELSE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for the identifier 'ELSE'.
elseExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
The Expression representing the ELSE expression.
ElseExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a else expression specified in the case expression.
ElseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ElseExpressionBNF
Creates a new ElseExpressionBNF.
embeddable(IManagedType) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Returns the given IManagedType if it is an IEmbeddable.
embeddable - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.ManagedTypeVisitor
The IEmbeddable that won't be null if it was visited.
EMBEDDABLE_ASSOCIATION_OVERRIDE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EMBEDDABLE_ATTRIBUTE_OVERRIDE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAssociationOverrideNotFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAttributeOverrideNotFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
EmbeddableMapping - Interface in org.eclipse.persistence.mappings
INTERNAL Common interface to those mappings that are used to map JPA Embedded objects
EMBEDDED_ID_AND_ID_ANNOTATIONS_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EMBEDDED_ID_CLASS_HAS_NO_ATTRIBUTES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddedIdAndIdAnnotationFound(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddedIdHasNoAttributes(Object, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
emf - Variable in class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheLoader
 
emf - Variable in class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheLoader
 
emf - Variable in class org.eclipse.persistence.jpa.osgi.EMFServiceProxyHandler
 
EMFBuilderServiceProxyHandler - Class in org.eclipse.persistence.jpa.osgi
Dynamic proxy class to proxy the EMFBuilder service
EMFBuilderServiceProxyHandler(PersistenceProvider, String, EMFServiceProxyHandler) - Constructor for class org.eclipse.persistence.jpa.osgi.EMFBuilderServiceProxyHandler
 
emfService - Variable in class org.eclipse.persistence.jpa.osgi.EMFBuilderServiceProxyHandler
 
EMFServiceProxyHandler - Class in org.eclipse.persistence.jpa.osgi
Dynamic proxy class to proxy the EMF service
EMFServiceProxyHandler(PersistenceProvider, String) - Constructor for class org.eclipse.persistence.jpa.osgi.EMFServiceProxyHandler
 
EMPTY - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'EMPTY'.
EMPTY_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant of an empty array.
EMPTY_CHAR_ARRAY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
EMPTY_CLASS_ARRAY - Static variable in class org.eclipse.persistence.sdo.SDOType
 
EMPTY_RESPONSE - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant for an empty string.
EMPTY_STRING - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.sdo.SDOConstants
empty string ""
EMPTY_STRING_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant of an empty String array.
EMPTY_VECTOR - Static variable in class org.eclipse.persistence.oxm.XMLDescriptor
 
EmptyCollectionComparisonExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression tests whether or not the collection designated by the collection-valued path expression is empty (i.e, has no elements).
EmptyCollectionComparisonExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Creates a new NullComparisonExpression.
EmptyCollectionComparisonExpression(AbstractExpression, String, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Creates a new NullComparisonExpression.
EmptyCollectionComparisonExpression.StateFieldPathToCollectionValuedPathConverter - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This visitor converts a StateFieldPathExpression into a CollectionValuedPathExpression.
EmptyCollectionComparisonExpression.StateFieldPathToCollectionValuedPathConverter(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression.StateFieldPathToCollectionValuedPathConverter
Creates a new StateFieldPathToCollectionValuedPathConverter.
EmptyCollectionComparisonExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EmptyCollectionComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an empty collection comparison expression.
EmptyCollectionComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpressionBNF
Creates a new EmptyCollectionComparisonExpressionBNF.
EmptyCollectionComparisonExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This EmptyCollectionComparisonExpressionFactory creates a new EmptyCollectionComparisonExpression when the portion of the query to parse starts with IS EMPTY or IS NOT EMPTY.
EmptyCollectionComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpressionFactory
Creates a new EmptyCollectionComparisonExpressionFactory.
emptyNodeRepresentsNull - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
 
enableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This method is used to enable changetracking temporarily
enableEventProcessing(Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This method is used to enable changetracking temporarily
enableEventProcessing(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: This method is used to enable changetracking temporarily
enableRuntimeServices() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: enableRuntimeServices(): Configure the receiver such that JMX/MBeans will be registered to provide runtime services for my DatabaseSession at runtime.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbsExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AggregateFunction
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AllOrAnyExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CoalesceExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConcatExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CountFunction
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EncapsulatedIdentificationVariableExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExistsExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IndexExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LengthExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LowerExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ObjectExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SizeExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SqrtExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TrimExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TypeExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionBNF() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpperExpression
Returns the BNF used to parse the encapsulated expression.
encapsulatedExpressionLength(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractSingleEncapsulatedExpressionHelper
EncapsulatedIdentificationVariableExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This Expression represents an identification variable that maps a Map property, either the key, the value or a Map.Entry).
EncapsulatedIdentificationVariableExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EncapsulatedIdentificationVariableExpression
Creates a new MapEntryIdentificationVariableExpression.
EncapsulatedIdentificationVariableExpression_NotMapValued - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ENCODING - Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
encoding - Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
encoding - Variable in class org.eclipse.persistence.oxm.XMLRoot
 
encoding - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
 
encrypt(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Security method.
END - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for the identifier 'END'.
end() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
end() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
END_BEGIN_BLOCK - Static variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
END_ELEMENT - Static variable in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
END_FROM - Static variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
END_PROPERTY_INDEX - Static variable in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
endAddingToConstructorItem() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Used in conjunction with beginAddingConstructorArguments to signal that expressions should no longer be be added to the collection used in the constructor.
endCDATA() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Recieve notification that a document is being ended.
endDocument() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
endDocument() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
 
endDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endDocument() - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
endDocumentTriggered - Variable in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
 
endDocumentTriggered - Variable in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord.FormattedOutputStreamRecordContentHandler
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord.FormattedWriterRecordContentHandler
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that an element is being ended.
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
endElement(String, String, String) - Method in class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endElement(String, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endFields - Variable in class org.eclipse.persistence.history.HistoryPolicy
 
endIndex - Variable in class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
The position where the problem ends, inclusively.
endLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
An implementation that requires logging may throw an UnsupportedOperationException.
endMethod(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endMethod(String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endMethod(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endMethod(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCQueryBuilder
 
endMethod(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
endMethodArg(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endMethodArg(String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endMethodArg(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endMethodArg(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
endMethodArg(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
endMethodArg(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
endObjectType(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endObjectType(String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endObjectType(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endObjectType(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
endOperationProfile() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: End call
endOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: End the operation timing.
endOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: End the operation timing.
endOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: End the operation timing.
endPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endPackage() - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endPlsqlRecord(String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endPlsqlRecord(String, String, String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endPlsqlRecord(String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endPlsqlRecord(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
endPlsqlRecord(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
endPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endPlsqlRecordField(String, int) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
endPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
endPlsqlRecordField(String, int) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
endPlsqlTable(String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherDefaultListener
 
endPlsqlTable(String, String, String) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListener
 
endPlsqlTable(String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherListenerChainAdapter
 
endPlsqlTable(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
endPlsqlTable(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
endPlsqlTable(String, String, String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that the scope of this namespace declaration has ended.
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: override so we don't iterate over namespaces when endPrefixMapping doesn't do anything
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL: override so we don't iterate over namespaces when endPrefixMapping doesn't do anything
endsWith(int, String) - Method in class org.eclipse.persistence.jpa.internal.jpql.WordParser
Determines whether the query ends with the given suffix and the end position is the end of the range for testing.
endsWithComma() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Determines whether this CollectionExpression ends with a comma, which means the last Expression is a "null" expression.
endsWithCommaProblemKey - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractCollectionValidator
 
endsWithDot - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Determines whether the path ends with a dot or not.
endsWithDot() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Determines whether the path ends with a dot or not.
endsWithSpace() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Determines whether this CollectionExpression ends with a space, which means the last Expression is a "null" expression.
endUnmappedElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
endValue - Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
 
ENQUEUE - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
 
ENQUEUE_OPTIONS - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
 
ensureCapacity(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
ensureNotLoggedIn() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Make sure that the DatabaseSession has not logged in yet.
entireWord() - Method in class org.eclipse.persistence.jpa.internal.jpql.WordParser
Retrieves a word starting at the current position.
entireWord(int) - Method in class org.eclipse.persistence.jpa.internal.jpql.WordParser
Retrieves a word starting at the given position.
ENTITIES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ENTITIES_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
entity(IManagedType) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Returns the given IManagedType if it is an IEntity.
entity - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.ManagedTypeVisitor
The IEntity that won't be null if it was visited.
entity - Variable in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
ENTITY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ENTITY_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ENTITY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ENTITY_RESOLVER_KEY - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
entityClass - Variable in class org.eclipse.persistence.queries.EntityResult
 
entityClassName - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the class name of result
entityClassNotFound(String, ClassLoader, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
entityEventListener - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
entityEventManagers - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
entityExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
The Expression representing the entity expression.
EntityExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a entity expression.
EntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntityExpressionBNF
Creates a new EntityExpressionBNF.
entityFetchGroup - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Derived from fetchGroup, set on all objects returned by the query.
entityFetchGroups - Variable in class org.eclipse.persistence.descriptors.FetchGroupManager
 
entityHasNullType(DynamicEntity) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
The DynamicEntity has a null type indicating an illegal state of the entity.
entityListenerEventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
entityListenerEventManagers - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
EntityManagerProperties - Class in org.eclipse.persistence.config
The class defines EclipseLink properties' names for use at the EntityManager level.
EntityManagerProperties() - Constructor for class org.eclipse.persistence.config.EntityManagerProperties
 
EntityManagerSetupException - Exception in org.eclipse.persistence.exceptions
 
EntityManagerSetupException() - Constructor for exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
EntityManagerSetupException(String) - Constructor for exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
EntityManagerSetupException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
EntityManagerSetupExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EntityManagerSetupException messages.
EntityManagerSetupExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
 
entityNotFoundException(String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A DynamicEntity could not be found
EntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a entity or value expression.
EntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntityOrValueExpressionBNF
Creates a new EntityOrValueExpressionBNF.
EntityResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver retrieves the type for an abstract schema name (entity name).
EntityResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
Creates a new EntityResolver.
entityResolver - Variable in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
 
entityResolver - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKParser
 
entityResolver - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
Used to store the entity resolver to validate the XML schema when parsing.
EntityResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the EntityResult structure as defined by the EJB 3.0 Persistence specification.
EntityResult(Class) - Constructor for class org.eclipse.persistence.queries.EntityResult
 
EntityResult(String) - Constructor for class org.eclipse.persistence.queries.EntityResult
 
entityTransactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
entityTransactionWithJTANotAllowed() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
entityType - Variable in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
The type being configured for dynamic use or being created/extended
entityType - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
The entity type used to downcast the type of the elements in the collection.
EntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the TYPE expression.
EntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeExpressionBNF
Creates a new EntityTypeExpressionBNF.
EntityTypeLiteral - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This Expression wraps the name of an entity type.
EntityTypeLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteral
Creates a new EntityTypeLiteral.
EntityTypeLiteral_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EntityTypeLiteralBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the entity type literal.
EntityTypeLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteralBNF
Creates a new EntityTypeLiteralBNF.
EntityTypeLiteralFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This factory creates an EntityTypeLiteral, which wraps an entity name.
EntityTypeLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteralFactory
Creates a new EntityTypeLiteralFactory.
entityTypeName - Variable in class org.eclipse.persistence.jpa.internal.jpql.TreatResolver
The entity type name used to downcast the collection-valued field.
entityTypeNotFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
entityTypeNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
JPQLException[8034] Entity Type Not Found Indicates that a type specified in a JPQL query string cannot be found in the current persistence unit.
entityTypeNotFound2 - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
entityTypeNotFound2(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
ENTRY - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
ENTRY - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'ENTRY'.
EntryExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This is part of JPA 2.0.
EntryExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntryExpression
Creates a new EntryExpression.
EntryExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EntryExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
EntryExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This EntryExpressionFactory creates a new EntryExpression when the portion of the query to parse starts with ENTRY.
EntryExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EntryExpressionFactory
Creates a new EntryExpressionFactory.
entryExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
entrySet() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
entrySet() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC:
entrySet() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
entrySet() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Returns a set of the keys.
ENUM_CLASS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ENUM_CONSTANT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
enumClass - Variable in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
 
enumClassName - Variable in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
 
enumClassNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
enumConstantNotFound(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries to get a non-existant enum constant from an enum class.
EnumExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a enum expression.
EnumExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EnumExpressionBNF
Creates a new EnumExpressionBNF.
enumInfoRegistry - Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
EnumLiteralBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an enumeration constant expression.
EnumLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EnumLiteralBNF
Creates a new EnumLiteralBNF.
EnumPrimaryBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for an enum primary expression.
EnumPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.EnumPrimaryBNF
Creates a new EnumPrimaryBNF.
enumType - Variable in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Flag used to indicate the state field path expression is actually an enum type.
enumType - Variable in class org.eclipse.persistence.jpa.internal.jpql.StateFieldResolver
Flag used to indicate the state field path expression is actually an enum type.
enumType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Enum.
EnumTypeConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: Object type converter is used to match a fixed number of database data values to a Java enum object value.
EnumTypeConverter(DatabaseMapping, Class, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.EnumTypeConverter
PUBLIC: Creating an enum converter this way will create the conversion values for you using ordinal or name values.
EnumTypeConverter(DatabaseMapping, String, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.EnumTypeConverter
PUBLIC: Creating an enum converter this way will create the conversion values for you using ordinal or name values.
EnumTypeConverter(DatabaseMapping, String) - Constructor for class org.eclipse.persistence.mappings.converters.EnumTypeConverter
PUBLIC: Creating an enum converter this way expects that you will provide the conversion values separately.
EnumTypeInfo - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL: Purpose:A specialized TypeInfo that stores additional information for a Java 5 Enumeration type.
EnumTypeInfo(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
enumValues - Variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
EQ - Static variable in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
EQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
EQ_STR - Static variable in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
equal(byte) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(char) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(double) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(float) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(int) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(long) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is equal to the other value.
equal(Expression) - Method in class org.eclipse.persistence.expressions.Expression
Returns an expression that compares if the receiver's value is equal to the other value.
equal(short) - Method in class org.eclipse.persistence.expressions.Expression
 
equal(boolean) - Method in class org.eclipse.persistence.expressions.Expression
 
Equal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Comparison operators
EQUAL - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for '='.
equal(DataObject, DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
Two DataObjects are equal(Deep) if they are equalShallow, all their compared Properties are equal, and all reachable DataObjects in their graphs excluding containers are equal.
equalityHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
equalNameAndSize(Sequence, Sequence) - Static method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Used in equals.
equalNamespaceResolvers - Variable in class org.eclipse.persistence.oxm.XMLLogin
 
equalOuterJoin(Object) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return an expression representing an outer join comparison
equalOuterJoin(Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return an expression representing an outer join comparison
EqualOuterJoin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
equalOuterJoin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Initialize the outer join operator Note: This is merely a shell which is incomplete, and so will be replaced by the platform's operator when we go to print.
equals(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.LockVersionExtractor
 
equals(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.SubClassOf
 
equals(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
equals(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor.InvalidObject
 
equals(Object) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
equals(ReturningPolicy.Info) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
equals(Object) - Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileSequence
 
equals(Object) - Method in class org.eclipse.persistence.eis.EISSequence
 
equals(Object) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Return if the operator is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.history.AsOfClause
INTERNAL: Return if the as of is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
equals(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
equals(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
equals(Object) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
equals(Object) - Method in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
equals(IType) - Method in interface org.eclipse.persistence.jpa.jpql.spi.IType
Determines whether the given type represents the same Java type thank this one.
equals(Object) - Method in class org.eclipse.persistence.oxm.XMLField
 
equals(Object) - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Two customizers considered equal if they produce the sane customization.
equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer) - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Two customizers considered equal if they produce the sane customization.
equals(Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
Returns true if and only if two Names are equal.
equals(Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns true if and only if two Names are equal.
equals(Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
 
equals(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AbstractViewRow
 
equals(Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowtypeInfo
 
equals(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.SingleColumnViewRow
 
equals(String, Object) - Method in interface org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewRow
 
equals(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewRowFactory
 
equals(Object) - Method in class org.eclipse.persistence.queries.AttributeGroup
 
equals(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if the query is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Return if the query is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return if the query is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Compare if the two results are equal.
equals(ReportQueryResult) - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Used in testing to compare if results are correct.
equals(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
 
equals(Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
Indicates if a given ValueStore is equal to this.
equals(Object) - Method in class org.eclipse.persistence.sdo.SDOProperty
Indicate if a given SDOProperty instance is equal to this instance.
equals(Object) - Method in class org.eclipse.persistence.sdo.SDOSequence.Key
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.NativeSequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.QuerySequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.Sequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.TableSequence
 
equals(Object) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
equals(Object) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
 
equals(CacheKey) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
equalShallow(DataObject, DataObject) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
Two DataObjects are equalShallow if they have the same Type and all their compared Properties are equal.
equalsIgnoreCase(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is equal to the other value, ignoring case.
equalsIgnoreCase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is equal to the other value, ignoring case.
equalStrings(String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
EQUINOX_INITIALIZER_NAME - Static variable in class org.eclipse.persistence.jpa.osgi.PersistenceProvider
 
erase(Object) - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheStore
 
erase(Object) - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheStore
 
erase(Object) - Method in class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheStore
 
eraseAll(Collection) - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheStore
 
eraseAll(Collection) - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheStore
 
eraseAll(Collection) - Method in class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheStore
 
ERROR - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
error(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
 
error(SAXParseException) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.ValidatingMarshalRecordErrorHandler
 
error(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
error(TransformerException) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer.TransformErrorListener
 
error(SAXParseException) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
ERROR_ACCESSING_EXTERNALIZABLEDELEGATOR - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_BEGINNING_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_BINDING_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_BINDING_TO_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_CLOSING_PERSISTENCE_XML - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_COMMITTING_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_CREATE_URL - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
ERROR_CREATING_DATAOBJECT_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_DATAOBJECT_FOR_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_DYNAMICJAXBCONTEXT - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_CREATING_INITIAL_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_JMS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_LOCAL_JMS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_CREATING_OC4J_JGROUPS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_DECRYPTING_PASSWORD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_DEFINING_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DEFINING_TYPE_NO_NAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DESERIALIZE_REMOTE_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_DISCOVERING_IP_ADDRESS - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_DOING_JNDI_LOOKUP - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_ENCRYPTING_PASSWORD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_GETTING_HOST_NAME - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_GETTING_OBJECTNAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_GETTING_SERVERPLATFORM - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_GETTING_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_GETTING_TRANSACTION_STATUS - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_IN_INVOCATION - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
 
ERROR_IN_SESSION_XML - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_IN_SETUP_OF_EM - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
ERROR_INACTIVE_UOW - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_INSTANTIATING_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_INSTANTIATING_CLASS_FOR_QUERY_HINT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ERROR_INSTANTIATING_CONVERSION_VALUE_DATA - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_INSTANTIATING_CONVERSION_VALUE_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_INSTANTIATING_SCHEMA_PLATFORM - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INSTANTIATING_UNMAPPED_CONTENTHANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_JOINING_MULTICAST_GROUP - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_LOOKING_UP_LOCAL_HOST - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_LOOKING_UP_REMOTE_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_MAKING_WLS_REFLECTIVE_CALL - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_MARKING_TRANSACTION_FOR_ROLLBACK - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_NO_ENTITY_TRANSACTION_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_NO_EXTERNAL_TRANSACTION_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_NO_TRANSACTION_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_OBTAINING_CONTEXT_FOR_JNDI - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_OBTAINING_TRANSACTION_MANAGER - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_OCCURED_IN_AMENDMENT_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ERROR_PARSING_MAPPING_FILE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_PERFORMING_WLS_LOOKUP - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PREALLOCATING_SEQUENCE_NUMBERS - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ERROR_PROCESSING_IMPORT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PROCESSING_INCLUDE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PROCESSING_NAMED_QUERY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_PROCESSING_REMOTE_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_PROCESSING_XPATH - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_PROPAGATING_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_READING_BLOB_DATA - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ERROR_RECEIVED_JMS_MESSAGE_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_RECEIVING_ANNOUNCEMENT - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_RECEIVING_JMS_MESSAGE - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_RESOLVING_ENTITY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_RESOLVING_XML_SCHEMA - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_RETRIEVE_DB_METADATA_THROUGH_JDBC_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
ERROR_ROLLING_BACK_TRANSACTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_SENDING_ANNOUNCEMENT - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_SENDING_CONNECTION_SERVICE - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
PUBLIC: Creates a CommunicationException.
ERROR_SENDING_MESSAGE - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
 
ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
ERROR_SETTING_SCHEMAS - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_TRANSACTION_IS_ACTIVE - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ERROR_UNBINDING_LOCAL_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorAccessingExternalizableDelegator(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL:
errorAccessingSetMethodOfEntity(Class, String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
errorBeginningExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorBindingConnection(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorBindingToExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorClosingPersistenceXML(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorCode - Variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
 
errorCommittingExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorCreateURLForFile(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
errorCreatingDataObjectForClass(Exception, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a dataObject with a type with the given interface
errorCreatingDataObjectForType(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a dataObject with a type with the given uri and name
errorCreatingDynamicJAXBContext(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This is a general exception, thrown if a problem was encountered during DynamicJAXBContext creation.
errorCreatingJMSConnection(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingLocalJMSConnection(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingOc4jJGroupsConnection(String, String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorCreatingWLSInitialContext(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorDecryptingPassword(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorDefiningType() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to define a type
errorDefiningTypeNoName() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a type without a name
errorDeserializeRemoteCommand(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorDiscoveringLocalHostIPAddress(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorEncryptingPassword(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorGettingExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorGettingExternalTransactionStatus(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorGettingHostName(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorGettingServerPlatform() - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorGettingWLSObjectName(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorHandler - Variable in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.ValidatingMarshalRecordErrorHandler
 
errorHandler - Variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
errorHandler - Variable in class org.eclipse.persistence.oxm.XMLValidator
 
errorHandler - Variable in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
 
errorHandler - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKParser
 
errorInInvocation(Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
errorInSessionsXML(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: The session named "name" could not be found in the Sessions.XML
errorInSetupOfEM() - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
errorInstantiatedClassForQueryHint(Exception, DatabaseQuery, Class, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
errorInstantiatingClass(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorInstantiatingConversionValueData(String, String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorInstantiatingConversionValueObject(String, String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorInstantiatingSchemaPlatform(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInstantiatingUnmappedContentHandler(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingFromStringMethod(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingWLSMethodReflectively(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorJMSMessageIsNull() - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorJoiningMulticastGroup(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorLookingUpLocalHost(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorLookingUpRemoteConnection(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorMarkingTransactionForRollback(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorObtainingContext(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorObtainingTransactionManager(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorOccuredInAmendmentMethod(Class, String, Exception, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
errorParsingMappingFile(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorPerformingWLSLookup(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when acquiring the SDOHelperContext cache key for WLS.
errorPreallocatingSequenceNumbers() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
errorProcessingImport(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when processing an import during xsdhelper.define
errorProcessingInclude(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when processing an include during xsdhelper.define
errorProcessingNamedQuery(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
errorProcessingRemoteCommand(String, String, String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorProcessingXPath(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception processing an xpath during xmlhelper.load
errorReadingBlobData() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
errorReceivingAnnouncement(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorReceivingJMSMessage(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorResolvingSchema(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
errorResolvingXMLSchema(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorRetrieveDbMetadataThroughJDBCConnection() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
errorRollingBackExternalTransaction(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
errorSendingAnnouncement(Exception) - Static method in exception org.eclipse.persistence.exceptions.DiscoveryException
 
errorSendingConnectionService(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
errorSendingMessage(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
errorSerializeOrDeserialzeCommand(Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorSettingSchemas(Exception, Object[]) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorUnbindingLocalConnection(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
errorUsingPrimaryKey(Object, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ESCAPE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'ESCAPE'.
escape(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Converts the escape characters contained in the given CharSequence to their literal representation.
escape(StringBuffer, String) - Method in class org.eclipse.persistence.logging.XMLLogFormatter
 
escape(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
escape(StringBuffer, String, int) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
escapeCharacter - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
The Expression representing the escape character, which is either a single character or an input parameter.
escapePunctuation(String, boolean) - Static method in class org.eclipse.persistence.tools.dbws.Util
 
escapeQuote(String) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
escapeUnicode(StringBuffer, char) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
evaluate(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.SubClassOf
 
evaluate(DataObject, Map) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathExpression
Execute the xpath expression on the provided dataObject, using the values in the map.
evaluate(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
Evaluate an XPath expression in the specified context and return a List containing any types or DataObjects that match the search criteria.
evaluate(String, DataObject, List) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
Evaluate an XPath expression in the specified context and populate the provided List with any types or DataObjects that match the search criteria.
evaluate(boolean, boolean, int) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
evaluate(SDODataObject) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
Indicate if the query represented by this QueryPart evaluates to true or false when executed on a given DataObject.
evaluateExtracted(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.IsNotNull
 
evaluateExtracted(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory.IsNull
 
EVENT - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
eventCode - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
The code of the descriptor event being raised.
eventCode - Variable in class org.eclipse.persistence.sessions.SessionEvent
The code of the event being raised.
eventHandler - Variable in class org.eclipse.persistence.jaxb.JAXBErrorHandler
 
eventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
eventManager - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
eventMethods - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
eventNames - Static variable in class org.eclipse.persistence.descriptors.DescriptorEvent
Event names for toString()
eventSelectors - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
evict(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets an Object to be invalid in the cache.
EXAMPLE_AND_REFERENCE_OBJECT_CLASS_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
exampleAndReferenceObjectClassMismatch(Class, Class, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
Oct 18, 2000 JED Added this method and exception value
Exception - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object an exception is thrown.
exception - Variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
EXCEPTION_BUILDING_PERSISTENCE_UNIT_NAME - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_CONFIGURING_EM_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EXCEPTION_CREATING_ARCHIVE_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_CREATING_DOCUMENT_BUILDER - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_CREATING_SAX_PARSER - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_CREATING_XML_READER - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_DURING_NAME_TRANSFORMATION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_HANDLER_CLASS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.exception-handler" property allows an ExceptionHandler to be specified.
EXCEPTION_IN_PROXY_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
EXCEPTION_IN_SETUP_OF_EM - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
EXCEPTION_LOADING_CLASS - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_DIRECTORY - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_JAR - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_FROM_URL - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_LOADING_VALIDATION_GROUP_CLASS - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_NO_SOURCE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_NO_TARGET_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_OBTAINING_REQUIRED_BEAN_VALIDATOR_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_OPEN_LOGGING_FILE - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_OPENING_ORM_XML - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_OPENNING_ARCHIVE - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_PROCESSING_PERSISTENCE_UNIT - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_PROCESSING_PERSISTENCE_XML - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_READING_XML_DOCUMENT - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_SEARCHING_FOR_ENTITIES - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_SEARCHING_FOR_PERSISTENCE_RESOURCES - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
EXCEPTION_SETTING_SCHEMA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.XMLParseException
 
EXCEPTION_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
EXCEPTION_WEAVING - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_WHILE_READING_MAP_KEY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
EXCEPTION_WHILE_USING_CONSTRUCTOR_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
EXCEPTION_WITH_NAME_TRANSFORMER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
exceptionConfiguringEMFactory(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
exceptionCreatingArchiveFactory(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionCreatingDocumentBuilder(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionCreatingSAXParser(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionCreatingXMLReader(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionDuringNameTransformation(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred during transformation to an xml name
ExceptionHandler - Interface in org.eclipse.persistence.exceptions
Exception handler can catch errors that occur on queries or during database access.
exceptionInSetupOfEM(Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
exceptionList - Variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
exceptionLoadingClassWhileInitializingValidationGroups(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingClassWhileLookingForAnnotations(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromDirectory(File, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromJar(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingFromUrl(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionLoadingORMXML(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
ExceptionMessageGenerator - Class in oracle.eclipselink.coherence.exceptions
Builds translated message for Exceptions
ExceptionMessageGenerator() - Constructor for class oracle.eclipselink.coherence.exceptions.ExceptionMessageGenerator
 
ExceptionMessageGenerator - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: Utility class to generate exception messages using ResourceBundles.
ExceptionMessageGenerator() - Constructor for class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
 
exceptionObtainingRequiredBeanValidatorFactory(Throwable) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionOpeningArchive(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
exceptionPerformWeaving(Exception, Object) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
exceptionProcessingPersistenceUnit(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionProcessingPersistenceXML(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionReadingXMLDocument(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
ExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EclipseLinkException messages.
ExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ExceptionResource
 
exceptionSearchingForEntities(URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionSearchingForPersistenceResources(ClassLoader, Exception) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
exceptionSettingSchemaSource(URL, URL, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL:
exceptionStore - Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
Stores any exceptions that occurred to provide all the exceptions up front if the load fails.
exceptionWhileReadingMapKey(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
exceptionWhileUsingConstructorExpression(Exception, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
An exception was throwing while using a ReportQuery with a constructor expession
exceptionWithNameTransformerClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get a new instance of the transformer class.
EXCESSIVE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
excessivePrimaryKeyJoinColumnsSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
EXCLUDE_ECLIPSELINK_ORM_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.exclude-eclipselink-orm" property configures the exclusion of an EclipseLink ORM mapping file for a specific persistence unit.
excludeDefaultListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
excludeDefaultListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
ExcludeDefaultMappings - Annotation Type in org.eclipse.persistence.annotations
Specifies default mappings (those that are not explicitly decorated in XML or using annotations)should be omitted.
excludeDefaultPrimitiveValues() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Ignores attributes set to the default value for their primitive type.
excludeSuperclassListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
excludeSuperclassListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
excludeValue(byte) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(char) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(double) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(float) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(int) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to be an excluded value will be ignored in a Query By Example.
excludeValue(long) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(short) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
excludeValue(boolean) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: An attribute in the example object set to an excluded value will be ignored in a Query By Example.
EXCLUSIVE_CONNECTION - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.exclusive-connection" Configures the query to use the exclusive (transactional/write) connection.
EXCLUSIVE_CONNECTION_IS_LAZY - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Determines when write connection is acquired lazily.
EXCLUSIVE_CONNECTION_IS_LAZY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.exclusive-connection.is-lazy" property specifies when write connection is acquired lazily.
EXCLUSIVE_CONNECTION_MODE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Determines when reads are performed through the write connection.
EXCLUSIVE_CONNECTION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.exclusive-connection.mode" property specifies when reads are performed through the write connection.
EXCLUSIVE_CONNECTION_NO_LONGER_AVAILABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ExclusiveConnectionMode - Class in org.eclipse.persistence.config
This property could be specified while creating either EntityManagerFactory (createEntityManagerFactory or persistence.xml) or EntityManager (createEntityManager); the latter overrides the former.
ExclusiveConnectionMode() - Constructor for class org.eclipse.persistence.config.ExclusiveConnectionMode
 
exclusiveMode - Variable in class org.eclipse.persistence.sessions.server.ConnectionPolicy
This attribute is used by the ServerSession to determine if a client session with an exclusive connection should be built and how the exclusive connection should be used.
excusiveConnectionIsNoLongerAvailable(DatabaseQuery, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
execute() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
INTERNAL: Execute the cursored select and build the stream.
execute() - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Execute the cursored select and build the stream.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query.
execute(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Execute the query.
execute() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
INTERNAL: Execute the cursored select and build the stream.
execute() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Execute ant task.
executeBatch(Statement, boolean) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
executeBatch(Statement, boolean) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Internal: This gets called on each batch statement execution 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).
executeBatch(Statement, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
Internal: This gets called on each batch statement execution 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).
executeBatch(Statement, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: This gets called on each batch statement execution 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).
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeBatchQuery(DatabaseQuery, CacheKey, Map, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Prepare and execute the batch query and store the results for each source object in a map keyed by the mappings source keys of the source objects.
executeCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Avoid super to have logging occur after possible manual auto-commit.
executeCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Execute the call on the correct connection accessor.
executeCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Execute the call on the correct connection accessor.
executeCommit() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Perform an insert.
executeCommit() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Perform an update.
executeCommit() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Perform a does exist check to decide whether to perform an insert or update and delegate the work to the mechanism.
executeCommitWithChangeSet() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Perform an insert.
executeCommitWithChangeSet() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Perform an update.
executeCommitWithChangeSet() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Perform a does exist check to decide whether to perform an insert or update and delegate the work to the mechanism.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Execute the query
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DataModifyQuery
INTERNAL: Perform the work to execute the SQL call.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Execute the query.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Perform the work to delete a collection of objects.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Perform the work to delete an object.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return if the object exists on the database.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Executes the prepared query on the datastore.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Execute the query.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: Executes the prepared query on the datastore.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL: Issue the SQL to the database and then merge into the cache.
executeDatabaseQuery() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Perform a does exist check to decide whether to perform an insert or update and delegate the work to the mechanism.
executeDeleteAll(AbstractSession, AbstractRecord, Vector) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Delete all queries are executed specially to avoid cloning and ensure preparing.
executeEvent(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Execute the given selector with the event as argument.
executeEvent(int, ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Execute a descriptor event for the specified event code.
executeEvent(int, ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Execute a descriptor event for the specified event code.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Override query execution where Session is a UnitOfWork.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: This method has to be broken.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL: Override query execution where Session is a UnitOfWork.
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: All have done is move code from UnitOfWork.internalExecuteQuery
executeInUnitOfWork(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Execute the query in the unit of work.
executeInUnitOfWorkObjectLevelModifyQuery(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Code was moved from UnitOfWork.internalExecuteQuery
executeInUnitOfWorkObjectLevelModifyQuery(UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: This code was moved from UnitOfWork.internalExecuteQuery.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
A remote query after serialization is executed locally.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeNonCursor() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: The results are *not* in a cursor, build the collection.
executeNonSelectingCall(Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the call on the database.
executeNonSelectingSQL(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the non-selecting (update/DML) SQL string.
executeObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Executes the prepared query on the datastore.
executeObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query.
executeObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Execute the query.
executeObjectLevelReadQueryFromResultSet() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Executes the prepared query on the datastore.
executeObjectLevelReadQueryFromResultSet() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query building the objects directly from the database result-set.
executeObjectLevelReadQueryFromResultSet() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Execute the query building the objects directly from the database result-set.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
executeQuery(String) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Vector) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Vector) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
Execute the database query.
executeQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Execute the database query.
executeQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Execute the database query.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
executeQuery(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To execute remote query on the server side.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To execute remote query on the server side.
executeQuery(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
A remote query after serialization is executed locally.
executeQuery(DatabaseQuery, List) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return the results from executing the database query.
executeQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the database query.
executeQuery(DatabaseQuery, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the results from executing the database query.
executeSelectingCall(Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the call on the database and return the result.
executeSQL(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the selecting SQL string.
executeStoredProcedure(DatabaseCall, PreparedStatement, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
because each platform has different requirements for accessing stored procedures and the way that we can combine resultsets and output params the stored procedure call is being executed on the platform.
executeStoredProcedure(DatabaseCall, PreparedStatement, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
because each platform has different requirements for accessing stored procedures and the way that we can combine resultsets and output params the stored procedure call is being executed on the platform.
executeWithSession(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.Command
INTERNAL: If the CommandProcessor is a EclipseLink session then this method will get executed.
executeWithSession(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
INTERNAL: This method will be invoked by the RCM only when the CommandProcessor is a TopLink session.
executionSession - Variable in class org.eclipse.persistence.queries.Cursor
The root session that executed the call for the query.
executionSession - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Only used after the query is cloned for execution to store the execution session under which the query was executed.
executionTime - Variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
Used to set the read time on objects that use this query.
ExistenceChecking - Annotation Type in org.eclipse.persistence.annotations
The ExistenceChecking annotation is used to specify the type of checking EclipseLink should use when determining if an entity is new or existing.
existencePolicy - Variable in class org.eclipse.persistence.queries.DoesExistQuery
Flag to determine existence check policy.
ExistenceType - Enum in org.eclipse.persistence.annotations
An enum that is used within the ExistenceChecking annotation.
ExistenceType() - Constructor for enum org.eclipse.persistence.annotations.ExistenceType
 
EXISTING_QUERY_TYPE_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
existingDirectoryFromPrompt() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
existingQueryTypeConflict(DatabaseQuery, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
exists(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a sub query expression.
Exists - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
exists() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the EXISTS operator.
EXISTS - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'EXISTS'.
ExistsExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
An EXISTS expression is a predicate that is true only if the result of the subquery consists of one or more values and that is false otherwise.
ExistsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExistsExpression
Creates a new ExistsExpression.
ExistsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
ExistsExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the exists expression.
ExistsExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExistsExpressionBNF
Creates a new ExistsExpressionBNF.
ExistsExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExistsExpressionFactory creates a new ExistsExpression when the portion of the query to parse starts with EXISTS.
ExistsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExistsExpressionFactory
Creates a new ExistsExpressionFactory.
existsExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
existsNode(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, gets the number of nodes returned by the given xpath expression returns 0 if there are none
ExistsNode - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
existsNode() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the existsNode expression operator
exp(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Exp - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
exp() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
EXPECTED_CONTENT_TYPES - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
EXPECTED_CONTENT_TYPES_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
EXPECTED_PROXY_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
expectedCharFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedCharFound(String, int, int, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedOrderableOrderByItem - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedOrderableOrderByItem(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
expectedProxyPropertyNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Proxy property corresponding to the specified proxy type was not found.
expiryTime - Variable in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
 
Expression - Class in org.eclipse.persistence.expressions
Purpose: Define an object-level representation of a database query where clause.
Expression() - Constructor for class org.eclipse.persistence.expressions.Expression
Base Expression Constructor.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.CollectionExpressionVisitor
The CollectionExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.NullExpressionVisitor
true if the visited expression is NullExpression.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.RangeVariableDeclarationVisitor
The RangeVariableDeclaration if it was visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ResultVariableVisitor
The ResultVariable if it was visited otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SubqueryVisitor
The subquery Expression if it's the first clause visitor.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
The Expression that is either not following the BNF grammar or that has semantic problems.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.ComparisonExpressionVisitor
The ComparisonExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.FuncExpressionFinder
The FunctionExpression if it is a parent of the Expression being visited.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext.QueryExpressionVisitor
The Expression that is the beginning of a query.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.ParameterTypeVisitor
The Expression that will help to determine the type of the input parameter.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
The sub-expression encapsulated within parenthesis.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
The Expression representing the arithmetic primary.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
 
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
The Expression to be tested for an inclusive range of values.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
The Expression that represents the collection-valued path expression.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression.StateFieldPathToCollectionValuedPathConverter
 
Expression - Interface in org.eclipse.persistence.jpa.internal.jpql.parser
This is the root interface of the Java Persistence query parsed tree.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.FullyQualifyPathExpressionVisitor.GeneralIdentificationVariableVisitor
The Expression that was visited, which is a general identification variable but is not a identification variable, it's either a map value, map key or map value expression.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
The expression before the 'IN' identifier used for identification.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpression
The expression being negated by this expression.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
The expression tested for being null or not.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
The Expression representing the order by expression.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.QueryPosition
The deepest child Expression where the position of the cursor is.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder.CollectionExpressionVisitor
The CollectionExpression that was visited, otherwise null.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator.CollectionValuedPathExpressionVisitor
The CollectionValuedPathExpression if it is the Expression that was visited.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator.StateFieldPathExpressionVisitor
The StateFieldPathExpression that was visited; null if he was not.
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator.UpdateClauseAbstractSchemaNameFinder
 
expression - Variable in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator.VirtualIdentificationVariableFinder
The IdentificationVariable used to define the abstract schema name from either the UPDATE or DELETE clause.
expression - Variable in class org.eclipse.persistence.sdo.helper.extension.XPathExpression
 
EXPRESSION_DOES_NOT_SUPPORT_PARTIAL_ATTRIBUTE_READING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ExpressionBuilder - Class in org.eclipse.persistence.expressions
Purpose: Allow for instances of expression to be created.
ExpressionBuilder() - Constructor for class org.eclipse.persistence.expressions.ExpressionBuilder
PUBLIC: Create a new ExpressionBuilder.
ExpressionBuilder(Class) - Constructor for class org.eclipse.persistence.expressions.ExpressionBuilder
ADVANCED: Create a new ExpressionBuilder representing instances of the argument class.
expressionCache - Static variable in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
expressionDoesNotSupportPartialAttributeReading(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
expressionFactories - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionRegistry
The map of ExpressionFactories that have been registered and required for parsing a JPQL query, they are mapped with their unique identifier.
expressionFactories - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
The list of identifiers that are part of the this BNF rule.
expressionFactory(String) - Static method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Retrieves the registered ExpressionFactory that was registered for the given unique identifier.
ExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
An ExpressionFactory is responsible to parse a portion of JPQL query that starts with one of the factory's identifiers.
ExpressionFactory(String, String...) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
Creates a new ExpressionFactory.
expressionFactory(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionRegistry
Retrieves the registered ExpressionFactory that was registered for the given unique identifier.
expressionFactory(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Retrieves the ExpressionFactory that is associated with the given identifier, if the given string is indeed a JPQL identifier.
expressionFactoryForIdentifier(String) - Static method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Retrieves the registered ExpressionFactory that was registered for the given unique identifier.
expressionFactoryForIdentifier(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionRegistry
Retrieves the ExpressionFactory that is responsible for creating the Expression object that represents the given JPQL identifier.
expressionFactoryIds() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Returns the unique identifiers of the expression factories handled by this BNF rule.
expressionFor(Expression) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base.
expressionFor(Expression, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base and a single argument.
expressionForArguments(Expression, Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base and arguments.
expressionForWithBaseLast(Expression, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an expression for this operator, using the given base and a single argument.
expressionInvalidKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns
ExpressionMath - Class in org.eclipse.persistence.expressions
Purpose: This class mirrors the java.lang.Math class to allow mathimetical function support within expressions.
ExpressionMath() - Constructor for class org.eclipse.persistence.expressions.ExpressionMath
 
expressionMissingKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractSingleEncapsulatedExpressionHelper
Returns
expressionNotSupported - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
expressionNotSupported(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
ExpressionOperator - Class in org.eclipse.persistence.expressions
Purpose: ADVANCED: The expression operator is used internally to define SQL operations and functions.
ExpressionOperator() - Constructor for class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Create a new operator.
ExpressionOperator(int, Vector) - Constructor for class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Create a new operator with the given name(s) and strings to print.
ExpressionRegistry - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This registry initializes the singleton instances of various API required for parsing a JPQL query.
ExpressionRegistry() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionRegistry
Creates the only instance of ExpressionRegistry.
expressions - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.ChildrenCollectorVisitor
The unique Expression that was visited or the CollectionExpression's children.
expressions - Variable in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator.ItemExpression
 
ExpressionTools - Class in org.eclipse.persistence.jpa.jpql
A utility class containing various methods related to the Hermes parser.
ExpressionTools() - Constructor for class org.eclipse.persistence.jpa.jpql.ExpressionTools
ExpressionTools cannot be instantiated.
expressionTypeVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
expressionValidator(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator
 
ExpressionVisitor - Interface in org.eclipse.persistence.jpa.internal.jpql.parser
The interface is used to traverse the JPQL parsed tree.
ExpressionVisitorWrapper - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ExpressionVisitor wraps another ExpressionVisitor and delegates all its calls to it (the delegate).
ExpressionVisitorWrapper() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionVisitorWrapper
Creates a new ExpressionVisitorWrapper.
ExpressionVisitorWrapper(ExpressionVisitor) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionVisitorWrapper
Creates a new ExpressionVisitorWrapper.
extendPessimisticLockScope - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
extendPessimisticLockScope() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Extends pessimistic lock scope.
extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Called if shouldExtendPessimisticLockScopeInSourceQuery is true.
extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Called only if both shouldExtendPessimisticLockScope and shouldExtendPessimisticLockScopeInSourceQuery are true.
extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Called only if both shouldExtendPessimisticLockScope and shouldExtendPessimisticLockScopeInSourceQuery are true.
extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Called if shouldExtendPessimisticLockScopeInTargetQuery() is true.
extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Adds locking clause to the target query to extend pessimistic lock scope.
extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Adds locking clause to the target query to extend pessimistic lock scope.
EXTERNAL_BINDINGS_KEY - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
ExternalConnectionPool - Class in org.eclipse.persistence.sessions.server
Purpose: This subclass is intended to be used with external connection pools.
ExternalConnectionPool() - Constructor for class org.eclipse.persistence.sessions.server.ExternalConnectionPool
PUBLIC: Build a new external connection pool.
ExternalConnectionPool(String, Login, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ExternalConnectionPool
PUBLIC: Build a new external connection pool.
ExternalTransactionController - Interface in org.eclipse.persistence.sessions
Purpose: Interface for external transaction management.
externalTransactionControllerClass - Variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
externalTransactionControllerClass: This is a user-specifiable class defining the class of external transaction controller to be set into the DatabaseSession
externalTransactionControllerNotNullWarning() - Method in class org.eclipse.persistence.platform.server.CustomServerPlatform
INTERNAL: externalTransactionControllerNotNullWarning(): When the external transaction controller is being initialized, we warn the developer if they have already defined the external transaction controller in some way other than subclassing ServerPlatformBase.
externalTransactionControllerNotNullWarning() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: externalTransactionControllerNotNullWarning(): When the external transaction controller is being initialized, we warn the developer if they have already defined the external transaction controller in some way other than subclassing ServerPlatformBase.
externalTransactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
extract(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.LockVersionExtractor
 
extract(Object) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
extract(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, extracts a secton of XML from a larget XML document
Extract - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
extract() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the extract expression operator
extract(Any) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
extract(Any) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Extract the primary key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Extract the primary key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Extract the batch key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Extract the primary key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
Extract the key field values from the specified row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Extract the foreign key value from the source row.
extractBatchKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Extract the foreign key value from the source row.
extractClassFromRow(Record, Session) - Method in class org.eclipse.persistence.descriptors.ClassExtractor
Extract/compute the class from the database row and return the class.
extractClassFromRow(Record, Session) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
INTERNAL Extract/compute the class from the database row and return the class.
extractDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: The first table in the tables is always treated as default.
extractDefaultTable() - Method in class org.eclipse.persistence.eis.EISDescriptor
Aggregates use a dummy table as default.
extractDefaultTable() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Aggregates use a dummy table as default.
extractDefaultTable() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Aggregates use a dummy table as default.
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query.
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query.
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query
extractIdentityFieldsForQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Extract the fields for the Map key from the object to use in a query
extractKeyFromReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Extract the key value from the reference object.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Extract the source primary key value from the target row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Extract the source primary key value from the target row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Extract the source primary key value from the reference direct row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Extract the source primary key value from the relation row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Extract the source primary key value from the target row.
extractKeyFromTargetRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Extract the source primary key value from the relation row.
extractKeyRowFromReferenceObject(Object, AbstractSession, XMLRecord) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Build and return a database row that contains a foreign key for the specified reference object.
extractNestedExpressions(List<Expression>, ExpressionBuilder, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Extract the nested attribute expressions that apply to this mapping.
extractor - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.ElementCollectionUpdateProcessor
 
extractor - Variable in class oracle.eclipselink.coherence.integrated.internal.cache.RelationshipUpdateProcessor
 
ExtractorSerializer - Class in oracle.eclipselink.coherence.integrated.cache
Purpose: This class is used to provide serialization support for the Entity Wrappers within Coherence when wish to access the Coherence Caches directly.
ExtractorSerializer() - Constructor for class oracle.eclipselink.coherence.integrated.cache.ExtractorSerializer
 
ExtractorSerializer(ClassLoader) - Constructor for class oracle.eclipselink.coherence.integrated.cache.ExtractorSerializer
 
extractPartitionValueForPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
INTERNAL: If persist should be partitioned, extra value from object.
extractPrimaryKeyFields(boolean, ClassDescriptor, Set<DatabaseField>) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return if the expression is not a valid primary key expression and add all primary key fields to the set.
extractPrimaryKeyRowForSourceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeysForReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Return the primary key for the reference object (i.e. the object object referenced by domainObject and specified by mapping).
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return the primary key for the reference object (i.e. the object object referenced by domainObject and specified by mapping).
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the primary key for the reference object (i.e. the object object referenced by domainObject and specified by mapping).
extractPrimaryKeysFromRealReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeyValues(boolean, ClassDescriptor, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Extract the primary key from the expression into the row.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Extract the correct query result from the transporter.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Extract the correct query result from the transporter.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Extract the correct query result from the transporter.
extractRemoteResult(Transporter) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Extract the correct query result from the transporter.
extractResultFromBatchQuery(ReadQuery, CacheKey, AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Extract the value from the batch optimized query, this should be supported by most query types.
extractResultFromBatchQuery(ReadQuery, CacheKey, AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Extract the value from the batch optimized query, this should be supported by most query types.
extractSourceKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Extract the source primary key value from the target row.
extractValue(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, extracts a value from an XMLType field
ExtractValue - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
extractValue() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the extractValue expression operator

F

f - Variable in class org.eclipse.persistence.tools.dbws.JarArchiver
 
factory - Static variable in class oracle.eclipselink.coherence.integrated.internal.querying.FilterFactoryResolver
 
FACTORY_CLASS_WITHOUT_FACTORY_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
FACTORY_METHOD_NOT_DECLARED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
FACTORY_METHOD_OR_ZERO_ARG_CONST_REQ - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryClass - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
 
factoryClassWithoutFactoryMethod(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
 
factoryMethodName - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
factoryMethodNotDeclared(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethodOrConstructorRequired(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethodParamTypes - Variable in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
factoryMethods - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
FAILED_TO_CREATE_INSTANCE_OF_WRAPPER - Static variable in exception oracle.eclipselink.coherence.exceptions.IntegrationException
 
FAILED_TO_INSTANTIATE_LOGGER - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_INSTANTIATE_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_INSTANTIATE_SERVER_PLATFORM - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_LOAD_PROJECT_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
FAILED_TO_LOAD_WRAPPER_CLASS - Static variable in exception oracle.eclipselink.coherence.exceptions.IntegrationException
 
FAILED_WHILE_PROCESSING_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToCreateWrapperInstance(String, Exception) - Static method in exception oracle.eclipselink.coherence.exceptions.IntegrationException
 
failedToInstantiateLogger(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToInstantiateProperty(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToInstantiateServerPlatform(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failedToLoadProjectClass(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToLoadProjectXml(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToLoadTag(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToLoadWrapperClass(String, Exception) - Static method in exception oracle.eclipselink.coherence.exceptions.IntegrationException
 
failedToParseXML(String, int, int, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedToParseXML(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
failedWhileProcessingProperty(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
failover() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: The connection pool is dead fail over to the fail-over pool.
FAILOVER_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
failoverConnectionPools - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
failoverFailed(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
FALSE - Static variable in class org.eclipse.persistence.config.HintValues
 
FALSE - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'FALSE'.
FAST_TABLE_CREATOR - Static variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Allow table creator to occur "fast" by just deleting all the rows.
FATAL_ERROR_OCCURRED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
 
fatalError(String, Object) - Method in class org.eclipse.persistence.jpa.osgi.EMFServiceProxyHandler
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.ValidatingMarshalRecordErrorHandler
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
fatalError(TransformerException) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer.TransformErrorListener
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
fatalErrorOccurred(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
FAULT_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
FEATURE_NOT_SUPPORTED_IN_JDK_VERSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
featureIsNotAvailableInRunningJDKVersion(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.join-fetch" Configures the query to optimize the retrieval of the related objects, the related objects will be joined into the query instead of being queried independently.
FETCH - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
A constant for 'FETCH'.
fetch(String, MethodFilter) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
FETCH_FORWARD - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The rows in a result set will be processed in a forward direction; first-to-last.
FETCH_GROUP - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group" Configures the query to use the fetch group object.
FETCH_GROUP_ATTRIBUTE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.attribute" Configures the query to use a dynamic fetch group that includes a list of attributes.
FETCH_GROUP_ATTRIBUTE_NOT_MAPPED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
FETCH_GROUP_DEFAULT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.default" Configures the query not to use the default fetch group.
FETCH_GROUP_HAS_UNMAPPED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH_GROUP_HAS_WRONG_REFERENCE_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH_GROUP_HAS_WRONG_REFERENCE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FETCH_GROUP_LOAD - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.load" Configures a dynamic fetch group to load (default) or not to load its attributes.
FETCH_GROUP_NAME - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.name" Configures the query to use a named fetch group defined for the result class.
FETCH_GROUP_NOT_SUPPORT_ON_PARTIAL_ATTRIBUTE_READING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
FETCH_GROUP_NOT_SUPPORT_ON_REPORT_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
FETCH_REVERSE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The rows in a result set will be processed in a reverse direction; last-to-first.
FETCH_UNKNOWN - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The order in which rows in a result set will be processed is unknown.
FetchAttribute - Annotation Type in org.eclipse.persistence.annotations
A fetch attribute is specified within a fetch group and is used as a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
fetchedAttributes - Static variable in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
FetchGroup - Annotation Type in org.eclipse.persistence.annotations
A fetch group is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
FetchGroup - Class in org.eclipse.persistence.queries
A FetchGroup is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
FetchGroup() - Constructor for class org.eclipse.persistence.queries.FetchGroup
 
FetchGroup(String) - Constructor for class org.eclipse.persistence.queries.FetchGroup
 
fetchGroup - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
FetchGroup specified on this query.
FETCHGROUP_VALID_ONLY_IF_FETCHGROUP_MANAGER_IN_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupAttributeNotMapped(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupHasUnmappedAttribute(FetchGroup, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Fetch group has an attribute that doesn't have corresponding mapping.
fetchGroupHasWrongReferenceAttribute(FetchGroup, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Fetch group has an attribute that references nested fetch group but the corresponding mapping is either not ForeignReferenceMapping or does not have reference descriptor.
fetchGroupHasWrongReferenceClass(FetchGroup, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Fetch group has an attribute that references nested fetch group but target class does not support fetch groups..
fetchGroupManager - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
FetchGroupManager - Class in org.eclipse.persistence.descriptors
Purpose: The fetch group manager controls the named fetch groups defined at the descriptor level.
FetchGroupManager() - Constructor for class org.eclipse.persistence.descriptors.FetchGroupManager
Constructor
FetchGroupMonitor - Class in org.eclipse.persistence.tools.profiler
Purpose: Provide a very simple low overhead means for measuring fetch group field usage.
FetchGroupMonitor() - Constructor for class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
fetchGroupName - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Name of FetchGroup stored in the FetchGroupManager of the reference class' descriptor or any of its parent descriptors.
fetchGroupNotDefinedInDescriptor(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupNotSupportOnPartialAttributeReading() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchGroupNotSupportOnReportQuery() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
FetchGroups - Annotation Type in org.eclipse.persistence.annotations
A FetchGroups annotation allows the definition of multiple FetchGroup.
fetchGroups - Variable in class org.eclipse.persistence.descriptors.FetchGroupManager
 
FetchGroupTracker - Interface in org.eclipse.persistence.queries
Purpose: The fetch group tracker interface provides a set of APIs which the domain object must implement, in order to take advantage of the EclipseLink fetch group performance enhancement feature.
fetchGroupValidOnlyIfFetchGroupManagerInDescriptor(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
fetchSize - Variable in class org.eclipse.persistence.queries.ReadQuery
Used to set statement fetch size
field - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The aggregate objects are stored in a single field.
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
This is the field holding the nested collection.
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
The aggregate object is stored in a single field.
field - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
DatabaseField which this mapping represents.
field - Variable in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
 
field - Variable in class org.eclipse.persistence.mappings.structures.NestedTableMapping
A ref is always stored in a single field.
field - Variable in class org.eclipse.persistence.mappings.structures.ReferenceMapping
A ref is always stored in a single field.
field - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
field - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
field - Variable in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
field - Variable in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
FIELD_IS_NOT_PRESENT_IN_DATABASE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_LEVEL_LOCKING_NOTSUPPORTED_OUTSIDE_A_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FIELD_NAME_NOT_SET_IN_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_TRANSFORMER_CLASS_INVALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
FIELD_TYPE_DEFINITION_BLOB - Static variable in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
FIELD_TYPE_DEFINITION_CLOB - Static variable in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
fieldCharacterSetName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldClassification - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
fieldClassificationClassName - Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
 
fieldClassificationName - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
fieldDataLength - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldDataLevel - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldDataPrecision - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldDataScale - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
FieldDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a database field definition for creation within a table.
FieldDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class, int) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, Class, int, int) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldDefinition(String, String) - Constructor for class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
FieldInfo - Class in org.eclipse.persistence.platform.database.oracle.publisher.viewcache
 
FieldInfo(AllTypeAttrs) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
FieldInfo(UserArguments) - Constructor for class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldIsNotFromDescriptor(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
fieldIsNotPresentInDatabase(ClassDescriptor, String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldLevelLockingNotSupportedWithoutUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
fieldMap - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Used to track the field definition: keyed by the database field object, and valued by the field definition.
fieldMethodName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldMethodNo - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldName - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
fieldName - Variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
fieldName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldNameNotSetInMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldNo - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldPackageName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
FieldPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: FieldPartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.
FieldPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
 
FieldPartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
 
FieldPartitioningPolicy(String, boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
 
FieldResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the FieldResult structure as defined by the EJB 3.0 Persistence specification.
FieldResult(String, String) - Constructor for class org.eclipse.persistence.queries.FieldResult
 
FieldResult(String, DatabaseField) - Constructor for class org.eclipse.persistence.queries.FieldResult
 
fieldResults - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the list of FieldResult
fieldResults - Variable in class org.eclipse.persistence.queries.FieldResult
FieldResult now can contain multiple FieldResults in a collection if an attribute has multiple fields
fields - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
fields - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Fields associated with the mappings are cached
fields - Variable in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
fields - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
fields - Variable in class org.eclipse.persistence.queries.Cursor
The fields expected in the result set.
fields - Variable in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
fields - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
fields - Variable in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
 
fieldSequence - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
FieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An abstract superclass of some implementations of the OptimisticLockingPolicy interface.
FieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.FieldsLockingPolicy
PUBLIC: Create a new field locking policy.
fieldsNotFromDescriptor_DefaultTable - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
contains all default table the returning fields that are either unmapped or mapped supplied with types.
fieldsNotFromDescriptor_OtherTables - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
contains all the other tables returning fields that are either unmapped or mapped supplied with types.
fieldsToConverters - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
fieldsToConverters - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
fieldToAttributeValues - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
fieldToClassMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
fieldToClassMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
fieldToClassNameMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
fieldToClassNameMappings - Variable in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
fieldToTransformers - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
The TransformerClassNames are converted into instances of FieldTransformer
fieldTransformationMethod - Variable in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
fieldTransformations - Variable in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
Stores field name and the class name of a FieldTransformer in a vector to preserve order
FieldTransformer - Interface in org.eclipse.persistence.mappings.transformers
PUBLIC: This interface is used by the Transformation Mapping to build the value for a specific field.
FieldTransformerAdapter - Class in org.eclipse.persistence.mappings.transformers
Purpose: Provides an empty implementation of FieldTransformer.
FieldTransformerAdapter() - Constructor for class org.eclipse.persistence.mappings.transformers.FieldTransformerAdapter
 
fieldTransformerClassInvalid(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldTransformerClassNotFound(String, AbstractTransformationMapping, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldTypeMod - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldTypeName - Variable in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
fieldTypeName - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldTypeOwner - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
fieldTypeSubname - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
FILE_ERROR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FILE_NAME - Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
XML file interaction spec properties.
FILE_PATH_MISSING_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
FileCodeWriter - Class in org.eclipse.persistence.sdo.helper
Purpose:Used in conjunction with SDOClassGenerator.
FileCodeWriter() - Constructor for class org.eclipse.persistence.sdo.helper.FileCodeWriter
 
fileError(IOException) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
fileManager - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
fileName - Variable in class org.eclipse.persistence.logging.DefaultSessionLog
The filename associated with this DefaultSessionLog, if it is being written out to a file
filePathMissingException(String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
FileUtil - Class in org.eclipse.persistence.tools.file
INTERNAL: Purpose: Provide common file I/O utilities
FileUtil() - Constructor for class org.eclipse.persistence.tools.file.FileUtil
 
filter(Expression, Object, SpatialParameters) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
PUBLIC: Return an Expression for the MDSYS.SDO_FILTER Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes SpatialParameters parameters = new SpatialParameters(); parameters.setQueryType(QueryType.WINDOW); Expression selectCriteria = SpatialExpressions.filter(jGeometry1, jGeometry2, parameters);
filter - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FilteringMappingCollector
The Filter used to filter out either the collection type properties or the non- collection type properties.
filter - Variable in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.MappingFilterBuilder
The Filter that will filter the various type of IMappings based on the location of the of the path expression within the JPQL query.
Filter<T> - Interface in org.eclipse.persistence.jpa.internal.jpql.util
A filter is used to determine if a value can be "accepted" or "rejected".
filter1 - Variable in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
The first Filter used to accept the value.
filter2 - Variable in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
The second Filter used to accept the value.
FILTER_EXTRACTOR - Variable in class oracle.eclipselink.coherence.integrated.cache.ExtractorSerializer
 
FILTER_FACTORY_CLASS_NAME - Static variable in class oracle.eclipselink.coherence.IntegrationProperties
This is the property name that is used to specify a specific FilterFactory implementation to be used to translate EclipseLink queries to Coherence Filters.
FilterExtractor - Class in oracle.eclipselink.coherence.integrated.internal.querying
This class will be used by the filters to extract values from the objects stored in the caches.
FilterExtractor(DatabaseMapping) - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
FilterExtractor(AttributeAccessor) - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
FilterExtractor.InvalidObject - Class in oracle.eclipselink.coherence.integrated.internal.querying
 
FilterExtractor.InvalidObject() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor.InvalidObject
 
filterFactory - Variable in class oracle.eclipselink.coherence.integrated.internal.querying.CoherenceRedirector
 
FilterFactory - Interface in oracle.eclipselink.coherence.integrated.querying
Purpose: This interface provides the template for implementations of a Filter Factory.
FilterFactoryResolver - Class in oracle.eclipselink.coherence.integrated.internal.querying
This class is used to create the configured FilterFactory implementation.
FilterFactoryResolver() - Constructor for class oracle.eclipselink.coherence.integrated.internal.querying.FilterFactoryResolver
 
FINAL_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
finalException(Vector) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
finalize() - Method in class org.eclipse.persistence.queries.Cursor
Close in case not closed.
finalize() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Close the schema writer when the schema manger is garbage collected
finalized - Variable in class org.eclipse.persistence.sdo.SDOProperty
 
finalized - Variable in class org.eclipse.persistence.sdo.SDOType
 
finalizeProperties() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Perform any final generation and/or validation operations on TypeInfo properties.
finalProp - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.AllTypes
 
findAbstractSchemaName(UpdateItem) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
FINDALL_QUERYNAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
findAndProcessObjectFactory(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
findAndProcessObjectFactory(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
findChildNode(XSDElement, String) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
This convenience method will iterate through a parent element's children and return the node corresponding to 'nodeName'.
findClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Create a new dynamic class if a ClassWriter is registered for the provided className.
findExpressionPosition(CollectionExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
findFallBackExpressionFactory(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
 
findFiles(String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
findFilesHelper(File, String[], Vector) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
findInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
findInputParameters(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Retrieves all the InputParameters with the given parameter name.
findMethod(int) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
Find the method corresponding to the event selector.
findPredefType(SqlName) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
findPredefType(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findQueryBNF(AbstractExpression) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UnknownExpression
Retrieves the JPQLQueryBNF that was used to parse the given Expression.
findRangeVariableDeclaration(UpdateClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
findSdoType(String, String, String, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
findType(SqlName) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
findType(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
findType(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
findVirtualIdentificationVariable(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.internal.jpql.SemanticValidator
 
fine(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: This method is called when a fine level message needs to be logged.
FINE - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
fine(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a fine level message needs to be logged.
FINE_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINE_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged fine
finer(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: This method is called when a finer level message needs to be logged.
FINER - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
finer(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a finer level message needs to be logged.
FINER_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINER_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged finer
finest(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: This method is called when a finest level message needs to be logged.
FINEST - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
finest(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a finest level message needs to be logged.
FINEST_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
FINEST_PREFIX - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents prefix to logged finest
finishComplexType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
finishSimpleType(String, String, String, SimpleType, SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
FirebirdPlatform - Class in org.eclipse.persistence.platform.database
 
FirebirdPlatform() - Constructor for class org.eclipse.persistence.platform.database.FirebirdPlatform
 
first() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the first row in the result set
FIRST_PRIMARY_KEY - Static variable in class org.eclipse.persistence.queries.ReportQuery
 
firstCommaMissingKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstElement() - Method in class org.eclipse.persistence.indirection.IndirectList
 
firstExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
The Expression that represents the first expression.
firstExpression - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
The Expression that represents the first expression.
firstExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionInvalidKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstExpressionLength(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
firstExpressionLength(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractTripleEncapsulatedExpressionHelper
firstExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractDoubleEncapsulatedExpressionHelper
 
firstExpressionMissingKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator.AbstractTripleEncapsulatedExpressionHelper
 
firstResult - Variable in class org.eclipse.persistence.queries.ReadQuery
Used to start query results at a specific result
fis - Variable in class org.eclipse.persistence.tools.dbws.JarArchiver
 
fixAttributeValue(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: An object has been serialized from the server to the remote client.
fixAttributeValue(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
An object has been serialized from the server to the remote client.
FIXED_CHAR - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
FixedMimeTypePolicy - Class in org.eclipse.persistence.oxm.mappings
 
FixedMimeTypePolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
FixedMimeTypePolicy(String) - Constructor for class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
fixedValue - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: An object has been serialized from the server to the remote client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
fixObjectReferences(Transporter, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: An object has been serialized from the server to the remote client.
fixObjectReferences(Transporter, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: An object has been serialized from the server to the remote client.
fixObjectReferences(Transporter, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: An object has been serialized from the server to the remote client.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, RemoteSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.
flattenAllFilters(List<Filter>, Filter) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
flattenOrFilters(List<Filter>, Filter) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkFilterFactory
 
flatUnionFetchGroups(FetchGroup, FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Union two fetch groups as EntityFetchGroups.
FLOAT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
FLOAT - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
FLOAT - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.OracleTypes
 
FLOAT - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
FLOAT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
FLOAT38TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
FLOAT_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
FLOAT_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
FLOAT_REGEXP - Static variable in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
The Pattern representing the regular expression of a numerical value as a float.
FLOAT_TYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
floatMap - Variable in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
FLOATOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
floatType() - Method in class org.eclipse.persistence.jpa.jpql.TypeHelper
Retrieves the IType for Float.
floor(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Floor - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
floor() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
FLUSH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.flush" Configures if the query should trigger a flush of the persistence context before execution.
flush() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
flush() - Method in class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream
 
FLUSH_CLEAR_CACHE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Defines EntityManager cache behavior after a call to flush method followed by a call to clear method.
FLUSH_CLEAR_CACHE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Defines EntityManager cache behavior after a call to flush method followed by a call to clear method.
FlushClearCache - Class in org.eclipse.persistence.config
FlushClearCache persistence property defines modes of cache handling after em.flush call followed by em.clear call.
FlushClearCache() - Constructor for class org.eclipse.persistence.config.FlushClearCache
 
flushOnExecute - Variable in class org.eclipse.persistence.queries.DatabaseQuery
 
forceBatchStatementExecution - Variable in class org.eclipse.persistence.queries.ModifyQuery
 
forceBatchStatementExecution() - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Returns if this query has been set to flush on execution.
forceInitializationOfSelectionCriteria - Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
This is a way (after cloning) to force the initialization of the selection criteria
forceUpdate - Variable in class org.eclipse.persistence.descriptors.CMPPolicy
 
forceUpdateToVersionField(Object, boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Set optimistic read lock on the object.
FOREIGN_KEYS_DEFINED_INCORRECTLY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ForeignKeyConstraint - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a foreign key from one table to another.
ForeignKeyConstraint() - Constructor for class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
ForeignKeyConstraint(String, String, String, String) - Constructor for class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
foreignKeyFieldName - Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
foreignKeyFields - Variable in class org.eclipse.persistence.mappings.ObjectReferenceMapping
Keeps track of which fields are foreign keys on a per field basis (can have mixed foreign key relationships).
foreignKeyGroupingElement - Variable in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
The grouping-element field.
foreignKeyMap - Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
foreignKeysDefinedIncorrectly(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
foreignKeyValuesForCaching - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
Stores a set of FK fields that will be cached to later retrieve noncacheable mappings
ForeignReferenceMapping - Class in org.eclipse.persistence.mappings
Purpose: Abstract class for relationship mappings
ForeignReferenceMapping() - Constructor for class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
ForeignReferenceMapping.ExtendPessimisticLockScope - Enum in org.eclipse.persistence.mappings
Indicates whether and how pessimistic lock scope should be extended
ForeignReferenceMapping.ExtendPessimisticLockScope() - Constructor for enum org.eclipse.persistence.mappings.ForeignReferenceMapping.ExtendPessimisticLockScope
 
ForeignReferenceQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose: Define an alias to a foreign object.
ForeignReferenceQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
 
format(String, Object[]) - Static method in class oracle.eclipselink.coherence.exceptions.ExceptionMessageGenerator
Return the formatted message for the given exception class and error number.
format(String, Object[]) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
Return the formatted message for the given exception class and error number.
format - Static variable in class org.eclipse.persistence.logging.LogFormatter
 
format(LogRecord) - Method in class org.eclipse.persistence.logging.LogFormatter
Format the given LogRecord.
format(LogRecord) - Method in class org.eclipse.persistence.logging.XMLLogFormatter
Format the given message to XML.
formatMessage(SessionLogEntry) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
Return the formatted message based on the information from the given SessionLogEntry.
formattedOutput - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
 
FormattedOutputStreamRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is an OutputStream and the XML should be formatted with carriage returns and indenting.
FormattedOutputStreamRecord() - Constructor for class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
 
FormattedOutputStreamRecord.FormattedOutputStreamRecordContentHandler - Class in org.eclipse.persistence.oxm.record
This class will typically be used in conjunction with an XMLFragmentReader.
FormattedOutputStreamRecord.FormattedOutputStreamRecordContentHandler() - Constructor for class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord.FormattedOutputStreamRecordContentHandler
 
FormattedWriterRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.
FormattedWriterRecord() - Constructor for class org.eclipse.persistence.oxm.record.FormattedWriterRecord
 
FormattedWriterRecord.FormattedWriterRecordContentHandler - Class in org.eclipse.persistence.oxm.record
This class will typically be used in conjunction with an XMLFragmentReader.
FormattedWriterRecord.FormattedWriterRecordContentHandler() - Constructor for class org.eclipse.persistence.oxm.record.FormattedWriterRecord.FormattedWriterRecordContentHandler
 
formatter - Variable in class org.eclipse.persistence.logging.LogFormatter
 
formatURLforRegistry(String, String) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Format the URL so that it can be used to look up the RMI Registry.
formatValue(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
 
Forward - Static variable in class org.eclipse.persistence.config.ResultSetType
The rows in a result set will be processed in a forward direction; first-to-last.
ForwardOnly - Static variable in class org.eclipse.persistence.config.ResultSetType
The type for a ResultSet object whose cursor may move only forward.
found - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AndExpressionFactory.OrExpressionVisitor
This flag is turned on if the Expression visited is OrExpression.
found - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpressionFactory.ArithmeticExpressionVisitor
This flag is turned on if the Expression visited is OrExpression.
FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
foundSimpleValueForNonDataTypeProperty(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when the value should be a dataObject and it's not
fqClassnameToDescriptor - Variable in class org.eclipse.persistence.dynamic.DynamicHelper
 
fragment - Variable in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
fragment - Variable in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
 
fragmentBuilder - Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
freeTemporaryObject(Object) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Used by Oracle platforms during reading of ResultSet to free temporary LOBs.
from(Object, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
FROM - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant for 'FROM'.
FROM - Static variable in class org.eclipse.persistence.platform.database.OraclePlatform
 
from(CompositeData) - Static method in class org.eclipse.persistence.services.ClassSummaryDetailBase
Create an instance of the model specific class out of an associated CompositeData instance
fromClause - Variable in class org.eclipse.persistence.jpa.internal.jpql.AbstractValidator.OwningClauseVisitor
 
fromClause - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
The FROM clause of this select statement.
FromClause - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FromClause
Creates a new FromClause.
FromClauseBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the from clause.
FromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FromClauseBNF
Creates a new FromClauseBNF.
fromClauseCollectionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
FromClauseFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This FromClauseFactory creates a new FromClause when the portion of the query to parse starts with FROM.
FromClauseFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FromClauseFactory
Creates a new FromClauseFactory.
fromClauseHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
fromClauseSelectStatementHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
 
fromConstant(Object, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
fromLiteral(String, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
FROMSTRING_METHOD_ERROR - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
fromStringMethod - Variable in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
 
fromValue(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
 
fromValue(String) - Static method in enum org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
 
fromValue(String) - Static method in enum org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
 
fsep - Static variable in class org.eclipse.persistence.sdo.helper.FileCodeWriter
 
Full - Static variable in class org.eclipse.persistence.config.CacheType
A Soft cache holds all objects read by the application.
FULL_PRIMARY_KEY - Static variable in class org.eclipse.persistence.queries.ReportQuery
Specifies whether to retrieve primary keys, first primary key, or no primary key.
fullFetchGroup - Variable in class org.eclipse.persistence.descriptors.FetchGroupManager
 
fullyMergeEntity - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
This flag controls how the MergeManager should merge an Entity when merging into the shared cache.
FullyQualifyPathExpressionVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This visitor makes sure that all path expressions are fully qualified with the identification variable in the range variable declaration.
FullyQualifyPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FullyQualifyPathExpressionVisitor
 
FullyQualifyPathExpressionVisitor.GeneralIdentificationVariableVisitor - Class in org.eclipse.persistence.jpa.internal.jpql.parser
 
FullyQualifyPathExpressionVisitor.GeneralIdentificationVariableVisitor() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FullyQualifyPathExpressionVisitor.GeneralIdentificationVariableVisitor
 
FUNC - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
The constant 'FUNC'.
FuncExpression - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This expression adds support to call native database functions.
FuncExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpression
Creates a new FuncExpression.
FuncExpression_InvalidJPAPlatform - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
FuncExpression_MissingFunctionName - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
FuncExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
FuncExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemMessages
 
FuncExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the EclipseLink's func expression.
FuncExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpressionBNF
Creates a new FuncExpressionBNF.
FuncExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This FuncExpressionFactory creates a new FuncExpression when the portion of the query to parse starts with FUNC.
FuncExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpressionFactory
Creates a new FuncExpressionFactory.
funcExpressionFinder - Variable in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
This visitor is responsible to traverse the parents of the visited Expression and stops if a parent is FuncExpression.
funcExpressionFinder() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
funcExpressionHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
FuncItemBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for the parameters of a func expression.
FuncItemBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FuncItemBNF
Creates a new FuncItemBNF.
FuncResolver - Class in org.eclipse.persistence.jpa.internal.jpql
This Resolver is responsible to calculate the type of a FUNC function by calculating the type of each parameters.
FuncResolver(Resolver, Collection<Resolver>) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.FuncResolver
Creates a new FuncResolver.
functionId - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Id used to generate unique local functions.
functionName - Variable in class org.eclipse.persistence.eis.interactions.EISInteraction
Name of the function the interaction describes.
functionName - Variable in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpression
The name of the SQL function.
FunctionOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
FunctionsReturningDatetimeBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a function expression returning a date/time value.
FunctionsReturningDatetimeBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FunctionsReturningDatetimeBNF
Creates a new FunctionsReturningDatetimeBNF.
FunctionsReturningNumericsBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a function expression returning a numeric value.
FunctionsReturningNumericsBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FunctionsReturningNumericsBNF
Creates a new FunctionsReturningNumericsBNF.
FunctionsReturningStringsBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a function expression returning a string value.
FunctionsReturningStringsBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.FunctionsReturningStringsBNF
Creates a new FunctionsReturningStringsBNF.

G

G_DAY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_DAY_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_MONTH - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_MONTH_DAY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_MONTH_DAY_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_MONTH_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_YEAR - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_YEAR_MONTH - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_YEAR_MONTH_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
G_YEAR_QNAME - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
GDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GDAY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GeneralCaseExpressionBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a general case expression.
GeneralCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralCaseExpressionBNF
Creates a new GeneralCaseExpressionBNF.
GeneralIdentificationExpressionFactory - Class in org.eclipse.persistence.jpa.internal.jpql.parser
This ValueExpressionFactory creates a general identification variable, which is either with the identifier KEY or VALUE and then checks the existence of a path expression.
GeneralIdentificationExpressionFactory(String, String) - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationExpressionFactory
Creates a new GeneralIdentificationExpressionFactory.
GeneralIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.internal.jpql.parser
The query BNF for a general identification variable expression.
GeneralIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationVariableBNF
Creates a new GeneralIdentificationVariableBNF.
generalIdentificationVariableVisitor() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FullyQualifyPathExpressionVisitor
 
generalParsingException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
generalParsingException(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Create an exception to wrap a general parsing exception
generalParsingException(String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Create an exception to wrap a general parsing exception
generalParsingException2 - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
GENERATE - Static variable in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
generate(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Generate an XML Schema Declaration (XSD) from Types.
generate(List, Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Generate an XML Schema Declaration (XSD) from Types.
generate(List, SchemaLocationResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
generate(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
generate(List, Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
generate(List, SchemaLocationResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
generate(Reader) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Reader, String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Reader, String, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Reader, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Reader, CodeWriter) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Reader, CodeWriter, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Reader, CodeWriter, SchemaResolver, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Source, String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Source, String, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Source, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Source, CodeWriter) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Source, CodeWriter, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(Source, CodeWriter, SchemaResolver, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(CodeWriter, List) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generate(List, SchemaLocationResolver) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
Method to generate an XSD.
generate(List, Map) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
Method to generate an XSD.
generate(List, SchemaLocationResolver) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
generate(boolean) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Generate the project class, output the java source code to the stream or file.
generate() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Generate the project class, output the java source code to the stream or file.
generate(boolean) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Generate the creator class, output the java source code to the stream or file.
generate() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Generate the project class, output the java source code to the stream or file.
generateAmendmentClass(Writer, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
PUBLIC: Generate an amendment class that will set up the descriptors to use these stored procedures.
generateAnyAttributeMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateAnyCollectionMapping(Property, XMLDescriptor, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateAnyObjectMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateArrayValue(JavaClass, JavaClass, JavaClass, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generateBinaryDataCollectionMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateBinaryMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateChoiceCollectionMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateChoiceMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateClassFromBytes(String, byte[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generateCollectionMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCollectionValue(JavaClass, TypeMappingInfo, Class) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generateComplexType(Type) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
generateCompositeCollectionMapping(Property, XMLDescriptor, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCompositeObjectMapping(Property, XMLDescriptor, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCreatorClass() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
Return a class definition object representing the code to be generated for the table creator.
generatedBuffers - Variable in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
generateDBWSProvider(OutputStream, OutputStream, OutputStream, OutputStream) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
generatedClasses - Variable in class org.eclipse.persistence.sdo.helper.SDOClassLoader
 
generatedClassesToArrayClasses - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generatedClassesToCollectionClasses - Variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generateDefaultArgsHolderParamTypes(TypeClass[], boolean[], boolean[]) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithMethods
 
generateDefaultTableCreator() - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the EclipseLink project object.
generateDeleteStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the delete stored procedure for this descriptor
generateDescriptor(JavaClass, Project) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDescriptorForJAXBElementSubclass(JavaClass, Project, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generatedGlobalAttributes - Variable in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
generatedGlobalElements - Variable in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
generateDirectCollectionMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectEnumerationMapping(Property, XMLDescriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generatedMapEntryClasses - Variable in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generatedSchema - Variable in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
generatedTypes - Variable in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
generatedTypesByXsdQName - Variable in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
generateElementAlias(String) - Method in class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer
 
generateElementAlias(String) - Method in interface org.eclipse.persistence.tools.dbws.NamingConventionTransformer
 
generateElementAlias(String) - Method in class org.eclipse.persistence.tools.dbws.SQLX2003Transformer
 
generateElementAlias(String) - Method in class org.eclipse.persistence.tools.dbws.ToLowerTransformer
 
generateEnumCollectionMapping(Property, XMLDescriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateFilteredDefaultTableCreator(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the EclipseLink project object, and perform the table existence check through jdbc table metadata, and filter out tables which are already in the database.
generateFKConstraints - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
When this flag is 'false' EclipseLink will not attempt to create fk constraints.
generateInheritedMappingsForAnonymousType(TypeInfo, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateInsertStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the insert stored procedure for this descriptor
generateInterface - Variable in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
generateInverseReferenceMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMapEntryClass(String, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMapEntryClassAndDescriptor(Property, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMapMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate a mapping for a given Property.
generateMappingForReferenceProperty(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappingForType(JavaClass, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappings() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappings(TypeInfo, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate mappings for a given TypeInfo.
generateMappingStoredProcedures(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the mapping stored procedures for this descriptor.
generateNestedFunction(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL: Generate the nested function to convert the PLSQL type to its compatible SQL type.
generateObjectStoredProcedure(DatabaseQuery, List, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the object level stored procedure based on the passed in query
generateOneToManyMappingDeleteAllProcedure(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the delete all stored procedure for this mapping
generateOneToManyMappingProcedures(OneToManyMapping, DatabaseQuery, Map, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates all the stored procedures for this mapping
generateOneToManyMappingReadProcedure(OneToManyMapping) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the read all stored procedure for this mapping
generatePrefix() - Method in class org.eclipse.persistence.oxm.NamespaceResolver
 
generatePrefix(String) - Method in class org.eclipse.persistence.oxm.NamespaceResolver
 
generatePrefix(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
generateProject() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateProject(ArrayList<JavaClass>, HashMap<String, TypeInfo>, HashMap<String, QName>, HashMap<String, PackageInfo>, HashMap<QName, ElementDeclaration>, List<ElementDeclaration>, Map<TypeMappingInfo, Class>, Map<TypeMappingInfo, Class>, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateProjectClass() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
Return a class definition object representing the code to be generated for the project and its descriptors.
generateReadAllStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the read all stored procedure for this descriptor
generateReadStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the read stored procedure for this descriptor
generateSchema() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSchema(ArrayList<JavaClass>, HashMap<String, TypeInfo>, HashMap<String, QName>, HashMap<String, PackageInfo>, HashMap<QName, ElementDeclaration>, Map<String, Class>, SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
generateSchema(ArrayList<JavaClass>, HashMap<String, TypeInfo>, HashMap<String, QName>, HashMap<String, PackageInfo>, HashMap<QName, ElementDeclaration>, Map<String, Class>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
generateSchema(SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Generate a Schema for this JAXBContext
generateSchema(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Generate a Schema for this JAXBContext
generateSchema(String, List) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
generateSchemaAlias(String) - Method in class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer
 
generateSchemaAlias(String) - Method in interface org.eclipse.persistence.tools.dbws.NamingConventionTransformer
 
generateSchemaAlias(String) - Method in class org.eclipse.persistence.tools.dbws.SQLX2003Transformer
 
generateSchemaAlias(String) - Method in class org.eclipse.persistence.tools.dbws.ToLowerTransformer
 
generateSchemaAlias(String) - Method in class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer
 
generateSchemaFiles(String, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSchemaFiles(SchemaOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSequenceStoredProcedures(Project) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the select and update stored procedures for this project.
generateSimpleType(Type) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
generatesSameComplexType(TypeMappingInfo, TypeMappingInfo, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
Return true if the two TypeMappingInfoObjects should generate the same complex type in the XSD
generateStoredProcedure(DatabaseQuery, List, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the stored procedure for this query.
generateStoredProcedure(DatabaseQuery, List, AbstractRecord, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the stored procedure for this query using the row passed in for the check prepare.
generateStoredProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProcedures(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
PUBLIC: generates all the stored procedures using the schema manager.
generateStoredProcedures(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
PUBLIC: generates all the stored procedures to the writer using the schema manager outputDDLToWriter(Writer).
generateStoredProceduresAndAmendmentClass(Writer, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateStoredProceduresAndAmendmentClass(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Use this method to generate stored procedures based on the dynamic SQL generated for your mappings and descriptors.
generateTransformationMapping(Property, XMLDescriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate an XMLTransformationMapping based on a given Property.
generateUpdateStoredProcedure(ClassDescriptor) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: Generates the update stored procedure for this descriptor
generateWrapper(Class, String) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.WrapperGenerator
 
generateWrapperClass(String, String, boolean, QName) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateWrapperClassAndDescriptor(TypeInfo, QName, ElementDeclaration, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateWrapperForArrayClass(JavaClass, TypeMappingInfo, Class, List<JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generateWrapperForMapClass(JavaClass, JavaClass, JavaClass, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
generateWSDL() - Method in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
generateWSDL(boolean) - Method in class org.eclipse.persistence.tools.dbws.WSDLGenerator
 
generateXMLCollectionReferenceMapping(Property, XMLDescriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Create an XMLCollectionReferenceMapping and add it to the descriptor.
generateXMLObjectReferenceMapping(Property, XMLDescriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Create an XMLObjectReferenceMapping and add it to the descriptor.
Generator - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL: Purpose:The purpose of this class is to act as an entry point into the TopLink JAXB 2.0 Generation framework Responsibilities: Run initial processing on a list of classes to create TypeInfo meta data Provide API to generate Schema Files Provide API to generate a TopLink Project Act as an integration point with WebServices This class acts as an entry point into JAXB 2.0 Generation.
Generator(JavaModelInput) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This is the preferred constructor.
Generator(JavaModelInput, Map<String, XmlBindings>, ClassLoader, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor will process and apply the given XmlBindings as appropriate.
Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor creates a Helper using the JavaModelInput instance's JavaModel and a map of javaclasses that were generated from Type objects.
Generator(JavaModelInput, TypeMappingInfo[], JavaClass[], Map<Type, TypeMappingInfo>, Map<String, XmlBindings>, ClassLoader, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor will process and apply the given XmlBindings as appropriate.
generator - Variable in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
genericType - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
genPattern(LangName, String, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
Used for implicitly publishing SQL types Based on the -genPattern setting, sets the LangName associated with this SqlName.
GEQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
geqOracle9() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
geqOracle9(Connection) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
get(String) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
Return the persistence value for the given property as the specified type.
get(String) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
get(DatabaseField) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
get(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that wraps the attribute or query key name.
get(String, Vector) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
get(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
get(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
get(Object) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
get(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
get(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Retrieve the value for the field.
get(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType.ParamInfoValues
 
get(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType.ResultInfoValues
 
get(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCacheManager
 
get(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCachePool
 
get(int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCachePool
 
get(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the value for given item name.
get(String) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the value for given item name.
GET - Static variable in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
GET - Static variable in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
get(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
get(int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
get(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
When accessing values corresponding to properties of DataObject by path base accessors, the accessed getters will pass informations to this method to process information and acquire wanted values.
get(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
get(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
get(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
get(Property) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
get(Property) - Method in class org.eclipse.persistence.sdo.SDOType
 
get(Property) - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
get(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the object cached in the identity map or null if it could not be found.
GET_APPLICATION_ACCESS_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext.ApplicationAccessWLS
 
GET_APPLICATION_NAME_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext.ApplicationAccessWLS
 
GET_METHOD_RETURN_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
GET_STR - Static variable in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
GET_XML_EVENT_READER_METHOD_NAME - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
GET_XML_EVENT_WRITER_METHOD_NAME - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
GET_XML_STREAM_READER_METHOD_NAME - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
GET_XML_STREAM_WRITER_METHOD_NAME - Static variable in class org.eclipse.persistence.oxm.XMLMarshaller
 
getAboutToDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: bug 251180 - Missing method org.eclipse.persistence.descriptors.DescriptorEventManager#setAboutToDeleteSelector
getAboutToInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
getAboutToUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the abstract schema name, which is the entity name.
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
Returns
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
Returns the Expression that represents the abstract schema name.
getAbstractSchemaType(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultContentAssistProposals
Retrieves the abstract schema type that is mapped with the given identification variable.
getAbstractSchemaType(String) - Method in interface org.eclipse.persistence.jpa.jpql.ContentAssistProposals
Retrieves the abstract schema type that is mapped with the given identification variable.
getAbstractSession() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Return the AbstractSession required to log to the non-platform EclipseLink log.
getAccessor() - Method in class oracle.eclipselink.coherence.integrated.internal.cache.LockVersionExtractor
 
getAccessor() - Method in interface oracle.eclipselink.coherence.integrated.internal.querying.EclipseLinkExtractor
INTERNAL: Returns a reference to the AttributeAccessor used by the extractor.
getAccessor() - Method in class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
getAccessor(String, AbstractSession, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Return an accessor from the pool for the session.
getAccessor() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Return the accessor.
getAccessor() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: Return the accessor.
getAccessor() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the accessor associated with the cursor.
getAccessor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the accessor.
getAccessor() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: This should normally not be used, getAccessors() should be used to support partitioning.
getAccessor() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Return the appropriate accessor.
getAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getAccessors() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the accessors.
getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return the low-level database accessors.
getAccessors() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return the write connections if in a transaction.
getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return the connections to use for the query execution.
getAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getActiveSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Returns sequencingCallback for the current active external transaction.
getActiveSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Returns sequencingCallback for the current active external transaction.
getActiveSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method returns the current session to the requester.
getActiveSession() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the active session for the current active external (JTS) transaction.
getActiveUnitOfWork() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Return the active unit of work for the current active external transaction.
getActiveUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the active unit of work for the current active external (JTS) transaction.
getActiveUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the active unit of work for the current external transaction.
getActualArgumentType(Type) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
getActualDeclarationResolver() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the DeclarationResolver of this context and not from the current query's declaration.
getActualType(TypeMappingInfo, XmlElement) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
The actual type accounts for adapter classes or xmlelemnt types specified in either an annotation or an XML override
getActualType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the generic type if it was set (collection or array item type) otherwise return the type of this property
getActualTypeArguments() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getAdaptedJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getAdaptedJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getAdd(int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the specified add.
getAddedElements() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL: Return if the collection has any elements added that have been deferred to instantiation.
getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the elements that have been added before instantiation.
getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Return the elements that have been added before instantiation.
getAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the elements that have been added before instantiation.
getAddIndexes() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes into the new collection of the elements that were added.
getAddIndexes() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes into the new collection of the elements that were added.
getAdditional() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return any additional information about this field to be given when the table is created.
getAdditionalAggregateCollectionKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: additionalAggregateCollectionKeyFields are used by aggregate descriptors to hold additional fields needed when they are stored in an AggregatateCollection These fields are generally foreign key fields that are required in addition to the fields in the descriptor's mappings to uniquely identify the Aggregate
getAdditionalFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return the base expression to use for adding fields to the query.
getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the base expression to use for adding fields to the query.
getAdditionalFieldsBaseExpression(ReadQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return the base expression to use for adding fields to the query.
getAdditionalJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Returns the join expression that should be appended to all of the descriptors expressions Contains any multiple table or inheritance dependencies
getAdditionalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return a Map of property names to list of properties.
getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the selection criteria necessary to select the target object when this mapping is a map key.
getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the selection criteria necessary to select the target object when this mapping is a map key.
getAdditionalSelectionCriteriaForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return the selection criteria necessary to select the target object
getAdditionalSelectionCriteriaForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the selection criteria necessary to select the target object when this mapping is a map key.
getAdditionalTablePrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This is used to map the primary key field names in a multiple table descriptor.
getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return any tables that will be required when this mapping is used as part of a join query
getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return any tables that will be required when this mapping is used as part of a join query.
getAdditionalTablesForJoinQuery() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return any tables that will be required when this mapping is used as part of a join query
getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return any tables that will be required when this mapping is used as part of a join query
getAdditionalUsage() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
getAdditionalUsage() - Method in class org.eclipse.persistence.tools.dbws.WarPackager
 
getAdditionalUsage() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getAdditionalWritableMapKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return a list of fields that are written by map keys Used to determine if there is a multiple writable mappings issue
getAdditonal() - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
PUBLIC: The name of the type that this table is of.
getAddObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
ADVANCED: This method returns the Map that contains the added values to the collection and their corresponding ChangeSets.
getAddObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.DirectCollectionChangeRecord
ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.
getAdds() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
ADVANCED: Return the added stuff.
getAdds() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements added to the new collection.
getAdds() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
ADVANCED: Return the objects added to the collection.
getAdds() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements added to the new collection.
getAddsIndexOf(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the index in the adds of the specified change set, without triggering the instantiation of the collection.
getAddsSize() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the number of adds, without triggering the instantiation of the collection.
getAffinityPolicy() - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
 
getAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
getAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
getAggregateRow(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: return the aggregate Record with the primary keys from the source table and target table
getAggregateToSourceFieldAssociations() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return a collection of the aggregate to source field associations.
getAggregateToSourceFields() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the hashtable that stores aggregate field name to source fields.
getAlias() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get the alias
getAliasDescriptors() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Returns the alias descriptors hashtable.
getAliasedViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
getAliasMap() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Returns the map of alias' to identifiers for the current application.
getAliasMap(Object) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Returns the map of alias' to identifiers for the current application.
getAliasNames() - Method in class org.eclipse.persistence.sdo.SDOProperty
Return a list of alias names for this Property.
getAliasNames() - Method in class org.eclipse.persistence.sdo.SDOType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getAliasNames() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
getAllChangeSets() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns a reference to the collection.
getAllChildClassIndicators() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Stores class indicators for all child and children's children.
getAllChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns all the child descriptors, even descriptors for subclasses of subclasses.
getAllChildDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Recursive subroutine of getAllChildDescriptors.
getAllClasses() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return all of the objects registered.
getAllColumnNames(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getAllColumnNames(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getAllFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all the fields which include all child class fields.
getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Get all the fields for the map key
getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Get all the fields for the map key.
getAllFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Get all the fields for the map key
getAllFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Get all the fields for the map key
getAllFromCoherenceWithCohKey(Object[], ClassDescriptor, AbstractSession, NamedCache, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMap(Expression, Class, Record, int) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and returns matching Objects.
getAllFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllFromIdentityMapWithEntityPK(Object[], ClassDescriptor) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllNonPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Returns the fields that should be compared in the where clause.
getAllNonPrimaryKeyFields(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: filter the fields based on the passed in table.
getAllObjects() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return all of the objects registered.
getAllObjectsForAbstractClass(Class) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return all of the objects of the class and all of its subclasses.
getAllObjectsForAbstractClass(Class, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return all of the objects of the class and all of its subclasses.
getAllObjectsForClass(Class) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return all of the objects of the class.
getAllOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Return the hashtable of all operators.
getAllowingNull(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression that wraps the attribute or query key name.
getAllowingNull(String, Vector) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
getAllQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return the pre-defined queries for the descriptor.
getAllSchemas() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getAllTableNames() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of tables available in a catalog.
getAllTableNames(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getAllTables() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: all tables for reference class plus childrenTables
getAmendmentClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the amendment class.
getAmendmentClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return amendment class name, used by the MW.
getAmendmentMethodName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the amendment method.
getAndPrepareModifyQueryForInsert(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: setup the modifyQuery for post insert/update and pre delete
getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getAnnotatedElement() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
getAnnotation(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Returns a either a dynamic proxy instance that allows an element to be treated as an annotation (for JOT), or a Java annotation (for Reflection), or null if the specified annotation does not exist.
getAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
 
getAnnotation(JavaAnnotation, Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getAnnotation(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
Get an annotation of type annotationClass if it's present on the AnnotatedElement elem.
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
Assumes JavaType is a JavaClassImpl instance
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
Assumes JavaType is a JavaClassImpl instance
getAnnotation() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
Returns the annotation associated with the Name.
getAnnotation() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the annotation associated with the Type.
getAnnotationHelper() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getAnnotations(TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Returns an array of Annotations for a given TypeMappingInfo.
getAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
Get all annotations that exist on the AnnotatedElement elem
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Representing parameter level annotations that should be applied to this type.
getAnnotationsProcessor() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
getAnnouncementDelay() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Return the amount of time in millis that the service should wait between the time that this Remote Service is available and a session announcement is sent out to other discovery managers.
getAnonymousTypes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
getAnonymousTypes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getAnonymousTypes() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
 
getAnonymousTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the name of the XmlAnyAttribute property, if one is set.
getAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the name of the XmlAnyElement property, if one is set.
getAppinfo(Type, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Return the appinfo declared for this Type and source.
getAppinfo(Property, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Return the content of the appinfo declared for this Property and source.
getAppinfo(Type, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getAppinfo(Property, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getAppInfoElements() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getAppInfoElements() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getAppInfoMap() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getAppInfoMap() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getApplicationName() - Method in interface org.eclipse.persistence.platform.server.JMXEnabledPlatform
INTERNAL: getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
getApplicationName(boolean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: Lazy initialize the application name by first checking for a persistence.xml property override and then deferring to a default name in the absence of a platform override of this function
getApplicationName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
getApplicationName() - Method in class org.eclipse.persistence.sdo.helper.ApplicationResolver
Return the application name for the currently executing application.
getApplicationName() - Method in class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
Return the applicationName value.
getApplicationName(ClassLoader) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext.ApplicationAccessWLS
 
getApplicationName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
getApplicationName() - Method in class org.eclipse.persistence.services.RuntimeServices
getApplicationName(): Answer the name of the module (EAR name) that this session is associated with.
getApplicationNameFromJBossClassLoader(String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Attempt to get the application name (archive file name) based on a given JBoss classloader.
getApplicationNameFromWASClassLoader(ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Attempt to return the WAS application name based on a given class loader.
getApplicationNameMethod - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext.ApplicationAccessWLS
 
getArchiveFilename() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
getArchiveFilename() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getArchiver() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getArchiverLabel() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
getArchiverLabel() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getArgs() - Method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper.OverloadHolder
 
getArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
The argument names for the input record.
getArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
The argument fields or values to the interaction that map into the input record.
getArguments() - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
The arguments are the values in order of occurance in the record.
getArguments(List<PLSQLargument>, Integer) - Static method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL
getArguments() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Return the PLSQL arguments.
getArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the arguments for use with the pre-defined query option
getArguments() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
getArguments() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
getArgumentTypeNames() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the argumentTypeNames for use with the pre-defined query option These are used pre-initialization to construct the argumentTypes list.
getArgumentTypes() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the argumentTypes for use with the pre-defined query option
getArgumentTypes() - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
Return the List of DatabaseType[] entries for this ProcedureOperationModel instance's stored procedure arguments, or null if not set.
getArgumentTypes() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
getArgumentValues() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the argumentValues for use with argumented queries.
getArithmeticSign() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticExpression
Returns the arithmetic sign this expression is actually representing.
getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getArrayClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Get the map for which array class (by name) corresponds to which generated class
getArrayDim() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SerializableType
 
getAsOfClause() - Method in class org.eclipse.persistence.expressions.Expression
Answers the past time the expression is explicitly as of.
getAsOfClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Answers the past time this query is as of.
getAsOfClause() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
ADVANCED: Answers the past time this session is as of.
getAsOfClause() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Answers the past time this session is as of.
getAsOfClauseRecursively() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: For Flashback: If this expression is not already as of some timestamp gets the clause from the base expression.
getAssignmentString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Used for stored function calls.
getAssignmentString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL Used for stored function calls.
getAttachmentAsByteArray(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
getAttachmentAsByteArray(String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
 
getAttachmentAsDataHandler(String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
getAttachmentAsDataHandler(String) - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
 
getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getAttachmentMarshaller() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getAttachmentType() - Method in class org.eclipse.persistence.tools.dbws.OperationModel
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
getAttribute() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
ADVANCED: Returns the name of the attribute this ChangeRecord Represents
getAttributeAccessor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Return the attributeAccessor.
getAttributeBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getAttributeChildNodeValue(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getAttributeClass() - Method in class oracle.eclipselink.coherence.integrated.internal.querying.FilterExtractor
 
getAttributeClass() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
Return the class type of the attribute.
getAttributeClass() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
Return the return type of the method accessor.
getAttributeClassification() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: The classification type for the attribute this mapping represents
getAttributeClassification() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: The classification type for the attribute this mapping represents
getAttributeClassification() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Some databases do not properly support all of the base data types.
getAttributeClassification() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Some databases do not properly support all of the base data types.
getAttributeClassificationName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the class name of the attribute type.
getAttributeClassificationName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the class name of the attribute type.
getAttributeElementClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Return the class each element in the object's collection should be converted to, before the collection is inserted into the object.
getAttributeElementClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
getAttributeExpressions() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return all attributes specified for batch reading.
getAttributeFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Gets the value of the attributeFormDefault property.
getAttributeMethodName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Return the attribute transformation method name.
getAttributeName() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
 
getAttributeName() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
getAttributeName() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
getAttributeName() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL: Return the attribute name.
getAttributeName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Return the name of the attribute set in the mapping.
getAttributeName() - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
getAttributeName() - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Return the mapping's attribute name.
getAttributeName() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
getAttributeName() - Method in class org.eclipse.persistence.queries.FieldResult
 
getAttributeNames() - Method in class org.eclipse.persistence.queries.AttributeGroup
 
getAttributes() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getAttributes() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
Get the attribute hashtable associated with a SqlType.
getAttributes() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
PERF: Return the cached local (only) batch read attribute names.
getAttributes() - Method in class org.eclipse.persistence.queries.FetchGroup
Deprecated. Use AttributeGroup.getAttributeNames()
getAttributesToAlwaysInclude() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Attributes to always consider even if set to null or an excluded value like 0 or false.
getAttributeToFieldValues() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Get the attribute to field mapping.
getAttributeTransformationMethod() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
getAttributeTransformer() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: The attributeTransformer stores an instance of the class which implements AttributeTransformer.
getAttributeTransformerClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return the attribute transformer's class.
getAttributeTransformerClassName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return the attribute transformer class name
getAttributeValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Allows for subclasses to convert the attribute value.
getAttributeValue(Object, Session) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: Get the attribute value for the given field value.
getAttributeValue(Object, AbstractSession, XMLRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Allows for subclasses to convert the attribute value.
getAttributeValueFromBackupClone(Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Return the appropriate attribute value.
getAttributeValueFromBackupClone(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Return the appropriate attribute value.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
Return the attribute value from the object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the value of an attribute which this mapping represents for an object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return the value of an attribute which this mapping represents for an object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Return the value of an attribute which this mapping represents for an object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Check for write-only, one-way transformation.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
Gets the value of an instance variable in the object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
Gets the value of an instance variable in the object.
getAttributeValueWithClonedValueHolders(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the attribute value from the reference object.
getAutomaticDataTypeForType(Type) - Method in class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
getAvailableConnectionPools() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will return the available Connection pools within this Server Session
getAvailableConnectionPools() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will return the available Connection pools within this Server Session
getBackupClone() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Return the backup clone of the object from the unit of work.
getBaseComponentType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getBaseComponentType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Return the base component type for a class.
getBaseExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the range variable declaration if this is a range declaration otherwise the collection-valued path expression when this is a collection member declaration.
getBaseSchemaLocation() - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.SDOType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getBaseTypes() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
getBaseValue() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: This is the base value that is older than all other values, it is used in the place of null in some situations.
getBaseValue() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: This is the base value that is older than all other values, it is used in the place of null in some situations.
getBaseValue() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This is the base value that is older than all other values, it is used in the place of null in some situations.
getBatchBeginString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for batch writing and sp defs.
getBatchBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for batch writing and sp defs.
getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for batch writing and sp defs.
getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Used for batch writing and sp defs.
getBatchDelimiterString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Used for batch writing and sp defs.
getBatchedMappings() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return any mappings that are always batched.
getBatchEndString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for batch writing and sp defs.
getBatchEndString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for batch writing and sp defs.
getBatchFetchPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return the batch fetch policy for configuring batch fetching.
getBatchFetchType() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return the type of batch fetching to use for all queries for this class if configured.
getBatchObjects() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return temporary map of batched objects.
getBatchObjects() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return temporary map of batched objects.
getBatchObjects() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return temporary map of batched objects.
getBatchReadAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return all attributes specified for batch reading.
getBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
getBeforeMoveIndex(int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the specified "before" move index.
getBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
getBidirectionalTargetAccessor() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Gets the AttributeAccessor that is used to get and set the value of the container on the target object.
getBidirectionalTargetAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Gets the name of the backpointer attribute on the target object.
getBidirectionalTargetContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
 
getBidirectionalTargetGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Gets the name of the method to be used when accessing the value of the back pointer on the target object of this mapping.
getBidirectionalTargetSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Gets the name of the method to be used when setting the value of the back pointer on the target object of this mapping.
getBigDecimal(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBigDecimal(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBigDecimal(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBigInteger(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBigInteger(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBigInteger(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBinaryAttachment() - Method in class org.eclipse.persistence.tools.dbws.OperationModel
 
getBinder(Binder) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Return the EclipseLink implementation of Binder.
getBindings() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
getBindings() - Method in class org.eclipse.persistence.tools.dbws.SQLOperationModel
 
getBoolean(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBoolean(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBoolean(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBooleanGetMethodName(String, String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java get method name for a given string.
getBothConversions() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getBoundType() - Method in class org.eclipse.persistence.jaxb.JAXBContext.RootLevelXmlAdapter
 
getBoundTypeForXmlAdapterClass(Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
getBuildDate() - Static method in class org.eclipse.persistence.Version
 
getBuilder() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return the expression builder which is the ultimate base of this expression, or null if there isn't one (shouldn't happen if we start from a root)
getBuilder() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Return the expression builder which is the ultimate base of this expression, or null if there isn't one (shouldn't happen if we start from a root)
getBuildNumber() - Static method in class org.eclipse.persistence.Version
 
getBuildRevision() - Static method in class org.eclipse.persistence.Version
 
getBuildSql() - Method in class org.eclipse.persistence.tools.dbws.SQLOperationModel
 
getBuildTime() - Static method in class org.eclipse.persistence.Version
 
getBuildType() - Static method in class org.eclipse.persistence.Version
 
getBuiltInType(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
getByIndex(int) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the indexed value from result.
getByte(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getByte(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getByte(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBytes(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBytes(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getBytes(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getCachedConnection() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: Return the currently cached connection to the external connection pool
getCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return the cached SQL call for the expression query.
getCachedUpdateCalls(Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return the cached update SQL call based on the updated fields.
getCacheInterceptorClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction between EclipseLink and the internal cache for that class will pass through the Interceptor.
getCacheInterceptorClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A CacheInterceptor is an adaptor that when overridden and assigned to a Descriptor all interaction between EclipseLink and the internal cache for that class will pass through the Interceptor.
getCacheInvalidationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the CacheInvalidationPolicy for this descriptor For uninitialized cache invalidation policies, this will return a NoExpiryCacheInvalidationPolicy
getCacheInvalidationPolicy() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Return the query cache invalidation policy.
getCacheIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Controls how the Entity instances will be cached.
getCacheKey(Object, boolean) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Return the cache key (with object) matching the searchKey.
getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Get the cache key (with object) for the primary key.
getCacheKeyForLock(Object) - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor
Return the cache key (with object) matching the searchKey.
getCacheKeyForLock(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Get the cache key (with object) for the primary key.
getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return what cache key type to use to store the object in the cache.
getCacheName(ClassDescriptor) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
Helper method to retrieve the cache name to use for the provided descriptor.
getCacheSynchronizationType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get a value indicating the type of cache synchronization that will be used on objects of this type.
getCacheTransactionIsolation() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
ADVANCED: By default concurrency is optimized and the cache is not locked more than required during reads or writes, This allows for virtual concurrent reading and writing and should never cause any problems.
getCacheType() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Return the type of the cache used for the query results.
getCacheType() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getCacheTypeFor(Class) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: getCacheTypeFor: Give a more UI-friendly version of the cache type
getCacheUsage() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Return the cache usage for this query.
getCacheUsage() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return the cache usage.
getCall() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: Return the call that caused the exception.
getCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
OBSOLETE: Return the call for this query.
getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
INTERNAL: Return call header for the call string.
getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
INTERNAL: Return call header for the call string.
getCallHeader(DatabasePlatform) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Return call header for the call string.
getCallString() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the string for the call
getCascadeLockingPolicies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
getCascadePolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the cascade policy.
getCase() - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getCaseOperand() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Returns the Expression that represents the CASE operand.
getCatalog() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
getCatalog() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
getCatalogPattern() - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
getCatalogPattern() - Method in class org.eclipse.persistence.tools.dbws.TableOperationModel
 
getCategoryLoggers() - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Return catagoryloggers
getCaughtExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method returns the vector which adds all the Descriptors Exceptions.
getCCIConnection() - Method in class org.eclipse.persistence.eis.EISAccessor
Return the CCI connection to the EIS resource adapter.
getChangedAttributeNames() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method will return a collection of the names of attributes changed in an object.
getChangedDataObjects() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns a list consisting of all the data objects that have been changed while logging.
getChangedMapKeys() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
ADVANCED: Return the stuff whose Map keys have changed.
getChangedMapKeys() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
ADVANCED: Return the objets whose Map keys have changed.
getChangedObject() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateChangeRecord
ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.
getChangedValues() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateCollectionChangeRecord
ADVANCED: Return the values representing the changed AggregateCollection.
getChanges() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method returns a reference to the collection of changes within this changeSet.
getChangeSet() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Returns the Object changeSet if available
getChangeSet(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
INTERNAL: Return the changes to be applied
getChangesForAttributeNamed(String) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: Returns the change record for the specified attribute name.
getChangeSummaries() - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
getChangeSummary() - Method in class org.eclipse.persistence.sdo.SDODataGraph
Returns the change summary associated with this data graph.
getChangeSummary() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getChangeSummary(ChangeSummary) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of ChangeSummary.
getChangeSummaryProperty() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getChangeType() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Return the change type
getChannel() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return the service channel for this command manager.
getChannel() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Return the service channel for this command manager.
getChannel() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
INTERNAL: Return the logical channel that this service subscribes to
getChar(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getChar(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getChar(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getCharacters() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getCharContent(boolean) - Method in class org.eclipse.persistence.tools.dbws.InMemoryCompiler.JavaSourceFromString
 
getCheckCacheFirst() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL:
getCheckDatabaseIfInvalid() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL:
getChild(int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
Retrieves the child Expression at the given position.
getChild(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Retrieves the child of this Resolver that has the given variable name.
getChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return all the immediate child descriptors.
getChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Return all the child descriptors.
getChildInternal(int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionExpression
 
getChildRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getChildren() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Returns the children of this Expression.
getChildren() - Method in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
Returns the children of this Expression.
getChildren() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getChildrenJoinExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: all expressions from childrenTablesJoinExpressions ANDed together
getChildrenTables() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: if reads subclasses, all tables for all read subclasses (indirect included).
getChildrenTablesJoinExpressions() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: join expression for each child table, keyed by the table
getChildUnmarshalRecord(TreeObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getChoiceFieldToClassAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getChoiceFieldToClassAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getChoiceProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the choice properties set on this property.
getClass(Class<?>) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
 
getClass(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
 
getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
getClass(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getClass(Type) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return the wrapped class corresponding to the SDO type.
getClassBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getClassDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The source descriptor of the event.
getClassDescriptor(Class) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the descriptor specified for the class.
getClassDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return the descriptor specified for the class.
getClassDescriptor(Object) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return the descriptor specified for the object's class.
getClassDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the descriptor for the alias.
getClassesInSession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to return those Class Names that have identity Maps in the Session.
getClassesInSession() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to return those Class Names that have identity Maps in the Session.
getClassExtractionMethod() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return all the classExtractionMethod
getClassExtractionMethod() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
INTERNAL: Return all the classExtractionMethod
getClassExtractionMethodName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
getClassExtractionMethodName() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
PUBLIC: A class extraction method can be registered with the descriptor to override the default inheritance mechanism.
getClassExtractor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: A class extractor can be registered with the descriptor to override the default inheritance mechanism.
getClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the ClassExtractor class name.
getClassForCode(int) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
getClassForJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
getClassIndicatorAssociations() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the class indicator associations for XML.
getClassIndicatorAssociations() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return the class indicator associations for XML.
getClassIndicatorField() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns field that the class type indicator is store when using inheritance.
getClassIndicatorFieldName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return the class indicator field name.
getClassIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the association of indicators and classes using specified ConversionManager
getClassIndicatorValue() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns value of the abstract class indicator for the Java class.
getClassIndicatorValue(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns the indicator field value for the given class If no abstract indicator mapping is specified, use the class name.
getClassInstance(Class) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Return a new instance of the class provided.
getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
getClassLoader() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModel
 
getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getClassLoader(String, Map) - Method in class org.eclipse.persistence.jpa.osgi.PersistenceProvider
Answer the ClassLoader to use to create an EntityManager.
getClassLoader(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Answer the classloader to use to create an EntityManager.
getClassLoader() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
The class-loader returned form this call will be used when loading the EclipseLink configuration.
getClassLoader() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Return the class loader that should be used to find the resource.
getClassLoader() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
 
getClassName() - Method in class oracle.eclipselink.coherence.integrated.internal.cache.LockVersionExtractor
 
getClassName() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
getClassName() - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getClassName() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
getClassName() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Returns the fully qualified class name that will be used to retrieve the constructor.
getClassName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getClassName() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCE: This method returns the class Name that this changeSet Represents.
getClassName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Return the name of class to be generated.
getClassName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Return the name of class to be generated.
getClassNameIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the mapping from class name to indicator, used by MW.
getClassNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getClassNameToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getClassNameToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getClassNameToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getClassSummaryDetails() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session.
getClassSummaryDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
PUBLIC: Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session.
getClassSummaryDetailsArray() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.
getClassSummaryDetailsArray() - Method in class org.eclipse.persistence.services.RuntimeServices
Provide a list of instance of ClassSummaryDetail containing information about all classes in the session.
getClassSummaryDetailsUsingFilter(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
Provide an instance of 2 Dimensional Array simulating tabular format information about all classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilterArray(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter.
getClassSummaryDetailsUsingFilterArray(String) - Method in class org.eclipse.persistence.services.RuntimeServices
Provide a list of instance of ClassSummaryDetail containing information about the classes in the session whose class names match the provided filter.
getClassToConvertTo() - Method in exception org.eclipse.persistence.exceptions.ConversionException
PUBLIC: Return the class to convert to.
getClassToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getClassToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Get the map containing which Class (by name) corresponds to which generated class.
getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
getClassToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getClassToUnmarshalTo(Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getClassType(Session) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCE: This method returns the class type that this changeSet Represents.
getClassWriter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
getClassWriters() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
getClause(T) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
Returns the clause being scanned by this helper.
getClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper
Returns the clause being scanned by this helper.
getClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractHavingClauseSelectStatementHelper
Returns the clause being scanned by this helper.
getClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper
Returns the clause being scanned by this helper.
getClause(AbstractSelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
Returns the clause being scanned by this helper.
getClause(SelectStatement) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseSelectStatementHelper
Returns the clause being scanned by this helper.
getClause(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectStatementHelper
Returns the clause being scanned by this helper.
getClauseExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
Returns the clause's expression.
getClauseExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper
Returns the clause's expression.
getClauseExpression(HavingClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractHavingClauseSelectStatementHelper
Returns the clause's expression.
getClauseExpression(AbstractSelectClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractSelectClauseSelectStatementHelper
Returns the clause's expression.
getClauseExpression(WhereClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
Returns the clause's expression.
getClauseExpression(T) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.ClauseHelper
Returns the expression from the given clause.
getClauseExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DeleteClauseHelper
Returns the expression from the given clause.
getClauseExpression(AbstractFromClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseHelper
Returns the expression from the given clause.
getClauseExpression(HavingClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseHelper
Returns the expression from the given clause.
getClauseExpression(OrderByClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseSelectStatementHelper
Returns the clause's expression.
getClauseExpression(C) - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectStatementHelper
Returns the clause's expression.
getClauseExpression(WhereClause) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseHelper
Returns the expression from the given clause.
getClazz() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
Gets the value of the clazz property.
getClearStatementCacheMethod() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
Return the method for the WebLogic connection clearStatementCache method.
getClonedField() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: If there are any fields associated with this expression, return them
getCMPPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return the cmp descriptor that holds cmp specific information.
getCodeWriter() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
getCoherenceKey(ClassDescriptor, Object, AbstractSession, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
Convert the internal EclipseLink primary key Vector into a single identity object being either a basic value or an Id class.
getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getCollectionClassesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Get the map for which collection class (by Type) corresponds to which generated class
getCollectionContentType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
getCollectionValuedField() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Returns
getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Returns the Expression representing the collection member, which is declared by an identification variable.
getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Returns the Expression representing the collection-valued path expression.
getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
Returns the Expression that represents the collection-valued path expression.
getColumn() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the column number where the sqlname was found by the parser.
getColumn() - Method in class org.eclipse.persistence.queries.ColumnResult
 
getColumn() - Method in class org.eclipse.persistence.queries.FieldResult
 
getColumnInfo(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getColumns() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
getCommandConverter() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return the converter instance used to convert between TopLink Command objects and an application command format.
getCommandConverter() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Return the converter instance used to convert between EclipseLink Command objects and an application command format.
getCommandManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
PUBLIC: Return the CommandManager that will invoke this CommandProcessor to process a command, and can be used to send remote commands out to other CommandProcessors in the cluster.
getCommandManager() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
ADVANCED: Return the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster.
getCommandManager() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return the manager that allows this processor to receive or propagate commands from/to TopLink cluster
getCommandProcessor() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return the command processor that processes commands received from the cluster.
getCommandProcessor() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
getCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Return the socket that will be used for the multicast.
getComparisonOperator() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpression
Returns the comparison operator, which is either '=', '>', '>=', '<', '<=' or '<>'.
getCompiler() - Method in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
getComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
Return the Map of method name/value pairs for this proxy instance.
getComponents() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
 
getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
 
getComponentType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getComponentType() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
getComponentType(ElemInfo, SqlReflector, SqlType, int[]) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
getComponentType() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlCollectionType
Return the Type object that represents the component type of this collection type.
getComponentType() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlRefType
If this Type has a component type, return the Type object that represents the component type; otherwise returns null.
getComponentType() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
If this Type has a component type, return the Type object that represents the component type; otherwise returns null.
getComposedEntity(Class<?>, Object) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.ComposeIdentityMap
 
getCompositor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getConcreteSubclassCalls() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the cache of concrete subclass calls.
getConditionalExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractConditionalClause
Returns the expression representing the composition of the conditional expressions.
getConfiguredSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getConnectByExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC:
getConnection() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
getConnection() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the connection that generated the log entry.
getConnection(AbstractSession, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: This method is used to unwrap the oracle connection wrapped by the application server.
getConnection() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlReflector
 
getConnection() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getConnectionAffinityContext() - Method in class org.eclipse.persistence.platform.database.oracle.ucp.UCPDataPartitioningCallback
 
getConnectionDetails() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Provide the details of my connection information.
getConnectionDetails() - Method in interface org.eclipse.persistence.sessions.Connector
INTERNAL: Provide the details of my connection information.
getConnectionDetails() - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Provide the details of my connection information.
getConnectionDetails() - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Provide the details of my connection information.
getConnectionFactory() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Return the javax.resource.cci.ConnectionFactory.
getConnectionFactoryURL() - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Return the JNDI URL for the managed connection factory for the JCA adapter connecting to.
getConnectionPolicy() - Method in class org.eclipse.persistence.sessions.server.ClientSession
ADVANCED: This method will return the connection policy that was used during the acquisition of this client session.
getConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
PUBLIC: Return the connection pool to pin queries to.
getConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Return the connection pool to use for this partition.
getConnectionPool() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Return the connection pool to use for sequencing.
getConnectionPool(String) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return the pool by name.
getConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return the pool by name.
getConnectionPools() - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
PUBLIC: Return the list of connection pool names to replicate queries to.
getConnectionPools() - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
PUBLIC: Return the list of connection pool names to replicate queries to.
getConnectionPools() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Connection are pooled to share and restrict the number of database connections.
getConnectionPoolType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return connection pool type.
getConnectionPoolType() - Method in class org.eclipse.persistence.services.RuntimeServices
Return connection pool type.
getConnectionsAvailable() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: returns the connections currently available for use in the pool
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
INTERNAL: Forward to custom policy
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
INTERNAL: Get a connection from one of the pools in a round robin rotation fashion.
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
 
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
INTERNAL: Get a connection from each pool.
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
INTERNAL: Get a connection from one of the pools in a round robin rotation fashion.
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
INTERNAL: Get a connection from each pool.
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
INTERNAL: Get a connection from one of the pools in a round robin rotation fashion.
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
INTERNAL: Get a connection from one of the pools in a round robin rotation fashion.
getConnectionsForQuery(AbstractSession, DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL: Get a connection from one of the pools in a round robin rotation fashion.
getConnectionSpec() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Return the javax.resource.cci.ConnectionSpec.
getConnectionSpec() - Method in class org.eclipse.persistence.eis.EISLogin
Return the connector.
getConnectionsToExternalServices() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL:
getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: In case there's no external connection attempts to create one.
getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
INTERNAL: In case there's no external connection attempts to create one, if that's successful then (in case there is no local connection, too) attempts to create local connection in a separate thread.
getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Returns clone of the original map.
getConnectionString(Accessor) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
Return the specified connection information.
getConnectionString() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return the JDBC connection string.
getConnectionString() - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Return the JDBC connection string.
getConnectionsUsed() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
Return a list of the connections that are being used.
getConnectionToLocalHost() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Return a remote connection to this service
getConnector() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
ADVANCED: Return the connector that will instantiate the connection.
getConstraint() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return any constraint of this field.
getConstraintDeletionString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Used for constraint deletion.
getConstraintDependencies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
getConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getConstructor() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Return the constructor.
getConstructorArgTypes() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
getConstructorItems() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorExpression
Returns the constructor items aggregated into a single expression and separated by commas or a single expression.
getConstructorMappings() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Return the mappings for the items.
getConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getContainer() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
getContainer() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getContainerAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated. Replaced by getInverseReferenceMapping().getAttributeAccessor()
getContainerAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated. Replaced by getInverseReferenceMapping().getAttributeAccessor()
getContainerAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated. Replaced by getInverseReferenceMapping().getAttributeName()
getContainerAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated. Replaced by getInverseReferenceMapping().getAttributeName()
getContainerGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated. Replaced by getInverseReferenceMapping().getGetMethodName()
getContainerGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated. Replaced by getInverseReferenceMapping().getGetMethodName()
getContainerInstance(ContainerValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getContainerPolicy() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
Convenience method.
getContainerPolicy() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Returns the receiver's containerPolicy.
getContainerPolicy() - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Return the mapping's container policy.
getContainerPolicy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Convenience method.
getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
getContainerPolicy() - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Return the query's ContainerPolicy.
getContainerPolicy() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Return the query's container policy.
getContainerSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated. Replaced by getInverseReferenceMapping().getSetMethodName()
getContainerSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated. Replaced by getInverseReferenceMapping().getSetMethodName()
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Gets the value of the containerType property.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the containerType property.
getContainingType() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns the containing type of this Property.
getContainmentProperty() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getContentHandler() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
Return the ContentHandler that the object will be marshalled to.
getContents() - Method in class oracle.eclipselink.coherence.exceptions.i18n.IntegrationExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.EISExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JAXBExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JMSProcessingExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.JPQLExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.OptimisticLockExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.QueryExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.RemoteCommandManagerExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.TransactionExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLConversionExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLMarshalExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLParseExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.exceptions.i18n.XMLPlatformExceptionResource
Return the lookup table.
getContents() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryProblemResourceBundle
getContext() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Return the JNDI Context that can supplied the named ConnectionFactory.
getContext() - Static method in class org.eclipse.persistence.jpa.osgi.Activator
 
getContext(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Helper method to get a naming context.
getContext() - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Return the JNDI Context that can supplied the named DataSource.
getContextClassLoader() - Method in class oracle.eclipselink.coherence.integrated.cache.ExtractorSerializer
 
getContextClassLoader() - Method in class oracle.eclipselink.coherence.integrated.cache.WrapperPofSerializer
 
getContextClassLoader() - Method in class oracle.eclipselink.coherence.integrated.cache.WrapperSerializer
 
getContextMap() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Returns the map of helper contexts, keyed on Identifier, for the current application
getContextMapKey(ClassLoader, String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: This method will return the MapKeyLookupResult instance to be used to store/retrieve the global helper context for a given application.
getContextMapKeyForJBoss(ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Attempt to return a MapKeyLookupResult instance wrapping the archive file name and application loader based on a given JBoss classloader.
getContextMapKeyForWAS(ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Attempt to return a MapKeyLookupResult instance wrapping the application name and application loader based on a given WAS classloader.
getContextName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
Returns the context name of the declared entity.
getContextRoot() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getController() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Return the controller.
getController() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Return the controller.
getController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Return the controller.
getConversionCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
getConversionCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
getConversionFunDecl() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getConversionManager() - Method in class org.eclipse.persistence.eis.EISPlatform
The platform holds its own instance of conversion manager to allow customization.
getConversionManager() - Method in class org.eclipse.persistence.oxm.platform.XMLPlatform
 
getConversionPL2SQLFunBody() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getConversionSQL2PLFunBody() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
PUBLIC: Return the converter on the mapping.
getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
PUBLIC: Return the converter on the mapping.
getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Return the converter on the mapping.
getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
Return the converter on the mapping.
getConverter(XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getConverter() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
Return the converter on the mapping.
getConverter(XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getCopies() - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Get the session.
getCopyHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the CopyHelper instance for this helper context.
getCopyHelper(CopyHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of CopyHelper.
getCopyPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the copy policy.
getCopyPolicyClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the name of a Class that implements CopyPolicy Will be instantiated as a copy policy at initialization times using the no-args constructor
getCounterFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getCounterFieldName() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
getCreated() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return all created objects
getCreatedXPaths() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getCreateTempTableSqlBodyForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 allows LIKE to be used to create temp tables, which avoids having to know the types.
getCreateTempTableSqlBodyForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL:
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 temp table syntax.
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL temp table syntax, used for update-all, delete-all queries.
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL:
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL:
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL:
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Returns the beginning of the SQL string to create a temporary table.
getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 temp table syntax.
getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL:
getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL:
getCreateTempTableSqlSuffix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Returns the ending of the SQL string to create a temporary table.
getCreateViewString() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: Used for view creation.
getCreationHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
 
getCreationHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
getCreationInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
This method is used to print the required output parameter token for the specific platform.
getCreationInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
This method is used to print the required output parameter token for the specific platform.
getCreationOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getCreationPrefix() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the beginning of the sql create statement - the part before the name.
getCreationSuffix() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the end of the sql create statement - the part after the field list.
getCurrentChanges() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: This method will calculate the changes for the UnitOfWork.
getCurrentContext() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the current JPQLQueryContext, i.e. the context of the query being manipulated, which can either be the top-level query or a subquery.
getCurrentEclipseLinkLogLevel() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Answer the EclipseLink log level that is changeable.
getCurrentEclipseLinkLogLevel() - Method in class org.eclipse.persistence.services.RuntimeServices
PUBLIC: Answer the EclipseLink log level that is changeable.
getCurrentElements() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
 
getCurrentElements() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL:
getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
Return a populated XMLRoot object.
getCurrentQuery() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the current Expression being manipulated, which is either the top-level query or a subquery.
getCurrentSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getCurrentTime(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Whenever a historical record is logically deleted (updated) or inserted, the end and start fields respectively will be set to this value.
getCursorCode() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Return the code for preparing cursored output parameters in a stored procedure
getCursorSize() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Retrieve the size of the open cursor by executing a count on the same query as the cursor.
getCursorSize() - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Retrieve the size of the open cursor by executing a count on the same query as the cursor.
getCursorSize() - Method in class org.eclipse.persistence.queries.ScrollableCursor
INTERNAL: Retrieve the size of the open cursor by executing a count on the same query as the cursor.
getCustomClass() - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL Used by SQLCall.translate(..)
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Used by SQLCall.translate(..)
getData() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
PUBLIC: Return the database rows for the query result.
getDatabaseErrorCode() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: This is the database error number.
getDatabaseField() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
 
getDatabaseField() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
getDatabaseMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Return the mapping, casted a bit more generally.
getDatabaseMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Return the mapping, casted a bit more generally.
getDatabaseMetaData(Connection) - Static method in class org.eclipse.persistence.tools.dbws.jdbc.JDBCHelper
 
getDatabaseName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The database name is required when connecting to databases that support multiple databases within a single server instance (e.g.
getDatabasePlatform() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return the database platform used by the DatabaseSession.
getDatabasePlatform() - Method in class org.eclipse.persistence.services.RuntimeServices
Return the database platform used by the DatabaseSession.
getDatabasePlatform() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getDatabaseQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Access the internal EclipseLink query wrapped within the JPA query.
getDatabaseQuery() - Method in interface org.eclipse.persistence.jpa.JpaQuery
PUBLIC: Return the cached database query for this query.
getDatabaseSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the underlying database session
getDatabaseSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
Returns the DatabaseSession that the Factory will be using and initializes it if it is not available.
getDatabaseSession(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Retrieve the shared database session from the EMF.
getDatabaseSession() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
getDatabaseSession() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: getDatabaseSession(): Answer the instance of DatabaseSession the receiver is helping.
getDatabaseStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL:
getDatabaseStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
INTERNAL: Recalculate the database strings each time this is called in case one has been added.
getDatabaseTypeForCode(int) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
getDatabaseTypeForCode(String) - Static method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
getDatabaseURL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The database URL is the JDBC URL for the database server.
getDatabaseURL() - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: The database URL is the JDBC URL for the database server.
getDataClass() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
PUBLIC: Returns the class type of the data value.
getDataClassName() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Return the name of the data type for the MW usage.
getDataFactory() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the DataFactory instance for this helper context.
getDataFactory(DataFactory) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of DataFactory.
getDataFactoryDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
 
getDataFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Return the data format that the descriptor maps to.
getDataGraph() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns the data graph associated with this change summary or null.
getDataGraph() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDataHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the DataHelper instance for this helper context.
getDataHelper(DataHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of DataHelper.
getDataLength() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.AttributeField
Returns the Type object of the declared type of the field.
getDataObject() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Return the DataObject associated with this value store.
getDataObject(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDataObject(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDataObject(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDataObject(DataObject) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of DataObject.
getDataObject() - Method in class org.eclipse.persistence.sdo.SDOSequence
 
getDataObjectFromQuery(String, int, int, int, DataObject, String) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Access the DataObject value by using the fragment containing query informations.
getDataResults(DatabaseMapping) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return the remaining data results for the mapping.
getDataResults() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return temporary list of rows from parent batch query per batched mapping.
getDataResults() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return all of the rows fetched by the query, used for 1-m joining.
getDataSource() - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Return the javax.sql.DataSource.
getDataSource() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getDatasourceCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Return the call for this query.
getDatasourceCalls() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Return the calls for this query.
getDatasourceLogin() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the login, the login holds any database connection information given.
getDatasourceLogin() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return the login.
getDatasourceLogin() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the login, the login holds any database connection information given.
getDataSourceName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
getDatasourcePlatform() - Method in class org.eclipse.persistence.sequencing.Sequence
 
getDatasourcePlatform() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return the datasource platform specific information.
getDatasourcePlatform() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return the datasource platform specific information.
getDatasourcePlatform() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: Return the datasource platform specific information.
getDatasourcePlatform() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the database platform currently connected to.
getDataTypeName() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Specify the data type name for the class of objects the descriptor maps.
getDataTypesConvertedFrom(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Return the list of Classes that can be converted to from the passed in javaClass.
getDataTypesConvertedTo(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Return the list of Classes that can be converted from to the passed in javaClass.
getDate() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the date of the log entry.
getDate(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDate(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDate(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDateFormat() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Return the date format to be used when printing a log entry date.
getDateString(Date) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
Return the specified date and/or time information in string.
getDbStoredFunctionReturnType() - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
Get the DatabaseType of the stored function's return argument.
getDbStoredProcedures() - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
Return the List of stored procedures for this ProcedureOperationModel.
getDBWSProviderClassJarEntry() - Method in class org.eclipse.persistence.tools.dbws.JavasePackager.JavaseArchiver
 
getDBWSProviderClassJarEntry() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
getDBWSProviderSourceJarEntry() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
getDeclaration() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractFromClause
Returns the Expression that represents the declaration of this clause.
getDeclarationExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.ResolverBuilder
 
getDeclarationResolverImp() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
 
getDeclarations() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Returns the ordered list of Declarations.
getDeclarations() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the ordered list of Declarations.
getDeclareBeginString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: DECLARE stanza header for Anonymous PL/SQL block
getDeclaredAnnotation(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
getDeclaredAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
getDeclaredClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredField(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredFields() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DefaultArgsHolderType
Returns an array of Field objects reflecting all the accessible fields of this Type object.
getDeclaredFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaBaseType
 
getDeclaredFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlRecordType
 
getDeclaredFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithFields
Returns an array of Field objects reflecting all the fields declared by this SqlTypeWithFields object.
getDeclaredFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns an array of Field objects reflecting all the fields declared by this Type object.
getDeclaredMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
Assumes JavaType[] contains JavaClassImpl instances
getDeclaredMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getDeclaredMethods() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaBaseType
 
getDeclaredMethods() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlStmtType
Returns an array of Method objects reflecting all the methods declared by this SqlTypeWithMethods object.
getDeclaredMethods() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithMethods
Returns an array of Method objects reflecting all the methods declared by this SqlTypeWithMethods object.
getDeclaredMethods() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns an array of Method objects reflecting all the methods declared by this Type object.
getDeclaredProperties() - Method in class org.eclipse.persistence.sdo.SDOType
 
getDeclaredProperties() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getDeclaredPropertiesMap() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
getDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Get the value from the wrapped POJO, wrapping in DataObjects as necessary.
getDeclaredProperty(int) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
getDeclaredType() - Method in class org.eclipse.persistence.oxm.XMLRoot
 
getDeclClass(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaName
 
getDeclClass() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.LangName
Returns the name of the generated class within the package.
getDeclClass() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
 
getDeclClass() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the declaration class name of an SqlName.
getDeclClass(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getDeclItf() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaName
Returns the name of the decl interface
getDeclItf(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaName
Returns the name of the decl interface
getDeclItf() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
 
getDeclItf() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the declaration interface name of a SqlName.
getDeclItf(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the declaration interface name of a SqlName.
getDeclItfPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaName
Returns the package name of the decl interface
getDeclItfPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
 
getDeclItfPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the Java declaration interface of an SqlName.
getDeclPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.LangName
Returns the package name of the declared class.
getDeclPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Name
 
getDeclPackage() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the declaration package name of an SqlName.
getDeepCopies() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getDefault() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns the default value this Property will have in a data object where the Property hasn't been set.
getDefaultAttributeValue() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: The default value can be used if the database can possibly store additional values then those that have been mapped.
getDefaultCacheIsolation() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the project level default for class cache isolation;
getDefaultConnectionPolicy() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: The default connection policy is used by default by the acquireClientConnection() protocol.
getDefaultConnectionPolicy() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: The default connection policy is used by default by the acquireClientConnection() protocol.
getDefaultConnectionPool() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Return the default connection pool used for any unmapped values.
getDefaultConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return the default connection pool.
getDefaultConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return the default connection pool.
getDefaultConnector() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
INTERNAL: Return the connector that will instantiate the java.sql.Connection.
getDefaultDeleteObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default DeleteObjectQuery Redirector will be applied to any executing DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
getDefaultEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Returns EntityFetchGroup corresponding to default FetchGroup.
getDefaultEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
getDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the default fetch group on the descriptor.
getDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Return the descriptor-level default fetch group.
getDefaultIdentityMapClass() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return default value for descriptor cache type.
getDefaultIdentityMapSize() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return default value descriptor cache size.
getDefaultIdValidation() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return default value for descriptor primary key validation.
getDefaultInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
PUBLIC: Return the default initial context factory name for a specific CORBA orb.
getDefaultInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
 
getDefaultInsertObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default InsertObjectQuery Redirector will be applied to any executing InsertObjectQuery that does not have a redirector set directly on the query.
getDefaultIsIsolated() - Method in class org.eclipse.persistence.sessions.Project
Deprecated. see getDefaultCacheIsolation()
getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
ADVANCED: Return the default local URL for JNDI lookups
getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
INTERNAL: Overwrite super method and return the default local URL .
getDefaultLocalUrl() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Return the default local URL for JNDI lookups
getDefaultLockingFieldType() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Return the default timestamp locking filed java type, default is Timestamp.
getDefaultLockingFieldType() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Return the default version locking filed java type, default is BigDecimal
getDefaultLoggingLevel() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
Return the system default log level.
getDefaultManager() - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Lazy initialize the default instance.
getDefaultNamespaceURI() - Method in class org.eclipse.persistence.oxm.NamespaceResolver
 
getDefaultPackage() - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaName
 
getDefaultPackageName() - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Get default package name when no targetNamespace URI exists.
getDefaultPropertiesFileName() - Static method in class org.eclipse.persistence.tools.PackageRenamer
 
getDefaultQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default Query Redirector will be applied to any executing object query that does not have a more precise default (like the default ReadObjectQuery Redirector) or a redirector set directly on the query.
getDefaultReadAllQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default ReadAllQuery Redirector will be applied to any executing ReadAllQuery that does not have a redirector set directly on the query.
getDefaultReadObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default ReadObjectQuery Redirector will be applied to any executing ReadObjectQuery that does not have a redirector set directly on the query.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Returns the default set of read-only classes.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL Return the read-only classes
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Get the default read-only classes
getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: CR#2751 Returns the set of read-only classes for the receiver.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL Return the read-only classes
getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To get the default read-only classes from the server side.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Get the default read-only classes
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL Return the read-only classes
getDefaultReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To get the default read-only classes from the server side.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Get the default read-only classes
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultRedirector() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Returns the specific default redirector for this query type.
getDefaultReferenceMode() - Method in interface org.eclipse.persistence.sessions.Session
Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.
getDefaultReportQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default ReportQuery Redirector will be applied to any executing ReportQuery that does not have a redirector set directly on the query.
getDefaultRootElement() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Return the default root element name for the ClassDescriptor This value is stored in place of a table name This value is mandatory for all root objects
getDefaultRootElementField() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getDefaultRootElementType() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getDefaultSequence() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Return the platform's default sequence.
getDefaultSequence() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Get default sequence
getDefaultSequenceTableName() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Returns the table name used by TableSequence by default.
getDefaultSequenceToWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used only for writing the login into XML or Java.
getDefaultSession() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the default session.
getDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: The first table in the tables is always treated as default.
getDefaultTableCreator(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Construct the default TableCreator.
getDefaultTargetNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getDefaultTemporalMutable() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the default setting for configuring if dates and calendars are mutable.
getDefaultTransactionManager() - Static method in class org.eclipse.persistence.transaction.JTATransactionController
 
getDefaultTypeLen(String) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.Util
 
getDefaultUpdateObjectQueryRedirector() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
A Default UpdateObjectQuery Redirector will be applied to any executing UpdateObjectQuery or UpdateAllQuery that does not have a redirector set directly on the query.
getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the defaultValue property.
getDefaultValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the defaultValue property.
getDefaultWriter() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
getDeferModificationsUntilCommit() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: This can be used to control when changes to objects are submitted to the database This is only applicable to TopLink's CMP implementation and not available within the core.
getDelayBetweenConnectionAttempts() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Returns the number of milliseconds that EclipseLink will wait between attempts to reconnect a DatabaseConnection in the case EclipseLink is attempting to retry a query, the default is 5000.
getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Check whether the contents have been read from the database.
getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Check whether the contents have been read from the database.
getDelegate() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Check whether the contents have been read from the database.
getDelegate() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionVisitorWrapper
Returns the delegate ExpressionVisitor that is receiving all the calls from this one.
getDelegate() - Method in class org.eclipse.persistence.sdo.SDOExternalizableDelegator
 
getDelegateObject() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL: Return the real collection object.
getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the real collection object.
getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Return the real collection object.
getDelegateObject() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the real collection object.
getDeleteAllCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Delete all criteria is created with target foreign keys and source keys.
getDeleteAllQuery() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
 
getDeleteAllQuery() - Method in class org.eclipse.persistence.mappings.CollectionMapping
 
getDeleteAtIndexQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
getDeleteCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete call.
getDeleteClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteStatement
Returns the Expression representing the DELETE clause.
getDeleted() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return all deleted objects
getDeletedObjects() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns the reference to the deleted objects from the changeSet
getDeleteNullQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
getDeleteQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete query.
getDeleteQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
getDeleteQuery() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
 
getDeleteQuery() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
 
getDeleteSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete SQL string.
getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
 
getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
getDeployedEclipseLinkLogLevel() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Answer the EclipseLink log level at deployment time.
getDeployedEclipseLinkLogLevel() - Method in class org.eclipse.persistence.services.RuntimeServices
PUBLIC: Answer the EclipseLink log level at deployment time.
getDeployedSessionLog() - Method in class org.eclipse.persistence.services.RuntimeServices
 
getDeployedSessionProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
 
getDepth() - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Return the cascade depth.
getDerivedIdMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the maps id value
getDerivesIdMappinps() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return the derives id mappings.
getDescribesNonPersistentSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: Determines whether the descriptors using this inheritance policy should be used as descriptors for subclasses of the classes they describe if those subclasses do not have their own descriptor e.g.
getDescriptor() - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheLoader
 
getDescriptor() - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkNativeCacheLoader
 
getDescriptor(String, Session, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
Lookup in the provided session a ClassDescriptor which is configured to use the provided cache name.
getDescriptor() - Method in class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheLoader
 
getDescriptor() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL:
getDescriptor() - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
Return the descriptor.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The source descriptor of the event.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return the descriptor associated with this descriptor query manager
getDescriptor() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Return the referenced descriptor.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns the descriptor which the policy belongs to.
getDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns descriptor corresponding to the class owning the policy or its subclass - otherwise null.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
 
getDescriptor() - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
INTERNAL: Return the descriptor.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Return the owner of the policy.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
getDescriptor() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL:
getDescriptor() - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getDescriptor() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
PUBLIC: Return the descriptor that the problem was detected in.
getDescriptor() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Only usable after the session and class have been set.
getDescriptor() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Return the descriptor of the policy.
getDescriptor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the XmlDescriptor set on this TypeInfo.
getDescriptor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the descriptor to which this mapping belongs
getDescriptor() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Return the descriptor.
getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
getDescriptor(XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
getDescriptor(XMLRecord, AbstractSession, QName) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
getDescriptor() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getDescriptor(QName) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.
getDescriptor(QName) - Method in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.
getDescriptor(Object) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
INTERNAL: Return the descriptor for the root object.
getDescriptor(Object, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
INTERNAL: Return the descriptor for the root object.
getDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
INTERNAL: Return the descriptor for the root object.
getDescriptor(Object, boolean) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getDescriptor(Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getDescriptor(XMLRoot) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getDescriptor(XMLRoot, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getDescriptor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the descriptor assigned with the reference class
getDescriptor() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the descriptor that this is the map for.
getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the descriptor specified for the class.
getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Return the table descriptor specified for the class.
getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return the table descriptor specified for the class.
getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Return the table descriptor specified for the class.
getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To get descriptor from the server side
getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptor(Class) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Return the table descriptor specified for the class.
getDescriptor(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To get descriptor from the server side
getDescriptor(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return the descriptor specified for the class.
getDescriptor(Object) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return the descriptor specified for the object's class.
getDescriptorByGlobalType(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the XMLDescriptor mapped to the global type matching the XPathFragment parameter.
getDescriptorByGlobalType(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLContext.XMLContextState
INTERNAL: Return the XMLDescriptor mapped to the global type matching the XPathFragment parameter.
getDescriptorClass() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the class that this is the map for.
getDescriptorCorrespondingTo(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return the descriptor.
getDescriptorEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get the event manager for the descriptor.
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the descriptor for the alias
getDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the descriptor for the alias.
getDescriptorForTarget(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return a descriptor for the target of this mapping
getDescriptorForTarget(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return a descriptor for the target of this mapping For normal ObjectReferenceMappings, we return the reference descriptor.
getDescriptorInheritancePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.
getDescriptorMethodNames() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
getDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the queryManager.
getDescriptors() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the descriptors in a ClassDescriptors Map keyed on the Java class.
getDescriptors() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return all registered descriptors.
getDescriptors() - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCORDescriptorBuilder
 
getDescriptors() - Method in class org.eclipse.persistence.tools.dbws.oracle.AdvancedJDBCOXDescriptorBuilder
 
getDescriptors() - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLORDescriptorBuilder
 
getDescriptors() - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLOXDescriptorBuilder
 
getDescriptorsMap() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getDescriptorStream() - Method in interface org.eclipse.persistence.jpa.Archive
 
getDescriptorType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: return the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
getDescriptorTypeValue() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This method is explicitly used by the XML reader.
getDiagnosticsCollector() - Method in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
getDimensionality() - Method in interface org.eclipse.persistence.jpa.jpql.spi.ITypeDeclaration
Returns the Type for the array type if (ITypeDeclaration.isArray() is true) or 0 if the type is not an array.
getDirectField() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the direct field.
getDirectFieldName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Returns the name of the field name in the reference table.
getDirectKeyField() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL:
getDirectoryFromEntryName(String) - Static method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
 
getDiscoveryManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return the discovery manager that manages membership in the EclipseLink cluster.
getDiscoveryManager() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Return the discovery manager that detects the arrival of new cluster members
getDiscriminatorColumn() - Method in class org.eclipse.persistence.queries.EntityResult
Returns the column name for the column that will store the value used to determine the subclass type if applicable.
getDistance() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getDistinctState() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
getDocPresPolicy() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getDocPresPolicy() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
getDocument() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Return the document.
getDocument() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getDocument() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
getDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getDocument() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Return the document.
getDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
getDocumentBuilder() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
 
getDocumentBuilder() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
 
getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.oxm.XMLBinder
Gets this XMLBinder's document preservation policy.
getDocumentPreservationPolicy(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the DocumentPreservationPolicy associated with this session
getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.oxm.XMLLogin
 
getDoesExistCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's does-exist call.
getDoesExistField() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return the write lock field or the first primary key field if not using locking.
getDoesExistQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's does exist query.
getDoesExistSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's does exist SQL string.
getDOM() - Method in interface org.eclipse.persistence.eis.DOMRecord
 
getDOM() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Return the DOM.
getDOM() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getDOM() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
Return the Node that the object will be marshalled to.
getDOM() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getDOM() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getDOM() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Return the DOM.
getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
getDomainClass() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
getDomainClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getDomHandler() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the domHandler property.
getDomHandlerClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the DomHandler class name.
getDomToXMLStreamWriter() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
getDoNotRedirect() - Method in class org.eclipse.persistence.queries.DatabaseQuery
This method is used in combination with redirected queries.
getDouble(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDouble(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDouble(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getDriver() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return db driver class name.
getDriver() - Method in class org.eclipse.persistence.services.RuntimeServices
Return db driver class name.
getDriver() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getDriverClassName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The driver class is the name of the Java class for the JDBC driver being used (e.g.
getDriverClassName() - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: The driver class is the name of the Java class for the JDBC driver being used (e.g.
getDriverURLHeader() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The driver URL header is the string predetermined by the JDBC driver to be part of the URL connection string, (e.g.
getDriverURLHeader() - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: The driver URL header is the string predetermined by the JDBC driver to be part of the URL connection string, (e.g.
getDriverVersion() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Return the driver version.
getDropSchemaWriter() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
getDumpTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Return the number of milliseconds after which the monitor results should be logged.
getDynamicClassLoader() - Method in class org.eclipse.persistence.dynamic.DynamicHelper
 
getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
 
getDynamicClassLoader() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
getDynamicType(String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
Obtain a reference to the DynamicType object for a given Java name.
getEISPlatform() - Method in class org.eclipse.persistence.eis.EISAccessor
Return and cast the platform.
getEJBQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the EJBQL string of the query.
getEjbqlString() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the EJBQL string for this call
getElement() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getElementDataTypeName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
PUBLIC: Return the "data type" associated with each element in the nested collection.
getElementDeclarationsForScope(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getElementFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Gets the value of the elementFormDefault property.
getElementName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getElementName(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
 
getElementRefsPropName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the XmlElementRefs property name, if one has been set.
getElementScope() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Indicates if a global element should be generated for this type.
getElemInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
getElemInfo(String, String, String, String, String, ViewCache) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
getElemInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlCollectionType
 
getElemTypecode() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlIndexTableType
 
getElemTypeLength() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlCollectionType
 
getElemTypePrecision() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlCollectionType
 
getElemTypeScale() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlCollectionType
 
getEleType() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaArrayType
 
getElseExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseExpression
Returns the Expression that represents the ELSE operand.
getEMF() - Method in class oracle.eclipselink.coherence.integrated.EclipseLinkJPACacheLoader
 
getEMF() - Method in class oracle.eclipselink.coherence.standalone.EclipseLinkJPACacheLoader
 
getEMF() - Method in class org.eclipse.persistence.jpa.osgi.EMFServiceProxyHandler
 
getEmptyList() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL:
getEncoding() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
PUBLIC: Gets the encoding for this document.
getEncoding() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Get the encoding set on this XMLMarshaller If the encoding has not been set the default UTF-8 will be used
getEncoding() - Method in class org.eclipse.persistence.oxm.XMLRoot
 
getEncoding() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
getEncoding() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKTransformer
 
getEncoding() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
getEncoding() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the XML encoding of the document, or null if not specified.
getEnd() - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
getEnd(int) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
getEndFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
getEndFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
getEndPosition() - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
Returns the position from where the problem ends, inclusively.
getEndPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the position from where the problem ends, inclusively.
getEndValue() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Return the range end value.
getEntity() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Return the POJO associated with this value store.
getEntityDescriptor() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Return the XMLDescriptor associated with this value store.
getEntityEventListener() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
getEntityExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Returns the Expression representing the entity expression.
getEntityFetchGroup(Set<String>) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Returns entity fetch group corresponding to the passed set of attributes.
getEntityFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Returns entity fetch group corresponding to the passed fetch group.
getEntityFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Returns EntityFetchGroup that will be applied to objects returned by the query.
getEntityFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Returns EntityFetchGroup that will be applied to objects returned by the query.
getEntityListenerEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
getEntityManager(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Convert a JPA entityManager into a EclipseLink specific one.
getEntityManager() - Method in interface org.eclipse.persistence.jpa.JpaQuery
PUBLIC: return the EntityManager for this query
getEntityManagerFactory(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Given a JPA EntityManagerFactory attempt to cast it to a EclipseLink EMF.
getEntityManagerFactory(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Given an EntityManager return the EntityManagerFactory that created it.
getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.MetadataSource
PUBLIC: This method is responsible for returning the object representation of the MetadataSource.
getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.MetadataSourceAdapter
 
getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
This method is responsible for returning the object representation of the MetadataSource.
getEntityMappingsReader(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
This class returns a Reader for an EclipseLink-ORM.xml.
getEntityResolver() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Get the EntityResolver set on this XMLUnmarshaller
getEntityResolver() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
 
getEntityResolver() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
 
getEntityResolver() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
getEntityType() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.TreatExpression
Returns the Expression that represents the entity type that will be used to downcast the type of the elements in the collection.
getEntityTypeName() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteral
Returns the name of the entity type.
getEntityTypeName() - Method in class org.eclipse.persistence.jpa.internal.jpql.TreatResolver
Returns the entity type name used to downcast the path expression.
getEntries() - Method in interface org.eclipse.persistence.jpa.Archive
Returns an Iterator of the file entries.
getEntry(String) - Method in interface org.eclipse.persistence.jpa.Archive
Returns the InputStream for the given entry name.
getEntryAsURL(String) - Method in interface org.eclipse.persistence.jpa.Archive
Returns the URL for the given entry name.
getEnum() - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
getEnumClass() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
PUBLIC: Get the class which was set as the enum class which contains the fromValue method.
getEnumClass() - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
 
getEnumClassName() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
PUBLIC: Get the name of the enum class which contains the fromValue method.
getEnumClassName() - Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
 
getEnumConstant(String, String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
Returns the constant named constantName from the enum class specified by enumName.
getEnumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IType
If this IType represents an Enum type, then this method should returns the name of the constants.
getEnumerationFacetsFor(EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getEnumType() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
 
getEnumType(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the IType representing the possible given enum type.
getEnumType() - Method in class org.eclipse.persistence.jpa.internal.jpql.StateFieldResolver
 
getEnumType(String) - Method in interface org.eclipse.persistence.jpa.jpql.spi.ITypeRepository
Returns the IType representing the possible given enum constant.
getEqualityHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the EqualityHelper instance for this helper context.
getEqualityHelper(EqualityHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of EqualityHelper.
getErrorCode() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Return the exception error code.
getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLBinder
 
getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Get the ErrorHandler set on this XMLUnmarshaller
getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLValidator
Get the error handler to be used during validation
getErrorHandler() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
 
getErrorHandler() - Method in class org.eclipse.persistence.platform.xml.xdk.XDKParser
 
getErrorHandler() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
Returns the Expression that represents the escape character, which is either a single character or an input parameter.
getEventCode() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The code of the descriptor event being raised.
getEventCode() - Method in class org.eclipse.persistence.sessions.SessionEvent
PUBLIC: The code of the session event being raised.
getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBValidator
 
getEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: Returns the Listener objects that have been added.
getEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get the event manager for the descriptor.
getEventManager() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the event manager.
getEventMethods() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
getEventSelectors() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
getExampleObject() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: This method returns the current example object.
getException() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the exception that caused the log entry.
getExceptionHandler() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
getExceptionList() - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
getExceptionStore() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
INTERNAL:
getExclusiveMode() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Returns exclusive mode.
getExecuteNames() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType
 
getExecuteThread() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: This convenience method will look up a WebLogic execute thread from the runtime MBean tree.
getExecuteThreadFromMBean() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
INTERNAL: This convenience method will look up a WebLogic execute thread from the runtime MBean tree.
getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Returns FetchGroup that will be applied to the query.
getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Returns FetchGroup that will be applied to the query.
getExecutionSession() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Returns the session the underlying call was executed on.
getExecutionSession() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the execution session.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Gets the session which this query will be executed on.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Gets the session which this query will be executed on.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Gets the session which this query will be executed on.
getExecutionTime() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return the time this query actually went to the database
getExisitingGeneratedClass(TypeMappingInfo, Map<TypeMappingInfo, Class>, Map<TypeMappingInfo, Class>, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
If 2 TypeMappingInfo objects would generate the same generated class (and therefore complex type) then return the existing class otherwise return null.
getExisitingType(String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getExistenceCheck() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: This method is explicitly used by the Builder only.
getExistencePolicy() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return the existence policy for this existence Query
getExistingGlobalProperty(String, String, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getExpiryTime() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Get the expiry time as a Calendar.
getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
INTERNAL: Get the next time when this object will become invalid
getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Return the next expiry time.
getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
INTERNAL: Since this policy implements no expiry, this will always return NO_EXPIRY
getExpiryTimeInMillis(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
INTERNAL: Return the next expiry time.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
Returns the parsed tree representing the JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSingleEncapsulatedExpression
Returns the Expression that is encapsulated within parenthesis.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactor
Returns the Expression representing the arithmetic primary.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpression
 
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Returns the Expression representing the expression to be tested for a range of values.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Returns the Expression that represents the collection-valued path expression if it was parsed.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Returns the Expression that represents the state field path expression or type discriminator.
getExpression(String, int) - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Returns the deepest Expression for the given position.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NotExpression
Returns the Expression representing the expression that is negated.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
Returns the expression being tested for being null.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
Returns the Expression that represents the order by expression.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.QueryPosition
Returns the child Expression where the position of the cursor is.
getExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.VirtualQuery
Returns the string representation of the JPQL query.
getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the parsed tree representing the JPQL query.
getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IQuery
Returns the string representation of the JPQL query.
getExpressionBuilder() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Get the expression builder which should be used for this query.
getExpressionBuilder() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
REQUIRED: Get the expression builder which should be used for this query.
getExpressionQueryCacheMaxSize() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the max size of the expression query cache for avoiding regenerated dynamic query SQL.
getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Should be overridden by subclass that allows setting extendPessimisticLockScope to DEDICATED_QUERY.
getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Should be overridden by subclass that allows setting extendPessimisticLockScope to DEDICATED_QUERY.
getExtendPessimisticLockScopeDedicatedQuery(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Should be overridden by subclass that allows setting extendPessimisticLockScope to DEDICATED_QUERY.
getExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Used for JTS integration.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.CustomServerPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use in the DatabaseSession This is defined by the user via the 904 sessions.xml.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for JBoss.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer null because this does not apply.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for Oc4j.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
 
getExternalTransactionControllerClass() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use For this server platform.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use For this server platform.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.sunas.SunAS9ServerPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for SUN AS9.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for WebSphere.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for WebLogic.
getFactoryClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the factoryClass property.
getFactoryMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the factoryMethod property.
getFactoryMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getFactoryMethodParamTypes() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getFailoverConnectionPools() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the list of connection pools to used if this pool database goes down.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaNameBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticFactorBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticPrimaryBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticTermBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BooleanPrimaryBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CaseOperandBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalFactorBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalTermBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ElseExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteralBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FromClauseBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GeneralIdentificationVariableBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclarationBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InputParameterBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalBetweenExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalCoalesceExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalConcatExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalCountBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalEntityTypeExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalFromClauseBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalOrderByClauseBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalOrderByItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalSimpleFromClauseBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalUpdateClauseBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalWhenClauseBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinAssociationPathExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLStatementBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NewValueBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.PatternValueBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.PreLiteralExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclarationBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ScalarExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleArithmeticExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StateFieldPathExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StringPrimaryBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubQueryBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItemBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackBNFId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItemStateFieldPathExpressionBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on this one.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSchemaNameBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ArithmeticPrimaryBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BadExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BooleanPrimaryBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionValuedPathExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ComparisonExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConditionalFactorBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ConstructorItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EntityTypeLiteralBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclarationBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InputParameterBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalBetweenExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalCountBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalOrderByClauseBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InternalOrderByItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinAssociationPathExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLStatementBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NewValueBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.PatternValueBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.PreLiteralExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclarationBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ScalarExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SimpleSelectExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StateFieldPathExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.StringPrimaryBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubQueryBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItemBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFallbackExpressionFactoryId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItemStateFieldPathExpressionBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFetchGroup(String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Return a pre-defined named fetch group.
getFetchGroup(String, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Lookup the FetchGroup to use given a name and a flag taking into consideration descriptor inheritance to ensure parent descriptors are searched for named and default FetchGroup.
getFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return the fetch group set in the query.
getFetchGroupManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get the fetch group manager for the descriptor.
getFetchGroupName() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return the fetch group name set in the query.
getFetchGroupNonNestedFieldsSet() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the set of fields required in the select clause, for fetch group reading.
getFetchGroupNonNestedFieldsSet(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the set of fields required in the select clause, for fetch group reading.
getFetchGroups() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Return the fetch group map: keyed by the group name, valued by the fetch group object.
getFetchGroupSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the fields required in the select clause, for fetch group reading.
getFetchGroupSelectionFields(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the fields required in the select clause, for fetch group reading.
getFetchSize() - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Return the fetchSize setting that this query will set on the JDBC Statement NB - a value of zero means that no call to statement.setFetchSize() will be made.
getField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Returns an equal field held by ReturningPolicy, or null.
getField() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
getField(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a field in a data-level query.
getField(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a field in a data-level query.
getField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getField() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the field associated with this mapping if there is exactly one.
getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Return the field mapped by this mapping.
getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Return the field that holds the nested collection.
getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: The aggregate object is held in a single field.
getField() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Returns the field which this mapping represents.
getField() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
INTERNAL: Return the field for the query key.
getField() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Returns the field which this mapping represents.
getField() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Returns the field which this mapping represents.
getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
getField() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
getField(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Return the classifiction for the field contained in the mapping.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the classification for the field contained in the mapping.
getFieldClassification() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Get the type of the field value to allow conversion from the database.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Return the classifiction for the field contained in the mapping.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the classification for the field contained in the mapping.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Return the classifiction for the field contained in the mapping.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the classification for the field contained in the mapping.
getFieldClassification() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
ADVANCED: Return the class type of the field value.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the classification for the field contained in the mapping.
getFieldClassification(DatabaseField) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return the classification for the field contained in the mapping.
getFieldClassificationName() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
getFieldDefFromDBField(DatabaseField) - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Build a field definition object from a database field.
getFieldElementClass() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Return the class each element in the database row's collection should be converted to, before the collection is inserted into the database.
getFieldForName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getFieldInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DefaultArgsHolderType
 
getFieldInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlRecordType
 
getFieldInfo(String, String, String, int, SqlReflector) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlRecordType
 
getFieldInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
 
getFieldInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType
 
getFieldInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlToplevelType
 
getFieldInfo() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithFields
 
getFieldInfo(Iterator<ViewRow>) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
getFieldInfo(ArrayList<ViewRow>) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.FieldInfo
 
getFieldInfos() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
PUBLIC: Return the name of the field mapped by the mapping.
getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
PUBLIC: Return the name of the field that holds the nested collection.
getFieldName() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
PUBLIC: Return the name of the field mapped by the mapping.
getFieldName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Return the name of the field that holds the nested collection.
getFieldName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Name of the field this mapping represents.
getFieldName() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
PUBLIC: Return the field name for the query key.
getFieldName() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
PUBLIC: Return the name of the field this mapping represents.
getFieldName() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
PUBLIC: Return the name of the field this mapping represents.
getFieldName(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: return the original field name based on the argument name.
getFieldNames() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
getFieldNameToMethodNameAssociations() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Needed for backwards compatibility
getFieldNameToMethodNames() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Required for reverse compatibility and test cases:
getFieldPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getFieldPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getFieldResults() - Method in class org.eclipse.persistence.queries.EntityResult
Accessor for the internally stored list of FieldResult.
getFieldResults() - Method in class org.eclipse.persistence.queries.FieldResult
INTERNAL:
getFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
getFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Returns a vector of all the fields this mapping represents.
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Return a list of XMLFields based on the source XPath values in the source-target key field associations list.
getFields() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: This should not be used, but added some support for it as is called from some places such as sdk call used in the descriptor to define operation not supported, may also be called from toplin in some places.
getFields() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getFields() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
getFields() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
Return the record's fields defined as PLSQLargument.
getFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.DefaultArgsHolderType
 
getFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaBaseType
 
getFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlRecordType
Returns an array of Field objects reflecting all the accessible fields of this Type object.
getFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
Returns an array of Field objects reflecting all the accessible fields of this Type object.
getFields(int, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
 
getFields(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns an array of Field objects reflecting all the accessible fields of this Type object.
getFields() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the fields for the stream.
getFields() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
getFields() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
getFields() - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
 
getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return source key fields for translation by an AggregateObjectMapping
getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return source key fields for translation by an AggregateObjectMapping By default, return an empty NonSynchronizedVector
getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return source key fields for translation by an AggregateObjectMapping
getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return source key fields for translation by an AggregateObjectMapping
getFieldsForTranslationInAggregate() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return source key fields for translation by an AggregateObjectMapping
getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
INTERNAL: Returns the fields that should be compared in the where clause.
getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
INTERNAL: Returns the fields that should be compared in the where clause.
getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Returns the fields that should be compared in the where clause.
getFieldsToCompare(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: returns the lock fields to compare based on the passed in table.
getFieldsToGenerateInsert(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
getFieldsToGenerateUpdate(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
getFieldsToMergeInsert() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
getFieldsToMergeUpdate() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
getFieldToAttributeValueAssociations() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Return a collection of the field to attribute value associations.
getFieldToAttributeValues() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Get the field to attribute mapping.
getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getFieldToTransformers() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL:
getFieldTransformations() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Returns a Vector which stores fieldnames and the respective method/transformer names.
getFieldType() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
Return the Java class type of the field value.
getFieldType(Object) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
INTERNAL: return the class corresponding to the passed in JDBC type.
getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Transform the object-level value into a database-level value
getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Convert the attribute value to a field value.
getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Convert the attribute value to a field value.
getFieldValue(Object, AbstractSession, XMLRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL:
getFieldValue(Object, AbstractSession, XMLRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Convert the attribute value to a field value.
getFile() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
getFileName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
getFileName(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
getFileName(String, String) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
getFilename() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager.Archiver
 
getFilename() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
getFilter1() - Method in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
Returns the left Filter of this compound filter.
getFilter2() - Method in class org.eclipse.persistence.jpa.internal.jpql.util.CompoundFilter
Returns the second Filter of this compound filter.
getFilterFactory(Session) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.CoherenceRedirector
 
getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
 
getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
getFirstExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractDoubleEncapsulatedExpression
Returns the Expression that represents the first expression.
getFirstExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractTripleEncapsulatedExpression
Returns the Expression that represents the first expression.
getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
INTERNAL: Return the first index of parameter to be placed inside brackets in the call string.
getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
INTERNAL: Return the first index of parameter to be placed inside brackets in the call string.
getFirstParameterIndexForCallString() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Return the first index of parameter to be placed inside brackets in the call string
getFirstResult() - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Return the value that will be set for the firstResult in the returned result set
getFixedValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getFloat(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getFloat(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getFloat(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getFlushOnExecute() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: If executed against a RepeatableWriteUnitOfWork if this attribute is true EclipseLink will write changes to the database before executing the query.
getForceUpdate() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: Return true if descriptor is set to always update all registered objects of this type
getForeignKeyFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
getForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Return the foreign key field names associated with the mapping.
getForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Return the foreign key field names associated with the mapping.
getForeignKeyFields() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Returns the foreign key names associated with the mapping.
getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return a Map of any foreign keys defined within the the MapKey
getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return a Map of any foreign keys defined within the the MapKey.
getForeignKeyFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return a Map of any foreign keys defined within the the MapKey
getForeignKeyFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return a Map of any foreign keys defined within the the MapKey
getForeignKeyGroupingElement() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Get the grouping element field on the mapping.
getForeignKeyMap() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
getForeignKeyRows(AbstractRecord) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL:
getForeignKeys() - Method in class oracle.eclipselink.coherence.integrated.internal.cache.SerializableWrapper
 
getForeignKeys() - Method in interface oracle.eclipselink.coherence.integrated.internal.cache.WrapperInternal
 
getForeignKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Returns the ForeignKeyConstraint list.
getForeignKeysToPrimaryKeys() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Return the appropriate map that maps the "foreign keys" to the "primary keys".
getForeignKeyValuesFor(String) - Method in interface oracle.eclipselink.coherence.integrated.cache.Wrapper
This method provides access to the foreign key values for the related entities.
getForeignKeyValuesFor(String) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.SerializableWrapper
 
getForeignKeyValuesForCaching() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
getFragmentBuilder() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getFragmentToCompare(XMLField, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
getFragmentToCompare(XMLField, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
getFromClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Returns the Expression representing the FROM clause.
getFromCoherence(ClassDescriptor, AbstractSession, NamedCache, Object, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
getFromCoherenceWithCohKey(ClassDescriptor, AbstractSession, NamedCache, Object, boolean) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
getFromDB() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the boolean whether SqlName is from the DB.
getFromIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key and Class type of the given domainObject.
getFromIdentityMap(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated. since EclipseLink 2.1, replaced by getFromIdentityMap(Object, Class)
getFromIdentityMap(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key and Class type as those specified.
getFromIdentityMap(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key of the specified row (i.e. the database record) and Class type.
getFromIdentityMap(Vector, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated. since EclipseLink 2.1, replaced by getFromIdentityMap(Object, Class, boolean)
getFromIdentityMap(Object, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key and Class type as specified.
getFromIdentityMap(Record, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns the Object from the identity map with the same primary key of the specified row and Class type.
getFromIdentityMap(Expression, Class, Record) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
getFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
getFromIdentityMap(Expression, Class, Record, int) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory and returns an Object from this identity map.
getFullDeclClass() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SerializableType
 
getFullName() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Most major databases support a creator name scope.
getFullName() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Most major databases support a creator name scope.
getFullTargetTypeName(int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getFullTypeName(int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getFullTypeName(String, int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getFullyMergeEntity() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
getFunction(int) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: This can be used for accessing user defined functions.
getFunction(int, Vector) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: This can be used for accessing user defined functions that have arguments.
getFunction(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return a user defined function accepting the argument.
getFunction(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return a user defined function accepting the argument.
getFunctionCallHeader() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Used for stored function calls.
getFunctionName() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Return the function name of the interaction.
getFunctionName() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.FuncExpression
Returns the name of the SQL function.
getFunctionWithArguments(String, Vector) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return a user defined function accepting all of the arguments.
getGeneratedBuffers() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
getGeneratedClassesToArrayClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getGeneratedClassesToCollectionClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getGeneratedGlobalAttributes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGeneratedGlobalElements() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGeneratedJavaClassName(String) - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getGeneratedMapEntryClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getGeneratedTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGeneratedTypesByXsdQName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Return the newly-generated sequencing value.
getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Return the newly-generated sequencing value.
getGeneratedValue(Accessor, AbstractSession) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Return the newly-generated sequencing value.
getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Return a Vector of newly-generated sequencing values.
getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Return a Vector of newly-generated sequencing values.
getGeneratedVector(Accessor, AbstractSession) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Return a Vector of newly-generated sequencing values.
getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
getGenerator() - Method in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState
 
getGenericReturnType(JavaMethod) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Return a given method's generic return type as a JavaClass.
getGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
Gets the value of the getMethod property.
getGetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
Gets the value of the getMethod property.
getGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getGetMethodName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: This method is invoked reflectively on the reference object to return the value of the attribute in the object.
getGetMethodReturnType() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
 
getGlobalAttributes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Return a map of properties representing global attributes keyed on QName
getGlobalElementDeclarations() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
 
getGlobalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Lazy load and return the map of global elements.
getGlobalElements() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Return a map of properties representing global elements keyed on QName
getGlobalProperty(String, String, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns the Property defined by the named global element or attribute in the targetNamespace uri, or null if not found.
getGlobalProperty(QName, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
getGlobalProperty(String, String, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getGlobalProperty(QName, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getGlobalProperty(QName, boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
getGlobalRefs() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGroup(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
Returns AttributeGroup corresponding to the passed (possibly nested) attribute.
getGroup(String) - Method in class org.eclipse.persistence.queries.FetchGroup
Returns FetchGroup corresponding to the passed (possibly nested) attribute.
getGroup(String) - Method in class org.eclipse.persistence.queries.LoadGroup
Returns LoadGroup corresponding to the passed (possibly nested) attribute.
getGroup(String) - Method in class org.eclipse.persistence.sessions.CopyGroup
Returns CopyGroup corresponding to the passed (possibly nested) attribute.
getGroupByClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Returns the Expression representing the GROUP BY clause.
getGroupByExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return the group bys.
getGroupByItems() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.GroupByClause
Returns the Expression that represents the list of group by items if any was parsed.
getGroupingElements() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Returns the list of grouping elements currently stored on the MarshalRecord
getHavingClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractSelectStatement
Returns the Expression representing the HAVING clause.
getHavingExpression() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return the Having expression.
getHeader(String) - Static method in class oracle.eclipselink.coherence.exceptions.ExceptionMessageGenerator
Get one of the generic headers used for the exception's toString().
getHeader(String) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
Get one of the generic headers used for the exception's toString().
getHelper() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Return the Helper object set on this processor.
getHelper(Class<T>) - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor
Retrieves the helper associated with the given helper class.
getHelper(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.GrammarValidator
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.DataObjectInputStream
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
Return the helperContext that this instance is associated with.
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
INTERNAL: Return the current helperContext associated with this delegate.
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Return the current helperContext associated with this delegate.
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBXMLHelper
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: Return the helperContext containing this copyHelper.
getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDODataFactory
INTERNAL: Return the helperContext that this instance is associated with.
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
INTERNAL:
getHelperContext() - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Return the helperContext containing this equalityHelper.
getHelperContext() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Return the helper context for a given key.
getHelperContext(String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the local helper context associated with the given identifier, or create one if it does not already exist.
getHelperContext(String, ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the local helper context with the given identifier, or create one if it does not already exist.
getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Return the helperContext that this instance is associated with.
getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL: Return the helperContext that this instance is associated with.
getHelperContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL: Return the helperContext that this instance is associated with.
getHelperContext(HelperContext) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of HelperContext.
getHelperContext() - Method in class org.eclipse.persistence.sdo.SDOResolvable
 
getHelperContext() - Method in class org.eclipse.persistence.sdo.SDOType
Return the HelperContext object associated with this type.
getHint() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns a hint associated with the Type.
getHintString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the current database hint string of the query.
getHistoricalTables() - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
getHistoryPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return this descriptor's HistoryPolicy.
getHistoryPolicy() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Allow history support on the reference table.
getHistoryPolicy() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Allows history tracking on the m-m join table.
getHistoryTableNames() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
getHits() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
getId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.ExpressionFactory
Returns the unique identifier of this ExpressionFactory.
getId() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLQueryBNF
Returns the unique identifier of this JPQLQueryBNF.
getId(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns the object's Id.
getId() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the Id for the result or null if not requested.
getId() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method returns the primary key for the object that this change set represents.
getId() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
INTERNAL: Get the unique identifier for the service
getId(Object) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Extract and return the Id from the object.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractPathExpression
Returns the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberDeclaration
Returns the Expression representing the identification variable, which maps the collection-valued path expression.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Returns the Expression that represents the identification variable.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.RangeVariableDeclaration
Returns the Expression that represents the identification variable.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractConditionalClause
Returns the JPQL identifier of this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractEncapsulatedExpression
Returns the JPQL identifier of this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Returns the identifier for this expression that may include NOT if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CollectionMemberExpression
Returns the identifier for this expression that may include NOT and OF if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.EmptyCollectionComparisonExpression
Returns the identifier for this expression that may include NOT if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Returns the identifier for this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Returns the identifier this expression represents.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFetch
Returns the identifier this expression represents.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LikeExpression
Returns the enum constant that represents the identifier.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.LogicalExpression
Returns the identifier that is aggregating the two expressions.
getIdentifier() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.NullComparisonExpression
Returns the identifier for this expression that may include NOT if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the unique label for this HelperContext.
getIdentifierQuoteCharacter() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Deprecated.  
getIdEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Returns EntityFetchGroup corresponding to primary key attribute(s).
getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the fields that make up the identity of the mapped object.
getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the fields that make up the identity of the mapped object.
getIdentityFieldsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return the fields that make up the identity of the mapped object.
getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the fields that make up the identity of the mapped object.
getIdentityMapAccessor() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: The IdentityMapAccessor is the preferred way of accessing IdentityMap functions This will return an object which implements an interface which exposes all public IdentityMap functions.
getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the class of identity map to be used by this descriptor.
getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the size of the identity map.
getIDProp(Type) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Get the reference ID open content Property if it exists for this Type.
getIDProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the TypeProperty 'idProperty'.
getIdValidation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return what types are allowed as a primary key (id).
getImplClass() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getImplClassesToSDOType() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
getImplClassesToSDOType() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getImplClassesToSDOType() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
 
getImplClassName() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getImplementorDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Returns the implementor descriptor class.
getImplementorDescriptorClassName() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Returns the implementor descriptor class name.
getImplementorForType(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return the implementor for a specified type
getIndentationString() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Used to print things nicely in the testing tool.
getIndex() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Return the index of the change in the collection
getIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
getIndexForJavaField(String) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Return the index in the fieldNames List for a given Java field name, or -1 if it doesn't exist.
getIndexForProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL: Convenience method that returns the index of the Setting associated with a given property in the Settings list
getIndexInDeclaredProperties() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getIndexInList(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL: Convenience method that, given a many property and a value, returns the associated Setting's index in the Settings list.
getIndexInType() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getIndexNamePrefix(boolean) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used to allow platforms to define their own index prefixes
getIndexOfNextDataTypeSetting(SDOSequence, int) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Convenience method for returning the index of the next DataType Setting in a given sequence.
getIndexType(SqlName, ViewCache) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlTableType
 
getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Given a DatabaseField return the corresponding value from the document
getIndicatingNoEntry(DatabaseField, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getIndicatingNoEntry(DatabaseField, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getIndicatingNoEntry(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getIndicatingNoEntry(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Retrieve the value for the field name.
getIndirectionPolicy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return the mapping's indirection policy.
getIndirectionPolicy() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return the mapping's indirection policy.
getInheritancePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.
getInheritancePolicy() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.
getInheritancePolicy() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.
getInheritancePolicyOrNull() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the inheritance policy.
getInItems() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InExpression
Returns the Expression that represents the list if items.
getInitialContextFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Return the context factory name used as the value to the INITIAL_CONTEXT_FACTORY key in the cached context properties.
getInitializedDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
getInitializer(String, Map) - Method in class org.eclipse.persistence.jpa.osgi.PersistenceProvider
Get the initializer class Here we will attempt to build an EquinoxInitializer.
getInitializer(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Return JPAInitializer corresponding to the passed classLoader.
getInitiallyConformingIndex() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Conforming instances found in memory when building the result.
getInitialNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the initial number of connections allowed.
getInitialReadSize() - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Return the threshold for the stream.
getInitialReadSize() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
Specifies the number of elements to be read initially into a cursored stream.
getInitialValue() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
 
getInitialValue() - Method in class org.eclipse.persistence.sequencing.Sequence
 
getInitialWriteValue(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: returns the initial locking value
getInitialWriteValue(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: returns the initial locking value
getInMemoryQueryIndirectionPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Returns the InMemoryQueryIndirectionPolicy for this query
getInMemoryQueryIndirectionPolicyState() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Returns the InMemoryQueryIndirectionPolicy for this query
getInOut() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredArgument
 
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
This method is used to print the output parameter token when stored procedures are called
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL uses the INOUT keyword for this.
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
This method is used to print the output parameter token when stored procedures are called
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
This method is used to print the output parameter token when stored procedures are called
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getInOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
This method is used to print the output parameter token when stored procedures are called.
getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for stored procedure creation: Prefix for INPUT parameters.
getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure creation: Prefix for INPUT parameters.
getInputRecordName() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Return the input record name.
getInputResultPath() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: The input result path defines the root key for the MappedRecord that the interaction argument is nested into.
getInputRootElementName() - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
PUBLIC: Return the root element name to use for the input DOM.
getInputRow() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
INTERNAL: Return the input database row.
getInsertCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert call.
getInsertObjectQuery(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Returns clone of InsertObjectQuery from the reference descriptor, if it is not set - create it.
getInsertQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert query.
getInsertQuery() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
getInsertQuery() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
 
getInsertQuery() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
 
getInsertSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert SQL string.
getInstance() - Static method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
INTERNAL: Return the singleton instance of XMLPlatformContext.
getInstance() - Static method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
Returns the one and only instance of this singleton.
getInstance() - Static method in class org.eclipse.persistence.sdo.helper.XPathEngine
 
getInstanceClass() - Method in class org.eclipse.persistence.sdo.SDOType
 
getInstanceClassName() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Returns the Java class name that this type represents.
getInstanceProperties() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getInstanceProperties() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
getInstanceProperties() - Method in class org.eclipse.persistence.sdo.SDOType
 
getInstanceProperties() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getInstancePropertiesArray() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
getInstanceProperty(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getInstanceProperty(String, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getInstanceProperty(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
getInstantiationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the instantiation policy.
getInt(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getInt(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getInt(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getIntegrityChecker() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
PUBLIC: Return Integrity Checker.
getIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Returns the integrityChecker,the integrityChecker holds all the ClassDescriptor Exceptions.
getInteractionSpec() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Return the JCA InteractionSpec that defines this EIS interaction.
getInterfaceBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getInterfaceName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getInterfacePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the InterfacePolicy.
getInterfacePolicyOrNull() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the InterfacePolicy.
getInterfaces() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Interfaces the dynamic entity class implements.
getInterfacesToSDOTypeHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
getInterfacesToSDOTypeHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getInterfacesToSDOTypeHashMap() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
 
getInternalException() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Return the internal native exception.
getInternalExceptions() - Method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Return the collection of internal Exceptions.
getInternalMWConfigObjects(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL:
getInternalMWConfigObjects(String, ClassLoader, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL:
getInternalWrapperClassName(Class) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.WrapperGenerator
 
getIntoConversion() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the PL/SQL function to be used for converting a SQL type into this PL/SQL type.
getIntoConversion() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
Returns the PL/SQL function to be used for converting a SQL type into this PL/SQL type.
getIntoConversion() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the PL/SQL function to be used for converting a SQL type into this PL/SQL type, qualified with package name.
getIntoConversionQualified() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getIntoConversionQualified() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getIntoConversionQualified() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the PL/SQL function to be used for converting a SQL type into this PL/SQL type, qualified with package name.
getIntoConvStmts(String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getIntStatus(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Convenience method to return the int value of the transaction status.
getInvalidationState() - Method in class oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor.CoherenceOnlyCacheKeyWrapper
INTERNAL: Return the value of the invalidationState Variable The return value will be a constant CHECK_INVALIDATION_POLICY - The Invalidation policy is must be checked for this cache key's sate CACHE_KEY_INVALID - This cache key has been labeled invalid.
getInvalidationState() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
getInverseReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
getInverseReferencePropertyContainerClass() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getInverseReferencePropertyGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getInverseReferencePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getInverseReferencePropertySetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getIsParsed() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL Return the isParsed state
getIsSetMethod(Class) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetMethodName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
Gets the value of the isSetMethodName property.
getIsSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetParameter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
Gets the value of the isSetParameter property.
getIsSetParameters() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetParameterTypes() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
getIsSetPerformedForAbsentNode() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
getIsSimpleXMLFormat() - Method in class org.eclipse.persistence.tools.dbws.OperationModel
 
getItem(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: Lookup the AttributeItemfor the provided attribute name or path.
getItem(String[], boolean) - Method in class org.eclipse.persistence.queries.AttributeGroup
Locate the AttributeGroup where the leaf attribute in the path should be applied to.
getItems() - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL:
getItems() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL:
getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
 
getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
Gets the value of the javaAttribute property.
getJavaAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes
Gets the value of the javaAttribute property.
getJavaAttributes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the javaAttributes property.
getJavaClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the java class.
getJavaClass() - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getJavaClass(Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Return a JavaClass instance created based the provided class.
getJavaClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Return a JavaClass instance created based on fully qualified class name.
getJavaClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLField
Return the class for a given qualified XML Schema type
getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Return the class for a given qualified XML Schema type.
getJavaClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
 
getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
 
getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
getJavaClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return the class name, used by the MW.
getJavaClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the JavaClass name for this typeinfo.
getJavaEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
Gets the value of the javaEnum property.
getJavaEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
Gets the value of the javaEnumValue property.
getJavaField(Field) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class org.eclipse.persistence.tools.dbws.InMemoryCompiler.ByteArrayFileManager
 
getJavaLevel(int) - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Return the corresponding java.util.logging.Level for a given TopLink level.
getJavaMethod(Method) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getJavaMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the javaMethod property.
getJavaModel() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
 
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
 
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
 
getJavaName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.JavaType
 
getJavaStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL:
getJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getJavaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes
Gets the value of the javaType property.
getJavaType() - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
PUBLIC:
getJavaType() - Method in class org.eclipse.persistence.platform.database.oracle.converters.JGeometryConverter
 
getJavaTypeAdapterClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getJavaTypecode(int) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
getJavaTypeForProperty(SDOProperty) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
getJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
 
getJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the javaTypes property.
getJavaWrapperTypeForSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
getJavaWrapperTypeForSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getJavaWrapperTypeForSDOType(Type) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getJaxbClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
 
getJAXBContext(JAXBContext) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Return the EclipseLink implementation of JAXBContext.
getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getJaxbContext() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getJAXBContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return the JAXBContext.
getJAXBHelperContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Return the JAXBHelperContext.
getJAXBMappingForProperty(SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Return the JAXB mapping for the SDO property.
getJAXBNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getJdbcClass() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SerializableType
 
getJdbcConnectionDetails() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return JDBCConnection detail information.
getJdbcConnectionDetails() - Method in class org.eclipse.persistence.services.RuntimeServices
Return JDBCConnection detail information.
getJDBCType(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
Return the JDBC type for the given database field.
getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
Return the JDBC type for the Java type.
getJdbcType(Typemap) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SerializableType
 
getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
Return the JDBC type for the Java type.
getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getJDBCType() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
 
getJdbcType() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredArgument
 
getJdbcTypecode() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Return a JDBC typecode for this type.
getJdbcTypeName(int) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Returns the type name corresponding to the jdbc type
getJDBCTypeName() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
 
getJdbcTypeName() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredArgument
 
getJDKVersion() - Static method in class org.eclipse.persistence.Version
INTERNAL: Return the JDK version we are using.
getJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.Join
Returns the Expression that represents the join association path expression.
getJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JoinFetch
Returns the Expression that represents the join association path expression if it was parsed.
getJoinCriteria(QueryKeyExpression) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria(QueryKeyExpression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria(QueryKeyExpression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria(QueryKeyExpression) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Return the join expression for the relationship defined by the query key.
getJoinCriteria(QueryKeyExpression) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Join criteria is created to read target records (nested table) from the table.
getJoinCriteria(QueryKeyExpression) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Join criteria is created to read target records (nested table) from the table.
getJoinedAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Convenience method for project mapping.
getJoinedAttributeManager() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return join manager responsible for managing all aspects of joining for the query.
getJoinEntries() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the JOIN expressions mapped to their identification variables.
getJoinFetch() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return if this relationship should always be join fetched.
getJoinFetches() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the JOIN FETCH expressions that were part of the range variable declaration in the ordered they were parsed.
getJoinFetches(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Returns the parsed representation of a JOIN FETCH that were defined in the same declaration than the given range identification variable name.
getJoinFetches(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the parsed representation of a JOIN FETCH that were defined in the same declaration than the given range identification variable name.
getJoinFetchesImp(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
 
getJoinIdentificationVariables() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the identification variables that are defined in the JOIN expressions.
getJoins() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver.Declaration
Returns the JOIN expressions that were part of the range variable declaration in the ordered they were parsed.
getJoins() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.IdentificationVariableDeclaration
Returns the unique join (fetch join) or the list of joins (fetch joins) expression.
getJPAQueries() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return all pre-defined not yet parsed EJBQL queries.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Returns the version of the Java Persistence this entity for which it was defined.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Returns the version of the Java Persistence to support.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.JPQLExpression
Returns the version of the Java Persistence to support.
getJPQLExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
 
getJPQLExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the parsed tree representation of the JPQL query.
getJPQLParseCache() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the JPQL parse cache.
getJPQLParseCacheMaxSize() - Method in class org.eclipse.persistence.sessions.Project
ADVANCED: Return the JPQL parse cache max size.
getJPQLQuery() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the string representation of the JPQL query.
getJPQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the JPQL string of the query.
getJPQLString() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the EJBQL string for this call
getJPubType() - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
getKeepAsElementPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
getKey() - Method in class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
INTERNAL: Return the change type
getKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
Gets the value of the key property.
getKey() - Method in class org.eclipse.persistence.mappings.Association
PUBLIC: Return the key.
getKey() - Method in class org.eclipse.persistence.queries.ReportQueryResult.RecordEntry
 
getKey() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getKeyClass() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: This is a helper method to get the object class from the key converter if it is a TypeConversionConverter.
getKeyClassFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL:
getKeyConverter() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: Return the converter on the mapping.
getKeyFields(DatabaseMapping) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
getKeys() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.RowsCacheEntry
 
getKeyType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getKeyType() - Method in class org.eclipse.persistence.mappings.TypedAssociation
PUBLIC: Return the class of the key.
getKnownCursorSize() - Method in class org.eclipse.persistence.queries.ScrollableCursor
 
getKnownDatabaseType(String) - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
getLangName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the LangName of this SqlName.
getLastFieldIndex() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
getLastUpdatedQueryId() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getLastXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Return the last XPathFragment.
getLeafDescriptorFor(Expression, ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Lookup the descriptor for this item by traversing its expression recursively.
getLeafElementType() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getLeafElementType() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
getLeafElementType() - Method in class org.eclipse.persistence.oxm.XMLField
 
getLeafMappingFor(Expression, ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Lookup the mapping for this item by traversing its expression recursively.
getLeftExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.CompoundExpression
Returns the Expression that represents the first expression, which is before the identifier.
getLength() - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
getLevel() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Return the log level.
getLevel(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Return the log level for the category name space.
getLevel(String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
 
getLevel(String) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC: Return the effective log level for the name space extracted from session and category.
getLevel() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Return the log level.
getLevel(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Return the log level; category is only needed where name space is available.
getLevel() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the request level of the log entry.
getLevelIndex() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getLevelString() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Return the log level as a string value.
getLevelString() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Return the log level as a string value.
getLine() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the line number where the sqlname was found by the parser.
getList() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
getList(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getList(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getList(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getListener() - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getListener() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
getListener() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.visit.PublisherWalker
 
getListenerFactory() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Get the factory used to generate synchronization listeners.
getListeners() - Method in class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: The event listeners will receive all events raised by this session.
getListOrderField() - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Field holds the order of elements in the list in the db, requires collection of type List; may be not null only in case isListOrderFieldSupported==true.
getLiteralLabels() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
getLoader() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getLoader() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getLoader() - Method in class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
Return the loader value.
getLoader() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
getLoadGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return the load group set in the query.
getLobValueLimits() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
PUBLIC: Return the BLOB/CLOB value limits on thin driver.
getLobValueLimits() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
PUBLIC: Return the BLOB/CLOB value limits on thin driver.
getLocalContextProperties() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Return the properties that will be used to create the initial context for local JNDI access.
getLocalElements() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getLocalHostContext() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Return the context used for looking up in local JNDI.
getLocalName() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Get the local name of the context root element.
getLocalName() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getLocalName() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
getLocalName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getLocalName() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getLocalName() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Get the local name of the context root element.
getLocalName() - Method in class org.eclipse.persistence.oxm.XMLRoot
 
getLocalName(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns the local name as declared in the XSD.
getLocalName(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns the local name as declared in the XSD.
getLocalName(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getLocalName(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getLocalName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
getLocalName(String) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
 
getLocalQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTENAL: Return the query from the set of pre-defined queries with the given name and argument types.
getLocalQueryByArgumentTypes(String, List) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return the query from the set of pre-defined queries with the given name and argument types.
getLocalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
getLocation() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Gets the value of the location property.
getLockableMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns a reference to the mappings that must be traverse when locking
getLockFields() - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: Returns the lock fields
getLockFields(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: returns the lock fields based on the passed in table
getLockFieldsByTable() - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: returns the lock fields
getLockingClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: It is not exactly as simple as a query being either locking or not.
getLockingMode() - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
PUBLIC: Return locking mode.
getLockMode() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Return the current locking mode.
getLockOnChangeMode() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
ADVANCED: returns the LockOnChange mode for this policy.
getLockOnChangeMode() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
ADVANCED: returns the LockOnChange mode for this policy.
getLockRelationTableQueryClone(AbstractSession, short) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Returns a query that
getLog() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Returns the attunity adapter message log.
getLog() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Return the singleton SessionLog.
getLog() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the writer to which an accessor writes logged messages and SQL.
getLogFilename() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return the log filename.
getLogFilename() - Method in class org.eclipse.persistence.services.RuntimeServices
Return the log filename.
getLogger() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Lazy load the metadata logger.
getLogger() - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Lazy load the metadata logger.
getLogger(String) - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Return the Logger for the given category
getLogin() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Return a DatabaseLogin to be used by separate sequencing connection(s).
getLogin() - Method in class org.eclipse.persistence.sessions.Project
OBSOLETE: Return the login, the login holds any database connection information given.
getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Return the table descriptor specified for the class.
getLogin() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Get the associated session login.
getLogin() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Return the table descriptor specified for the class.
getLogin() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To get login from the server side
getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Get the associated session login.
getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Return the table descriptor specified for the class.
getLogin() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To get login from the server side
getLogin() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Get the associated session login.
getLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Return the login to use for this connection.
getLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the login used to create connections.
getLogin() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the login, the login holds any database connection information given.
getLogLevel(String) - Method in class org.eclipse.persistence.services.RuntimeServices
Return the log level
getLogLevel(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the log level.
getLogLevel() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the log level.
getLogLevel() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getLogLevelForName(String) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Answer the log level for the given name.
getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
Return the string for logging purposes.
getLogString(Accessor) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
INTERNAL: Build the log string for the call.
getLogString(Accessor) - Method in interface org.eclipse.persistence.queries.Call
INTERNAL: Return a string appropriate for the session log.
getLogString(Accessor) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the SQL string for this call.
getLogType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return the log type, either "EclipseLink", "Java" or the simple name of the logging class used.
getLogType() - Method in class org.eclipse.persistence.services.RuntimeServices
Return the log type, either "EclipseLink", "Java" or the simple name of the logging class used.
getLong(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getLong(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getLong(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getLongestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getLookupType() - Method in class org.eclipse.persistence.sessions.JNDIConnector
 
getLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.BetweenExpression
Returns the Expression representing the lower bound expression.
getManagedType(IType) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Retrieves the entity for the given type.
getManagedType(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Retrieves the entity with the given abstract schema name, which can also be the entity class name.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.EntityResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.IdentificationVariableResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.KeyResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.SingleValuedObjectFieldResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.internal.jpql.ValueResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType(IType) - Method in interface org.eclipse.persistence.jpa.jpql.spi.IManagedTypeProvider
Retrieves the entity for the given type.
getManagedType(String) - Method in interface org.eclipse.persistence.jpa.jpql.spi.IManagedTypeProvider
Retrieves the entity with the given abstract schema name, which can also be the entity class name.
getManager() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the singleton session manager.
getMapKey() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Return the key to be used for Map lookups based in the current thread's context loader.
getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the class this key mapping maps or the descriptor for it
getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the class this key mapping maps or the descriptor for it
getMapKeyTargetType() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return the class this key mapping maps or the descriptor for it
getMapKeyTargetType() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the class this key mapping maps or the descriptor for it
getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
getMappedClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
PUBLIC: Answer the mapped class.
getMappedClassNames() - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Answer the fully qualified names of the classes mapped in the session.
getMappedClassNamesUsingFilter(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
INTERNAL: This method traverses the EclipseLink descriptors and returns a Vector of the descriptor's reference class names that match the provided filter.
getMappedClassNamesUsingFilter(String) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: This method traverses the EclipseLink descriptors and returns a Vector of the descriptor's reference class names that match the provided filter.
getMappedKeyMapContainerPolicy() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
 
getMappedSuperclass(String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Use the Metadata key parameter to lookup the Descriptor from the Map of mappedSuperclass descriptors
getMappedSuperclassDescriptors() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the Map of RelationalDescriptor objects representing mapped superclass parents keyed by className of the metadata class.
getMapping() - Method in interface org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
 
getMapping() - Method in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
getMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Return the mapping.
getMapping() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
PUBLIC: Return the mapping that the problem was detected in.
getMapping() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
getMapping() - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractPathResolver
Returns the IMapping for the wrapped field.
getMapping(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor
Returns the IMapping for the field represented by the given Expession.
getMapping() - Method in class org.eclipse.persistence.jpa.internal.jpql.IdentificationVariableResolver
Returns the IMapping for the wrapped field.
getMapping(Expression) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the IMapping for the field represented by the given Expession.
getMapping() - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Returns the IMapping for the wrapped field.
getMapping() - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: Return the mapping.
getMapping() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Return the mapping.
getMapping() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: Return the mapping.
getMapping() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Return the mapping.
getMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Return the mapping.
getMapping() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getMapping() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
getMapping() - Method in class org.eclipse.persistence.sdo.SDOSetting
 
getMappingForAttributeName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the mapping associated with a given attribute name.
getMappingNamed(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.CollectionValuedFieldResolver.MapManagedType
Returns the IMapping with the given name.
getMappingNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.spi.IManagedType
Returns the IMapping with the given name.
getMappingOfFirstPrimaryKey(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ReportQuery
Return the first mapping for the primary key.
getMappingQueries() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
PERF: Return the internally stored prepared mapping queries.
getMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns mappings
getMappingsGenerator() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
getMappingsPostCalculateChanges() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Mappings that require postCalculateChanges method to be called
getMappingsPostCalculateChangesOnDeleted() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Mappings that require mappingsPostCalculateChangesOnDeleted method to be called
getMappingType() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IMapping
Returns the type of this mapping.
getMapsIdValue() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the mapped by id value
getMarker() - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Return the marker used for mark() & reset() operations.
getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
getMarshalledObject() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
getMarshalledObjectRootQName() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
getMarshaller(Marshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Return the EclipseLink implementation of Marshaller.
getMarshaller() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getMarshaller() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
getMarshaller() - Method in class org.eclipse.persistence.oxm.XMLBinder
 
getMarshalListener() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getMarshalNullRepresentation() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
Get the enum that determines what XML to write when a null value is encountered.
getMasks() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getMatchingAttributeValueFromObject(AbstractRecord, Object, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This is used to preserve object identity during a refreshObject() query.
getMatchingBackupAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This is used to match up objects during an update in a UOW.
getMaxBatchWritingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Allow for the max batch writing size to be set.
getMaxElemLen() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlIndexTableType
 
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: returns the maximum number of characters that can be used in a field name on this platform.
getMaxFieldNameSize() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Returns the maximum number of single byte characters that can be used in a field name on this platform, assuming DEFAULT_DSI_NAME=CODE is specified in Symfoware's operating environment file for the system (see Symfoware manual).
getMaxForeignKeyNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: returns the maximum number of characters that can be used in a foreign key name on this platform.
getMaxForeignKeyNameSize() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL: returns the maximum number of characters that can be used in a foreign key name on this platform.
getMaximumCachedResults() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Return the maximum cached results.
getMaxLen() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PlsqlIndexTableType
 
getMaxNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the maximum number of connections allowed.
getMaxNumberOfNonPooledConnections() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Return the number of non-pooled database connections allowed.
getMaxNumberOfNonPooledConnections() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return the number of non-pooled database connections allowed.
getMaxPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Returns a maximum number of connections in sequencing connection pool
getMaxResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getMaxRows() - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Return the limit for the maximum number of rows that any ResultSet can contain to the given number.
getMaxSize() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
 
getMaxSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will retrieve the max size of a particular connection pool
getMaxSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method will retrieve the max size of a particular connection pool
getMaxUniqueKeyNameSize() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: returns the maximum number of characters that can be used in a unique key name on this platform.
getMaxUniqueKeyNameSize() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL: returns the maximum number of characters that can be used in a unique key name on this platform.
getMBeanServer() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: Return the MBeanServer to be used for MBean registration and deregistration.
getMBeanServer() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
INTERNAL: Return the MBeanServer to be used for MBean registration and deregistration.
getMBeanSessionName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
Remove JMX reserved characters from the session name
getMemberDatabaseSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the member DatabaseSessionImpl that maps cls in session broker.
getMemberName(String, boolean, boolean, Name) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PLSQLMap
Determine the java name for a given SQL field.
getMemberName(String, boolean, boolean, Name) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
Determine the programming language name for a given SQL field.
getMemberName(String, Name) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
getMemberName(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
getMemberName(String, boolean, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
getMemberNameAsSuffix(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.PLSQLMap
 
getMemberNameAsSuffix(String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.Typemap
 
getMemberServerSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the member ServerSession that maps cls in session broker.
getMemberSessionName(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the name of member session that maps cls.
getMessage() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: This is the database error message.
getMessage() - Method in exception org.eclipse.persistence.exceptions.DescriptorException
PUBLIC: Return the exception error message.
getMessage() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Return the exception error message.
getMessage() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
PUBLIC: This method is used to print out all the descriptor exceptions.
getMessage() - Method in exception org.eclipse.persistence.exceptions.QueryException
PUBLIC: Return the exception error message.
getMessage() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the log entry's message.
getMessageArguments() - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
Returns the arguments associate with the problem's message.
getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the arguments associate with the problem's message.
getMessageKey() - Method in class org.eclipse.persistence.jpa.internal.jpql.DefaultJPQLQueryProblem
Returns the resource bundle key used to retrieve the localized message.
getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the resource bundle key used to retrieve the localized message.
getMetamodelIdClassMap() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the Map of IdClass attribute lists keyed on owner class name.
getMethod() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Return the clone method.
getMethod(String, JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
Assumes JavaType[] contains JavaClassImpl instances
getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
 
getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
Gets the value of the method property.
getMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Gets the value of the method property.
getMethod - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
 
getMethod() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
INTERNAL: Returns the static method.
getMethodBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getMethodClass() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
PUBLIC: Returns the class to execute the static method on.
getMethodClassName() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
INTERNAL: Returns the class to execute the static method on.
getMethodInfo(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
 
getMethodInfo(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType
 
getMethodInfo(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlToplevelType
 
getMethodInfo(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithMethods
 
getMethodInfo(Iterator<ViewRow>) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.MethodInfo
 
getMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Return the clone method name.
getMethodName - Variable in class org.eclipse.persistence.jaxb.compiler.Property
 
getMethodName() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
getMethodName() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
getMethodName() - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
PUBLIC: Returns the name of the static method.
getMethodName(String, String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java get method name for a given string.
getMethodNames() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.MethodFilter
 
getMethodReturnTypeNotValid(CollectionMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
getMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getMethodTypeMap() - Method in class org.eclipse.persistence.tools.dbws.oracle.PLSQLHelperObjectsBuilder
 
getMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
getMimeType(Object) - Method in interface org.eclipse.persistence.oxm.mappings.MimeTypePolicy
return a MIME type string
getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
INTERNAL
getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
INTERNAL
getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
INTERNAL
getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
INTERNAL
getMimeType(Object) - Method in class org.eclipse.persistence.sdo.helper.AttributeMimeTypePolicy
 
getMimeTypePolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
getMimeTypePolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
getMimeTypePolicy() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getMinimumTimeIncrement(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Return a minimal time increment supported by the platform.
getMinNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the minimum number of connections.
getMinPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Returns a minimum number of connections in sequencing connection pool.
getMinResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getMinSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will retrieve the min size of a particular connection pool
getMinSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method will retrieve the min size of a particular connection pool
getMixedContentMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getModified() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return all modified objects
getModified(SDODataObject, List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
 
getModifiedDoms() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
getModifiers() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getModifiers() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
Returns the source language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
Returns the modifiers for this type, encoded in an integer.
getModifiers() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlStmtType
Returns the modifiers for this type, encoded in an integer.
getModifiers() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the modifiers for this type, encoded in an integer.
getModifyRow() - Method in class org.eclipse.persistence.queries.ModifyQuery
INTERNAL: Return the modify row
getModuleName(boolean) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL:
getModuleName() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: getModuleName(): Answer the name of the context-root of the application that this session is associated with.
getModuleName() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: getModuleName(): Answer the name of the module (jar name) that my session is associated with.
getModuleName() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: getModuleName(): Answer the name of the module (jar name) that my session is associated with.
getModuleName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
getModuleName() - Method in class org.eclipse.persistence.services.RuntimeServices
getModuleName(): Answer the name of the context-root of the application that this session is associated with.
getModuleOrApplicationName(String) - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
INTERNAL: This method will return the application|module name for WebLogic.
getMonitorName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the name to use for the query in performance monitoring.
getMove(int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the specified move.
getMoveIndexPairs() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes of the elements that were simply moved within the collection.
getMoveIndexPairs() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: ADVANCED: Return the indexes of the elements that were simply moved within the collection.
getMoves() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements that were simply shuffled within the collection.
getMoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements that were simply shuffled within the collection.
getMovesIndexOf(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the index in the moves of the specified change set, without triggering the instantiation of the collection.
getMovesSize() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the number of moves, without triggering the instantiation of the collection.
getMulticastGroupAddress() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Return the host address of the multicast group.
getMulticastPort() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Return the multicast port used for discovery.
getMultipleFieldIdentifiers() - Method in class org.eclipse.persistence.queries.FieldResult
INTERNAL:
getMultipleTableForeignKeyAssociations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the foreign key relationships used for multiple tables which were specified by the user.
getMultipleTableForeignKeys() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the foreign key relationships used for multiple tables which were specified by the user.
getMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the List of DatabaseTables in the order which INSERTS should take place.
getMultipleTableJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: This is normally generated for descriptors that have multiple tables.
getMultipleTablePrimaryKeyAssociations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the foreign key relationships used for multiple tables which were specified by the user.
getMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Retun the multitenant policy
getMultitenantPolicy() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL:
getMutex() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getName() - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
PUBLIC: Return the name of the policy.
getName() - Method in interface org.eclipse.persistence.dynamic.DynamicType
Return the entity type's name.
getName() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Return the name of the ConnectionFactory within the JNDI Context.
getName() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the name property.
getName() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IEntity
Returns the name of this entity.
getName() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IMapping
Returns the name of the persistence property represented by this mapping.
getName() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IType
Returns the fully qualified class name.
getName() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC: Return the name for the query key.
getName() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
Return the name of the setting.
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.AttributeField
 
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
Returns the simple name of the underlying member or constructor represented by this JSMember.
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SerializableType
Returns the fully-qualified name of the type represented by this Type object, as a String.
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlRefType
Returns the fully-qualified name of the type represented by this Type object, as a String.
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the fully-qualified name of the type represented by this Type object, as a String.
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.WrapperMethodMetadata
 
getName() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.WrapperPackageMetadata
 
getName() - Method in class org.eclipse.persistence.queries.AttributeGroup
 
getName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the name of the query
getName() - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
 
getName() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
 
getName() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns the name of the Property.
getName() - Method in class org.eclipse.persistence.sdo.SDOType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getName() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
getName() - Method in class org.eclipse.persistence.sequencing.Sequence
 
getName() - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Return the name of the DataSource within the JNDI Context.
getName() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: get the name of the project.
getName() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the name of this pool.
getName() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the name of the session.
getName() - Method in class org.eclipse.persistence.tools.dbws.BindingModel
 
getName() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
 
getName() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredArgument
 
getName() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
getName() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
getName() - Method in class org.eclipse.persistence.tools.dbws.OperationModel
 
getName() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC: Return the name of the object.
getName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return the name of the field.
getName() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
getName() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Return the name.
getName() - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
getNamedCache(ClassDescriptor, Session) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.Coherence35Adaptor
Lookup the Coherence NamedCache for a provided descriptor.
getNamedCache(ClassDescriptor, Session) - Method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceAdaptor
Lookup the Coherence NamedCache for a provided descriptor.
getNamedCache(ClassDescriptor, Session) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
Lookup the Coherence NamedCache for a provided descriptor.
getNamedCache(Class, Session) - Static method in class oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper
 
getNamedCache(ClassDescriptor, Session) - Method in class oracle.eclipselink.coherence.integrated.internal.querying.CoherenceRedirector
 
getNamedQuery(String) - Method in interface org.eclipse.persistence.jpa.jpql.spi.IEntity
Returns the external form of the given named query;
getNamedTranslations() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
 
getNameFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getNameForLogLevel(int) - Method in class org.eclipse.persistence.services.RuntimeServices
INTERNAL: Answer the name for the log level given.
getNameFromXPath(String, String, boolean) - Static method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Convenience method that returns the field name for a given xml-path.
getNameObject() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
 
getNames() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Lazily initialize and return the names of the items requested for use in each result object.
getNames() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the names of report items, provided to ReportQuery.
getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
getNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Gets the value of the namespace property.
getNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the namespace property.
getNameSpace() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the name space of the log entry.
getNamespaceInfo() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getNamespaceInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getNamespaceInfoForURI(String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getNamespaceResolver() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Return the XML namespace resolver.
getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
getNamespaceResolver() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Return the NamespaceResolver associated with this descriptor
getNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLField
Get the NamespaceResolver associated with this XMLField
getNamespaceResolver() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Return the NamespaceResolver
getNamespaceResolver() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Return the NamespaceResolver
getNamespaceResolver() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Return the NamespaceResolver
getNamespaceResolver() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
INTERNAL: Return the namespaceResolver to be used with this document.
getNamespaceResolverForDescriptor() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
getNamespaces() - Method in class org.eclipse.persistence.oxm.NamespaceResolver
INTERNAL: Returns a Vector of of Namespace objects in the current Namespace Resolver Used for deployment XML
getNameSpaceString(String) - Method in class org.eclipse.persistence.logging.JavaLog
INTERNAL: Return the name space for the given category from the map.
getNamespaceUri() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
Gets the value of the namespaceUri property.
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Get the namespace URI for the context root element.
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Get the namespace URI for the context root element.
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getNamespaceURI() - Method in class org.eclipse.persistence.oxm.XMLRoot
 
getNamespaceURI(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
 
getNamespaceURI(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns the namespace URI as declared in the XSD.
getNamespaceURI(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns the namespace URI as declared in the XSD.
getNamespaceURI(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getNamespaceURI(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getNamingServiceType() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
PUBLIC: Return the only supported JNDI naming service type used to look up remote connections to other service instances.
getNamingServiceType() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Return the type of naming service used to look up remote connections to other service instances.
getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Return the catalog information through using the native SQL catalog selects.
getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Not currently used.
getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Return the catalog information through using the native SQL catalog selects.
getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Return the catalog information through using the native SQL catalog selects.
getNativeTableInfo(String, String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Return the catalog information through using the native SQL catalog selects.
getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a Map
getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a Map.
getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return the query that is used when this mapping is part of a joined relationship
getNestedJoinQuery(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a Map
getNestedType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
Return the database type of the value contained in the collection type.
getNestedType() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
Return the database type of the value contained in the collection type.
getNestedTypeField() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
ADVANCED: For ARRAY fields, this field's type represents the type contained in the ARRAY.
getNestLevel() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getNestTime() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getNewCollection() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements in the new collection.
getNewCollection() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements in the new collection.
getNewCollectionSize() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return the number of elements in the new collection, without triggering the instantiation of the collections.
getNewKey() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method returns the key value that this object will be stored under in it's respective Map.
getNewLockValue(ModifyQuery) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Returns the new Timestamp value.
getNewLockValue(ModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method gets the write lock value from either the cache or the object stored in the query.
getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
INTERNAL: JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
 
getNewTempClassLoader(PersistenceUnitInfo) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
getNewTempClassLoader(PersistenceUnitInfo) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
 
getNewValue() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.UpdateItem
Returns the Expression representing the new value, which is the new value of the property.
getNewValue() - Method in interface org.eclipse.persistence.sessions.changesets.DirectToFieldChangeRecord
ADVANCED: Returns the new value assigned during the change
getNewValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectReferenceChangeRecord
ADVANCED: Returns the new reference for this object
getNextAvailableClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getNextAvailableClassName(String, String, int) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.GroupByClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.HavingClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.OrderByClauseSelectStatementHelper
Returns the ContentAssistVisitor.AbstractFromClauseSelectStatementHelper that will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectClauseSelectStatementHelper
getNextHelper() - Method in interface org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SelectStatementHelper
Returns the ContentAssistVisitor.AbstractFromClauseSelectStatementHelper that will scan the following clause, which is based on the grammar and not on the actual existence of the clause in the parsed tree.
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleFromClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleGroupByClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleHavingClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleSelectClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.SimpleWhereClauseSelectStatementHelper
getNextHelper() - Method in class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.WhereClauseSelectStatementHelper
getNextMappedSuperClass(JavaClass, HashMap<String, TypeInfo>, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
getNextObject() - Method in class org.eclipse.persistence.queries.ScrollableCursor
 
getNextPrefix() - Method in class org.eclipse.persistence.oxm.NamespaceResolver
 
getNextSequenceNumberValue(Class) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return the sequence number from the database.
getNextToken() - Method in class org.eclipse.persistence.sdo.helper.extension.OPStack
Returns the next Token in the list.
getNextTransformer() - Method in class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer
 
getNextTransformer() - Method in class org.eclipse.persistence.tools.dbws.SQLX2003Transformer
 
getNoAccessTypePropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getNodeClass() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL:
getNodeForObject(Object) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getNodeFromSchemaReference(XMLSchema, XMLSchemaReference, NamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.xdk.XDKPlatform
This convenience method will parse a schema reference and return the node to be validated against.
getNodeOrderingPolicy() - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getNodeToReplace(Node) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Get the no namespace schema location set on this XMLMarshaller
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.oxm.XMLRoot
 
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getNonAttributeXPathNode(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNonContainmentReferences() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getNonDeferredCreateTime() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: This setting is only available for CMP beans that are not being deferred.
getNonFetchJoinAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the attributes that must be joined, but not fetched, that is, do not trigger the value holder.
getNonFinalizedMappingURIs() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getNonFinalizedReferencingProps() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getNonNullNamespaceResolver() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getNonReferenceEntityFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Returns EntityFetchGroup corresponding to non relational attributes intersected with defaultFetchGroup.
getNonReferenceEntityFetchGroup(boolean, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Returns EntityFetchGroup corresponding to non relational attributes intersected with defaultFetchGroup.
getNonTransientPropertiesInPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return all non-transient properties that exist in the propOrder array.
getNullableArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the list of arguments to check for null.
getNullCapableValues() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Returns the null policy for this property.
getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL: Get the AbstractNullPolicy from the Mapping.
getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL: Get the AbstractNullPolicy from the Mapping.
getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Get the AbstractNullPolicy from the Mapping.
getNullPolicy() - Method in interface org.eclipse.persistence.oxm.mappings.XMLNillableMapping
Get the AbstractNullPolicy from the Mapping.
getNullPolicyFromProperty(Property, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Convenience method which returns an AbstractNullPolicy built from an XmlAbstractNullPolicy.
getNullRepresentationForXml() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Gets the value of the nullRepresentationForXml property.
getNullValue() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Allow for the value used for null to be specified.
getNumberInFrag(String, int, int, int) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Judge if positional path belongs to bracket case or dot case, then perform different actions.
getNumberOfInstancesEffected() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getNumberOfItems() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
getNumberOfNonPooledConnectionsUsed() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return the current number of non-pooled connections in use.
getNumberOfObjectsInAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will SUM and return the number of objects in all Identity Maps in the session.
getNumberOfObjectsInAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will SUM and return the number of objects in all Identity Maps in the session.
getNumberOfObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to return the number of objects in a particular Identity Map
getNumberOfObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to return the number of objects in a particular Identity Map
getNumberOfObjectsInIdentityMapSubCache(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to return the number of objects in a particular Identity Map's subcache.
getNumberOfObjectsInIdentityMapSubCache(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to return the number of objects in a particular Identity Map's subcache.
getNumberOfPersistentClasses() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will answer the number of persistent classes contained in the session.
getNumberOfPersistentClasses() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will answer the number of persistent classes contained in the session.
getNumberOfProperties() - Method in interface org.eclipse.persistence.dynamic.DynamicType
The current number of properties.
getNumberVal() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function - gets a number value from an XMLType
GetNumberVal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
getNumberVal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
 
getObject() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Synanym for source.
getObject() - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
PUBLIC: Return the object for which the problem was detected.
getObject(Class, Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns the Object from the cache map with the id and Class type.
getObject() - Method in exception org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.MarshalSAXParseException
 
getObject() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getObject(Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
Gets the Java Object associated with the provided XML Node.
getObject() - Method in class org.eclipse.persistence.oxm.XMLRoot
 
getObject() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Return the object.
getObject() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
PUBLIC: Return the object required for modification.
getObject() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getObject(Class, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return the object registered given its name.
getObjectBuilder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the object builder
getObjectBuilder(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Convenience method
getObjectBuilderForClass(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Convenience method
getObjectByFragment(String, int, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Check if position exists, then either acquire value through position or directly.
getObjectChangePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return this objects ObjectChangePolicy.
getObjectChangePolicyInternal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return this objects ObjectChangePolicy and do not lazy initialize
getObjectChangeSet() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
PUBLIC: Return the ObjectChangeSet representing the object being changed
getObjectChangeSetForClone(Object) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: Get ChangeSet for a particular clone
getObjectClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getObjectClass() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
PUBLIC: Returns the class type of the object value.
getObjectClass() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
Get the Class of the elements of this collection's "sub-collection".
getObjectClassName() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Return the name of the object type for the MW usage.
getObjectClassName() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
Get the Class name of the elements of this collection's "sub-collection".
getObjectCollection() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the internal object collection that stores the objects.
getObjectCorrespondingTo(Object, RemoteSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: return the object on the client corresponding to the specified object.
getObjectCorrespondingTo(Object, RemoteSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: return the object on the client corresponding to the specified object.
getObjectCorrespondingTo(Object, RemoteSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: return the object on the client corresponding to the specified object.
getObjectCorrespondingTo(Object, RemoteSession, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: return the object on the client corresponding to the specified object.
getObjectCorrespondingTo(Object, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.
getObjectCorrespondingTo(Object, Map, Map, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.
getObjectDescriptor(SDOType) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Get the XML descriptor for the entity class corresponding to the SDO type.
getObjectEntityFetchGroup(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Return FetchGroup held by the object.
getObjectFactoryClassName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getObjectFetchGroup(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Return FetchGroup held by the object.
getObjectForNode(Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getObjectForNode(Node, XMLMapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Get a timestamp value from a result set.
getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Get a timestamp value from a result set.
getObjectName() - Method in class org.eclipse.persistence.services.RuntimeServices
 
getObjects() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Return the objects that are to be deleted
getObjectsCorrespondingToAll(Object, Map, Map, ObjectLevelReadQuery, ContainerPolicy) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.
getObjectsCorrespondingToAll(Object, Map, Map, ObjectLevelReadQuery, ContainerPolicy) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.
getObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will return a collection of the objects in the Identity Map.
getObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method will return a collection of the objects in the Identity Map.
getObjectsInIdentityMapSubCacheAsMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will return a collection of the objects in the Identity Map.
getObjectsInIdentityMapSubCacheAsMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to return a Map of the objects in a particular Identity Map's subcache.
getObjectsPerSecond() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getObjectType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getOccurrenceIndex(int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Return the occurrence number for the current index in this list.
getOldContainer(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns the value of the container data object at the point when logging began.
getOldContainer() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
 
getOldContainers() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getOldContainmentProperty(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns the value of the containment property data object property at the point when logging began.
getOldContainmentProperty() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
 
getOldKey() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method returns the key value that this object was stored under in it's respective Map.
getOldSequence(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns the value of the sequence for the data object at the point when logging began.
getOldSequences() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return a map of original sequences keyed on DataObject (cached values).
getOldValue(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns a setting for the specified property representing the property value of the given dataObject at the point when logging began.
getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
ADVANCED: If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true, then return the old value of the attribute represented by this ChangeRecord.
getOldValueForChangedDataObject(DataObject, SDOProperty) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getOldValues(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns a list of settings that represent the property values of the given dataObject at the point when logging began.
getOnlyInstancesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: Return the 'only instances expression'.
getOpenContentProperties() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Return the Map of Open Content Properties
getOpenContentProperties() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Return the Map of Open Content Properties
getOpenContentProperties() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Return the Map of Open Content Properties
getOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
getOpenContentProperty(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Get the open Property with the specified uri and name, or null if not found.
getOpenContentProperty(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
getOpenContentProperty(Property) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
getOpenContentValues() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
INTERNAL:
getOperandFromString(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
getOperation(Class) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: determines which operation to use for comparison.
getOperations() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilderModel
 
getOperationStartTimes() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
getOperationStartTimes() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getOperationStartTimesByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
getOperationStartTimesByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getOperationTime(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getOperationTimings() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getOperationTimingsByThread() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getOperator() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Most expression have operators, so this is just a convenience method.
getOperator(int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create a new expression tree with the named operator.
getOperator(int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
INTERNAL: Return the operator.
getOperator(Integer) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Lookup the operator with the given name.
getOpposite() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns the opposite Property if the Property is bi-directional or null otherwise.
getOppositePropName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
getOptimisticLockingField() - Method in class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer
 
getOptimisticLockingField() - Method in interface org.eclipse.persistence.tools.dbws.NamingConventionTransformer
 
getOptimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the OptimisticLockingPolicy.
getOptionalArguments() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Return the list of optional arguments.
getOrCreateDeepCopy(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getOrCreateType(String, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getOrderByClause() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.SelectStatement
Returns the Expression representing the ORDER BY clause.
getOrderByExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the order expressions for the query.
getOrderByItems() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByClause
Returns the Expression representing the list of items to order.
getOrderByQueryKeyExpressions() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return the ordering query keys.
getOrderCorrectionType() - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Specifies what should be done if the list of values read from listOrserField is invalid (there should be no nulls, no duplicates, no "holes").
getOrderedDescriptors() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the descriptors in the order added.
getOrderedFields() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Return the field order.
getOrderedForeignKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return a vector of the foreign key fields in the same order as the corresponding primary key fields are in their descriptor.
getOrderedPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
 
getOrdering() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.OrderByItem
Returns the enum constant representing the ordering type.
getOrderSiblingsByExpressions() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC:
getOrdinalPosition() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
 
getOrGeneratePrefixForNamespace(String, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Attempt to resolve the given URI to a prefix.
getOriginalElements() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getOriginalGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getOriginalObject() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The source object represents the object the event is being raised on, some events also require a second object, for example the original object in a postClone.
getOriginalProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the list of original properties for this type info.
getOriginalSequences() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return a map of original sequences keyed on DataObject.
getOriginalSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getOriginalType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Get the original type of the property.
getOriginalValueStores() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return the map of original ValueStores keyed on
getOriginalVersionOfObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Return the original version of the object(clone) from the parent's identity map.
getOrJarEntry() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
getOrJarEntry() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
getOrProject() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getOrProjectPathPrefix() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager.Archiver
 
getOrProjectPathPrefix() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
getOrProjectPathPrefix() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
getOrProjectPathPrefix() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
getOrProjectPathPrefix() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getOrSessionCustomizerClassName() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getOrStream() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
getOrStream() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
getOrStream() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getOutOfConversion() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
Returns the PL/SQL function to be used for converting this PL/SQL into a SQL type.
getOutOfConversion() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
Returns the PL/SQL function to be used for converting this PL/SQL into a SQL type.
getOutOfConversion() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the PL/SQL function to be used for converting this PL/SQL into a SQL type.
getOutOfConversionQualified() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlName
 
getOutOfConversionQualified() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getOutOfConversionQualified() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.TypeClass
Returns the PL/SQL function to be used for converting this PL/SQL into a SQL type, qualified with package name.
getOutOfConvStmts(String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlType
 
getOutParameters(String, Object[], int[]) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCache
 
getOutputArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
The argument names for the output record.
getOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
The argument fields to the interaction that map into the output record.
getOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
The output arguments in order of occurance in the record.
getOutputFileName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Return the file name that the generate .java file will be output to.
getOutputFileName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Return the file name that the generate .java file will be output to.
getOutputPath() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Return the path that the generate .java file will be output to.
getOutputPath() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Return the path that the generate .java file will be output to.
getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
This method is used to print the output parameter token when stored procedures are called
getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getOutputResultPath() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: The output result path defines the root key for the MappedRecord that the desired interaction result is nested into.
getOutputRootElementName() - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
PUBLIC: Return the root element name to use for the output DOM.
getOutputStream() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
Return the OutputStream that the object will be marshalled to.
getOutputWriter() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Return the writer the output to.
getOutputWriter() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Return the writer the output to.
getOverload() - Method in class org.eclipse.persistence.tools.dbws.jdbc.DbStoredProcedure
 
getOverload() - Method in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
getOverriddenLogStringForProperty(String) - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
INTERNAL: Return the overridden log string.
getOwnedTables() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return the tables that this node owns for purposes of table aliasing.
getOwner() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecord
getOwner() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
Return the ServerSession that is the owner of this connection pool.
getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
getOwningClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getOwningMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getOwningObject() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getOwningObject() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
getOwningProp() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
getOwningType() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
getOwningType() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
getOxJarEntry() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
getOxJarEntry() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
getOxProject() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getOxProjectPathPrefix() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager.Archiver
 
getOxProjectPathPrefix() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
getOxProjectPathPrefix() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
getOxProjectPathPrefix() - Method in class org.eclipse.persistence.tools.dbws.WarArchiver
 
getOxProjectPathPrefix() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getOxSessionCustomizerClassName() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getOxStream() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
getOxStream() - Method in class org.eclipse.persistence.tools.dbws.IDEPackager
 
getOxStream() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getPackage() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getPackageInfoForPackage(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPackageInfoForPackage(JavaPackage, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPackageLevelAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmladapter class for a given bound type class.
getPackageLevelAdapterClass(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmladapter class for a given bound type class name.
getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getPackageLevelAdaptersByClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the Map of XmlAdapters for this TypeInfo.
getPackageName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getPackageName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the packageName property.
getPackageName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getPackageName() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Return the package name of class to be generated.
getPackageName() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Return the package name of class to be generated.
getPackageNameForURI(String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getPackageNameFromURI(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Get default package name from a namespace URI.
getPackager() - Method in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
getPackager() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager.Archiver
 
getPackager() - Method in class org.eclipse.persistence.tools.dbws.JarArchiver
 
getPackagerLabel() - Method in interface org.eclipse.persistence.tools.dbws.DBWSPackager
 
getPackagerLabel() - Method in class org.eclipse.persistence.tools.dbws.XRPackager
 
getPackageToPackageInfoMappings() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPacketTimeToLive() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Returns the number of hops the data packets of the session announcement will take before expiring.
getPageSize() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the number of items to be faulted in for the stream.
getPageSize() - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Return the page size for the stream.
getPageSize() - Method in class org.eclipse.persistence.queries.CursorPolicy
Return the number of elements to be read into a cursored stream when more elements are needed from the database.
getParamDefaults() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
 
getParameter(String, Object) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return an expression representing a parameter with the given name and type
getParameter(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a parameter with the given name.
getParameter(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a parameter with the given name.
getParameter() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.InputParameter
Returns the positional parameter or the named parameters.
getParameterDelimiter() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the String used to delimit an SQL parameter.
getParameterDelimiterChar() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the char used to delimit an SQL parameter.
getParameters() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
getParameterString() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: build a String describing this set of parameters that can be used in conjunction with an Oracle Spatial function
getParameterType(String) - Method in class org.eclipse.persistence.jpa.internal.jpql.AbstractJPQLQueryHelper
Retrieves, if it can be determined, the type of the given input parameter with the given name.
getParameterType(InputParameter) - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Retrieves, if it can be determined, the type of the given InputParameter.
getParameterType(String) - Method in class org.eclipse.persistence.jpa.jpql.JPQLQueryHelper
Retrieves, if it can be determined, the type of the given input parameter with the given name.
getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
getParameterTypes() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getParameterTypes() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IConstructor
Returns the list of ITypeDeclaration representing the parameter types.
getParamInfo(String, String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlObjectType
 
getParamInfo(String, String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlPackageType
 
getParamInfo(String, String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlToplevelType
 
getParamInfo(String, String, String, String) - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.SqlTypeWithMethods
 
getParamInfo(Iterator<ViewRow>) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ParamInfo
 
getParamInfo(ArrayList<ViewRow>) - Static method in class org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ParamInfo
 
getParamModes() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
Returns an array of ints that represent the parameter modes, in declaration order, of the method represented by this Method object.
getParamNames() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
Returns an array of String objects that represent the formal parameter names, in declaration order, of the method represented by this Method object.
getParamNames() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.WrapperMethodMetadata
 
getParams() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getParamTypes() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.ProcedureMethod
Returns an array of Type objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParamTypes() - Method in class org.eclipse.persistence.platform.database.oracle.publisher.sqlrefl.WrapperMethodMetadata
 
getParent() - Method in class org.eclipse.persistence.jpa.internal.jpql.DeclarationResolver
Returns the parent of this Resolver.
getParent() - Method in class org.eclipse.persistence.jpa.internal.jpql.JPQLQueryContext
Returns the parent context if the current context is not the root context.
getParent() - Method in class org.eclipse.persistence.jpa.internal.jpql.parser.AbstractExpression
Returns the parent of this Expression.
getParent() - Method in interface org.eclipse.persistence.jpa.internal.jpql.parser.Expression
Returns the parent of this Expression.
getParent() - Method in class org.eclipse.persistence.jpa.internal.jpql.Resolver
Returns the parent of this Resolver.
getParent() - Method in interface org.eclipse.persistence.jpa.jpql.spi.IMapping
Returns the parent managed type owning this mapping.
getParent() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getParent() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Gets the parent SessionBroker.
getParent() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return the parent.
getParent() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Return the parent.
getParentClass() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return the parent class.
getParentClass() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
getParentClass(ClassLoader) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Return the DynamicClassWriter.parentClass converting the DynamicClassWriter.parentClassName using the provided loader if required.
getParentClass() - Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the parent class name.
getParentClassName() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the parent descriptor.
getParentDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.